Victoria Series Release Notes¶
15.1.0-23¶
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.
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¶
The
lb_algorithmproperty ofOS::Octavia::Poolresource 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 by
OS::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¶
Added
dns_domainproperty to resource typeOS::Neutron::ProviderNet. This specifies the DNS domain to use whenpublishing DNS records for ports on this network.
Added
propagate_uplink_statusproperty to resource typeOS::Neutron::Port. This resource depends on Neutron APIextensionuplink-status-propagationand 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¶
The
OS::Designate::Zoneresource type’smastersproperty is nowknown asprimaries. Existing templates will continue to work.
Bug Fixes¶
The
OS::Heat::Delayresource type is now usable.
OS::Manila::Share now properly supports ‘cephx’ as a value for property‘{“access_rules”: [{“access_type”: “”}]}’.
