Wallaby Series Release Notes¶
19.3.0¶
Fitur baru¶
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.
Perbaikan kerusakan¶
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¶
Perbaikan kerusakan¶
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¶
Fitur baru¶
Setting 'can_set_password' to True in OPENSTACK_HYPERVISOR_FEATURES adds the option to set admin password from AngularJS Launch Instance dialog.
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 underDEFAULT_POLICY_FILES
and they are synced with registered defaults of back-end services before the horizon release.
Chinese locales
zh-cn
andzh-tw
are now changed tozh-hans
andzh-hant
respectively. This follows the change in Django which is a framework horizon depends on. The new locales decouples what are spoken from specific locations as they are also used outside of China/Taiwan.
Volume backups is now supported for admin panel. Admin is now able to view all volume backups for differenet users.
Isu Dikenal¶
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.
Catatan Upgrade¶
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, configurePOLICY_FILES
setting to point JSON files.
Chinese locales
zh-cn
andzh-tw
have been changed tozh-hans
andzh-hant
respectively. If you configureLANGUAGES
in your setting explicitly, ensure to use the new Chinese locales if needed.
Catatan deprisiasi¶
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
toTrue
andLAUNCH_INSTANCE_LEGACY_ENABLED
toFalse
. 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.