Xena Series Release Notes¶
17.0.2¶
Bug Fixes¶
Honor
hiddenparameter in get stack environment API. Now values passedto hidden parameters are replaced by ‘**’, similarly to the otherAPIs such as show stack details API.
17.0.0¶
Prelude¶
Add the ability to specify extra_properties for Glance images. This is useful for example when using secure boot and are required to have specific properties defined on the Glance images.
New Features¶
Add availabilty_zone parameter to OS::Octavia::LoadBalancer
extra_properties key added to the OS::Glance::WebImage type. This parametertakes a map value such as ‘{“hw_firmware_type”: “uefi”, “os_secure_boot”: “required”}’
Upgrade Notes¶
The default value of
[oslo_policy]policy_fileconfig option hasbeen changed frompolicy.jsontopolicy.yaml.Operators who are utilizing customized or previously generatedstatic policy JSON files (which are not needed by default), shouldgenerate new policy files or convert them in YAML format. Use theoslopolicy-convert-json-to-yamltool to convert a JSON to YAML formatted policy file inbackward compatible way.
Support for Block Storage API v2 has been removed.
Deprecation Notes¶
Use of JSON policy files was deprecated by the
oslo.policylibraryduring the Victoria development cycle. As a result, this deprecation isbeing noted in the Xena cycle with an anticipated future removal of supportbyoslo.policy. As such operators will need to convert to YAML policyfiles. Please see the upgrade notes for details on migration of anycustom policy files.
Bug Fixes¶
Now the
[DEFAULT]shared_services_typesoption includesvolumev3service type by default.
