Victoria Series Release Notes

14.2.0

New Features

  • The container image build command now has the ability to inject labels into various images being constructed. To add labels into a container, the argument–label can be specified multiple times. The value is always a key=value pair and each key must be unique.

  • Addsauth_token_lifetime to undercloud.conf with a default of 14400. Thisconfiguration option exposes the keystone token expirataion as a top levelconfiguration since it may need to be increased to handle larger clouds.

Other Notes

  • The container image build label agument has the ability to do simple string replacements following the python standard. Available options for string replacement areregistry,namespace,prefix,image,tag, andname. Example usage–label component=”%(prefix)s-%(name)s-container”.

14.0.0

New Features

  • A new–ansible-forks argument has been added to the TripleO and Overcloudcommands. The default value for forks has also been adjusted to no longerexceed 100 forks.

13.7.0

New Features

  • A new command “openstack overcloud export ceph” is added. The command is used to export the Ceph deployment data from one stack for use in another stack with storage services which use that Ceph cluster when using the multi-stack deployment feature.

13.6.0

New Features

  • The –transport argument has been added to openstack tripleo deploy whichallows for specifying the ansible transport to use in the ansibleconfiguration file.

Deprecation Notes

  • The –standalone argument to the openstack tripleo deploy command is nowdeprecated. The argument previously had no effect other than allow thetripleo deploy command to not throw an exception, so it can be safelydeprecated with no replacement.

Bug Fixes

  • openstack overcloud export now exports user defined password values instead of just always exporting the generated password values.

13.5.0

New Features

  • The upgrade/update commands have a prompt by default now that ask forconfirmation before proceeding. It’ll prevent an operator to run thecommand and cause the problems to infrastructure.This prompt can be skipped with –yes/-y argument.

Deprecation Notes

  • undercloud_enable_paunch option is removed as we retire Paunch project.

  • The ffwd-upgrade command isn’t needed anymore since Queens. The ffwd upgradenow relies on the overcloud upgrade commands, therefore there is no need tokeep the old ffwd-upgrade commands around as they could just cause confusionto the user.