We are psyched to announce the release of: heat 9.0.1: OpenStack Orchestration This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. Changes in heat 9.0.0..9.0.1 ---------------------------- 95ed444 Correct the filter attribute of db model 'ResourcePropertiesData' 17eb45b Make private flavor tenant access works e1a5b31 Fix get_watch_server_url for ipv6 addresses f18788e Install guide bug fix: incorrect auth_uri for ec2authtoken def03c7 Make sure we can get watch server url in uwsgi mode d00f1a4 Use show_output in TemplateResource.get_reference_id() ab46fae Speed up show-stack with outputs in legacy path 0d06c96 Remove the existing snapshots from the backend 64e7973 Updated from global requirements 6706567 Strip disabled resources from depends_on in add_resource() dec60a0 Don't call update_port with empty dict d653f0e Fix client plugin name when calling ignore_not_found a88ae51 Check for keystoneauth exceptions in mistral client plugin 6f46a2a Don't remove uwsgi config files on stop 971b2f6 Parse live data with correct key 'readonly' d4867d4 Set resource._properties_data=None when loading from db 2b94474 Make sure port updating works if enable observe 6147335 fix heat_keystoneclient config gen Diffstat (except docs and test files) ------------------------------------- config-generator.conf | 2 +- devstack/lib/heat | 3 - heat/db/sqlalchemy/api.py | 2 +- heat/engine/cfn/template.py | 17 +++-- heat/engine/clients/os/heat_plugin.py | 27 ++++++-- heat/engine/clients/os/mistral.py | 25 +++++-- heat/engine/hot/template.py | 9 ++- heat/engine/resource.py | 7 +- heat/engine/resources/openstack/cinder/volume.py | 4 +- heat/engine/resources/openstack/neutron/port.py | 15 ++-- heat/engine/resources/openstack/nova/flavor.py | 8 +-- heat/engine/resources/openstack/nova/server.py | 2 +- heat/engine/resources/template_resource.py | 24 ++++++- heat/engine/service.py | 6 +- heat/engine/stack.py | 3 +- heat/objects/resource.py | 2 +- .../openstack/neutron/test_neutron_floating_ip.py | 11 ++- requirements.txt | 2 +- setup.cfg | 2 +- 33 files changed, 337 insertions(+), 91 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d6b72ed..704fe9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48 +48 @@ python-novaclient>=9.0.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org