We are stoked to announce the release of: python-heatclient 2.1.0: OpenStack Orchestration API Client Library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-heatclient Download the package from: https://pypi.org/project/python-heatclient Please report issues through: https://bugs.launchpad.net/python-heatclient/+bugs For more details, please see below. 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 the "files- container", else raise an error. Changes in python-heatclient 2.0.0..2.1.0 ----------------------------------------- 9dede4e Update hacking for Python3 869f3a9 Remove dependency on mox3 163d4aa Remove mox usage from test_shell 48d1939 tests: Convert 'test_resources' to mock fcc7bef Cleanup of .keys() from dict_object.keys() *in* operator 033511c Allow to set poll interval to OSC stack create bd2bfaa Add files-container option for stack create and update Diffstat (except docs and test files) ------------------------------------- heatclient/common/base.py | 2 +- heatclient/common/event_utils.py | 4 +- heatclient/common/http.py | 2 +- heatclient/common/template_format.py | 2 + heatclient/common/template_utils.py | 62 ++-- heatclient/common/utils.py | 6 +- heatclient/osc/v1/software_deployment.py | 2 +- heatclient/osc/v1/stack.py | 43 ++- heatclient/osc/v1/template.py | 16 +- heatclient/shell.py | 1 + heatclient/v1/shell.py | 8 +- lower-constraints.txt | 1 - ...ainer-stack-create-update-324b931f8f474b3d.yaml | 8 + test-requirements.txt | 3 +- 21 files changed, 291 insertions(+), 384 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 39cdce8..6173b05 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -11 +10,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0