We are pumped to announce the release of: heat-translator 3.4.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/heat-translator Download the package from: https://pypi.org/project/heat-translator Please report issues through: https://bugs.launchpad.net/heat-translator/+bugs For more details, please see below. Changes in heat-translator 3.3.0..3.4.0 --------------------------------------- e9a9ecd Remove tags from README 2ff9820 Use the OpenStack SDK instead of the Glance client 2fc29f9 Remove trailing whitespaces Diffstat (except docs and test files) ------------------------------------- README.rst | 27 +-- requirements.txt | 2 +- .../etsi_nfv/etsi_nfv_sol001_common_types.yaml | 52 ++--- .../data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml | 250 ++++++++++----------- translator/common/images.py | 6 +- 6 files changed, 167 insertions(+), 172 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9b98ae8..12a0594 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ python-heatclient>=4.2.0 # Apache-2.0 -python-glanceclient>=4.8.0 # Apache-2.0 +openstacksdk>=4.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org