Victoria Series Release Notes

15.1.0-23

Bug Fixes

  • Honorhidden parameter in get stack environment API. Now values passedto hidden parameters are replaced by ‘**’, similarly to the otherAPIs such as show stack details API.

15.1.0

Prelude

There was a mismatch between the way heat create role behaved with the templates or with the openstack CLI on what relates to the default domain if the domain is not specified on both cases the CLI will not assign on to the created new role but the heat templates will assign the “default” domain

New Features

  • Thelb_algorithm property ofOS::Octavia::Pool resource now supports SOURCE_IP_PORT option required for Octavia OVN provider driver.

Critical Issues

  • Templates that creates roles but does not specify the domain will not geta “default” domain from now on. To have a domain added to your new roleit needs to be assigned in the template.

Bug Fixes

  • The ordering in the list of segments returned byOS::Neutron::Netresources is not predictable. Stack updates changeing attributesof the network can cause the list of segments to shift.

    The ordering is now slightly more predictable, segments with name=``None``are now placed first in the list. This doesn’t guarantee the order, buttypically only the segment implicitly created by neutron has no nameattribute set. The template author should ensure other segments on thenetwork does have a name set, so that the implicit segment will always beindex 0. Resolving attributes of the implcitly created segment on thenetwork resource can then predictibly happen using index 0. Seebug:1894920.

15.0.0

New Features

  • Addeddns_domain property to resource typeOS::Neutron::ProviderNet. This specifies the DNS domain to use whenpublishing DNS records for ports on this network.

  • Addedpropagate_uplink_status property to resource typeOS::Neutron::Port. This resource depends on Neutron APIextensionuplink-status-propagation and the default isFalse. If this property is set toTrue, the VF linkstate can follow that of PF.

Upgrade Notes

  • Manila resources now use the ‘sharev2’ endpoint and API version ‘2.13’.

Deprecation Notes

  • TheOS::Designate::Zone resource type’smasters property is nowknown asprimaries. Existing templates will continue to work.

Bug Fixes

  • TheOS::Heat::Delay resource type is now usable.

  • OS::Manila::Share now properly supports ‘cephx’ as a value for property‘{“access_rules”: [{“access_type”: “”}]}’.