python-tackerclient 1.12.0 (zed)
We are delighted to announce the release of: python-tackerclient 1.12.0: CLI and Client Library for OpenStack Tacker This release is part of the zed 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. Changes in python-tackerclient 1.11.0..1.12.0 --------------------------------------------- 64d7a87 Add support cnf auto heal and scale 0675099 Support listing all records at once with paging 075a327 Update Python-TackerClient Documentation fa4a668 Support for 'extra' parameters for vim register 0fcb9a5 Add OpenID Connect Token Auth for k8s 21f60be Add vnflcm subscriptions APIs 5c643d0 Add Python3 zed unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../cli/vnf_network_forwarding_path_commands.rst | 19 + setup.cfg | 21 + tackerclient/common/exceptions.py | 4 + .../create_lccn_subscription_param_sample.json | 114 +++++ tackerclient/osc/v1/vnflcm/vnflcm.py | 4 +- tackerclient/osc/v1/vnflcm/vnflcm_subsc.py | 206 +++++++++ tackerclient/osc/v2/__init__.py | 0 tackerclient/osc/v2/vnffm/__init__.py | 0 .../create_vnf_fm_subscription_param_sample.json | 62 +++ tackerclient/osc/v2/vnffm/vnffm_alarm.py | 177 ++++++++ tackerclient/osc/v2/vnffm/vnffm_sub.py | 197 +++++++++ tackerclient/osc/v2/vnfpm/__init__.py | 0 .../samples/create_vnf_pm_job_param_sample.json | 36 ++ .../samples/update_vnf_pm_job_param_sample.json | 18 + tackerclient/osc/v2/vnfpm/vnfpm_job.py | 334 +++++++++++++++ tackerclient/osc/v2/vnfpm/vnfpm_report.py | 67 +++ tackerclient/tacker/v1_0/nfvo/vim_utils.py | 23 +- tackerclient/v1_0/client.py | 219 +++++++++- 51 files changed, 4104 insertions(+), 225 deletions(-)
participants (1)
-
no-reply@openstack.org