python-tackerclient 2.0.0 (caracal)
We are delighted to announce the release of: python-tackerclient 2.0.0: CLI and Client Library for OpenStack Tacker This release is part of the caracal 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. 2.0.0 ^^^^^ Upgrade Notes * Legacy APIs excluding VIM feature are obsoleted. Changes in python-tackerclient 1.14.0..2.0.0 -------------------------------------------- e1cd39f Obsolete Legacy APIs excluding VIM feature 4978e7d Fix unit test error caused by cliff upgrade aa2836c Remove legacy documentation Diffstat (except docs and test files) ------------------------------------- .../cli/vnf_network_forwarding_path_commands.rst | 24 - ...legacy-apis-excluding-vim-43d8dd73c3768fbb.yaml | 4 + setup.cfg | 39 -- tacker_test.sh | 20 - tackerclient/common/constants.py | 16 - tackerclient/common/exceptions.py | 54 -- tackerclient/common/serializer.py | 277 +--------- tackerclient/common/utils.py | 13 - tackerclient/osc/v1/events/__init__.py | 0 tackerclient/osc/v1/events/events.py | 119 ----- tackerclient/osc/v1/nfvo/ns.py | 261 ---------- tackerclient/osc/v1/nfvo/nsd.py | 229 -------- tackerclient/osc/v1/nfvo/vnffg.py | 574 --------------------- tackerclient/osc/v1/nfvo/vnffgd.py | 223 -------- tackerclient/osc/v1/vnfm/__init__.py | 0 tackerclient/osc/v1/vnfm/vnf.py | 472 ----------------- tackerclient/osc/v1/vnfm/vnfd.py | 230 --------- tackerclient/shell.py | 77 +-- tackerclient/tacker/v1_0/__init__.py | 6 +- tackerclient/tacker/v1_0/events/__init__.py | 0 tackerclient/tacker/v1_0/events/events.py | 95 ---- tackerclient/tacker/v1_0/extension.py | 34 -- tackerclient/tacker/v1_0/nfvo/ns.py | 139 ----- tackerclient/tacker/v1_0/nfvo/nsd.py | 100 ---- tackerclient/tacker/v1_0/nfvo/vnfcluster.py | 191 ------- tackerclient/tacker/v1_0/nfvo/vnffg.py | 249 --------- tackerclient/tacker/v1_0/nfvo/vnffgd.py | 97 ---- tackerclient/tacker/v1_0/vnfm/__init__.py | 0 tackerclient/tacker/v1_0/vnfm/vnf.py | 341 ------------ tackerclient/tacker/v1_0/vnfm/vnfd.py | 113 ---- .../vnf_update_config_file_with_empty_dict.yaml | 1 - .../unit/osc/samples/vnf_update_empty_config.yaml | 0 .../unit/osc/samples/vnf_update_empty_param.yaml | 0 .../samples/vnf_update_invalid_format_config.yaml | 7 - .../samples/vnf_update_invalid_format_param.yaml | 1 - .../vnf_update_param_file_with_empty_dict.yaml | 1 - tackerclient/v1_0/client.py | 542 +------------------ 61 files changed, 50 insertions(+), 6199 deletions(-)
participants (1)
-
no-reply@openstack.org