python-tackerclient 1.13.0 (antelope)
We are excited to announce the release of: python-tackerclient 1.13.0: CLI and Client Library for OpenStack Tacker This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-tackerclient Download the package from: https://pypi.org/project/python-tackerclient Please report issues through: https://bugs.launchpad.net/python-tackerclient/+bugs For more details, please see below. 1.13.0 ^^^^^^ Deprecation Notes * Legacy APIs excluding VIM feature are deprecated and will be removed in the first major release after the Tacker server version 9.0.0 (2023.1 Antelope release). Changes in python-tackerclient 1.12.0..1.13.0 --------------------------------------------- a41323d Fix list VNF/Subscription UT error e398f42 Extra param for OpenStack type when register vim 8b45c80 Add support cnf auto scale via threshold interface 6b16836 Extends unit test code support for merged patch 156deea Add deprecation notice for Legacy APIs 82bf387 Fix tox4 error 326d026 Update python classifier for python 3.10 0849569 Switch to 2023.1 Python3 unit tests and generic template name b4e49b3 Update master for stable/zed 80ee721 Add docs for cnf auto heal and scale Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../cli/vnf_network_forwarding_path_commands.rst | 5 + ...legacy-apis-excluding-vim-debaa69507f73179.yaml | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 + setup.cfg | 6 + tackerclient/common/utils.py | 13 + tackerclient/osc/utils.py | 29 ++ tackerclient/osc/v1/events/events.py | 3 + tackerclient/osc/v1/nfvo/ns.py | 5 + tackerclient/osc/v1/nfvo/nsd.py | 6 + tackerclient/osc/v1/nfvo/vnffg.py | 12 + tackerclient/osc/v1/nfvo/vnffgd.py | 6 + tackerclient/osc/v1/vnflcm/vnflcm.py | 41 +-- tackerclient/osc/v1/vnflcm/vnflcm_subsc.py | 27 +- tackerclient/osc/v1/vnfm/vnf.py | 8 + tackerclient/osc/v1/vnfm/vnfd.py | 6 + tackerclient/osc/v2/vnffm/vnffm_sub.py | 30 +- .../create_vnf_pm_threshold_param_sample.json | 40 +++ .../update_vnf_pm_threshold_param_sample.json | 27 ++ tackerclient/osc/v2/vnfpm/vnfpm_job.py | 32 +- tackerclient/osc/v2/vnfpm/vnfpm_threshold.py | 216 +++++++++++ tackerclient/tacker/v1_0/nfvo/vim_utils.py | 5 +- tackerclient/v1_0/client.py | 48 +++ tox.ini | 1 - 47 files changed, 1209 insertions(+), 172 deletions(-)
participants (1)
-
no-reply@openstack.org