Queens Serie Releasenotes

1.0.0-23

Fehlerkorrekturen

  • [bug/1763250] Fixed issue the conflict between retry and auto_remove options. To avoid this conflict, auto_remove option will be cleared when retry option is set.

1.0.0

Neue Funktionen

  • Cloud Shell Eigenschaft hinzugefügt. Siehe auch [Bildschirmfoto] und [Kurzvideo].

    Zum Aktivieren der Cloud Shell kopieren Sie das zun_ui/enabled/_0330_cloud_shell.py into openstack_dashboard/local/enabled Verzeichnis und starten Sie Horizon neu. Der „>_ Cloud Shell“ Knopf erscheint am rechten Rand in Horizon nach dem Login.

    Wenn der Benutzer den „Cloud Shell“ Knopf drückt, so wird die Webkonsole für die Cloud Shell am Boden des Fensters angezeigt.

    At first time to show cloud shell, Zun UI starts to create cloud shell container for the user. So it take just a litle time before using cloud shell. The container will be named „cloud-shell-<user>-<project>-<domain>-<region>“.

    If cloud shell container exists, attach the web console to the container.

    Each time when attach to the container, Zun UI gets user’s clouds.yaml from Horizon and set it into „~/.config/openstack/clouds.yaml“. Also, „export OS_CLOUD=openstack“ will be set into „~/.bashrc“.

    Das Benutzerpasswort wird nicht im Container gesetzt. Benutzer sollten daher manuell die „OS_PASSWORD“ Umgebungsvariable oder „password“ in clouds.yaml setzen.

    Zum konfigurieren des Abbildes für Cloud Shell lesen Sie bitte [Abbild für Cloud Shell]

  • [cinder-integration] Added Volumes tab for container creation dialog. When create container, user can mount existing Cinder volume or create and mount new Cinder volume.

  • Added parameters for container creation. New parameters ‚auto_remove‘, ‚hostname‘ and ‚runtime‘ are added for container creation. Also, these parameters are shown in details view. These parameters are not for update, so these are readonly in update dialog.

  • Show actions according to container status. Previously the UI showed all of the actions regardless of container’s status, now UI filters the actions just like what nova instances do.

  • Neue Aktion „Stoppen und löschen des Containers“ hinzugefügt. Diese Aktion stoppt den Container vor dem löschen, sofern er lief.

  • Added project_id into drawer on image table view.

Fehlerkorrekturen

  • [bug/1742599] Fixed issue the deleted item is selected again with batch delete. Items recently deleted with batch action had been shown in deletion confirmation dialog when execute the batch delete action again. And this had caused the conflict error due to trying to delete unexisting item.