Xena Series Release Notes¶
2.1.0¶
New Features¶
Adds
files-container
option for stack create, update and template validate with openstackclient. If specified, no local files other than root template would be sent to heat engine. Heat engine would try and download the all other files relative to thefiles-container
, else raise an error.
2.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. The minimum version of Python now supported by python-heatclient is Python 3.6.
1.13.0¶
New Features¶
Adds ‘–converge’ option for stack update with openstackclient. If specified, existing resource attributes (which may have diverged) are compared with the resource properties in the template used for update.
- Usage:
# openstack stack update –converge … <stack_name>
1.7.0¶
Other Notes¶
Updated the Openstack orchestration Commands headers for
openstack orchestration service list
,openstack orchestration template version list
, andopenstack orchestration template function list
commands [Bug 1643492]