Wallaby バージョンのリリースノート

19.3.0

新機能

  • When multiple availability zones are available, the default behavior is to allow the scheduler to spawn a VM in any of them. The new setting LAUNCH_INSTANCE_DEFAULTS.default_availability_zone allows an administrator to specify a default static availability zone for new VM creation.

バグ修正

  • Previously, ToggleSuspend class checked os-rescue policy for resume operation. By this fix, the class checks 'os_compute_api:os-suspend-server:resume' policy to align to resume operation.

19.2.0

バグ修正

  • Get the timezone offset for the current day instead of January 1st. This bug only appears to be a cosmetic one where the TZ offset would be calculated on current_year/01/01 so would remain in daylight saving offset when displaying the timezones list in the user configuration settings.

19.1.0

新機能

  • OPENSTACK_HYPERVISOR_FEATURES で 'can_set_password' を True に設定すると、AngularJS のインスタンス起動のダイアログで管理者パスワードを設定するためのオプションが追加されます。

  • Horizon supports the registered default policies and operators now only need to define policies which they would like to override in policy files in POLICY_FILES setting. (Previously the policy files need to contain all defined policies including default policies.) The registered default policies are defined in files under DEFAULT_POLICY_FILES and they are synced with registered defaults of back-end services before the horizon release.

  • zh-cnzh-tw の中国語ロケールは、それぞれ zh-hanszh-hant に変わりました。これは、Horizon が依存しているフレームワークである Django の変更に従っています。 これらの言語は、中国と台湾以外でも使用されているので、言語と地域を切り離したロケールコードを使用するようになりました。

  • Volume backups is now supported for admin panel. Admin is now able to view all volume backups for differenet users.

既知の問題

  • Policies with the system scoped token (system_scope:all) are not supported in horizon yet. The horizon team recognizes it as an important feature gap and would like to support it in near future.

アップグレード時の注意

  • The format of the policy files under POLICY_FILES is changed to YAML and all contents of these files are commented out now. You only need to define policies which you would like to modify from the default. You can still use policy files with JSON format. If you continue to use JSON format, configure POLICY_FILES setting to point JSON files.

  • zh-cnzh-tw の中国語ロケールは、それぞれ zh-hanszh-hant に変わりました。設定で LANGUAGES を明示的に設定する場合には、必要ならば新しい中国語ロケールを使用するようにしてください。

廃止予定の機能

  • The Django version of the launch instance form is deprecated now. Switch to the AngularJS version of the form by setting LAUNCH_INSTANCE_NG_ENABLED to True and LAUNCH_INSTANCE_LEGACY_ENABLED to False. The horizon team believes that feature gaps between Django and AngularJS implementations have been closed and we can drop the Django version. If you see any feature gap, please file a bug to horizon or contact the horizon team.