python-tackerclient 0.16.0 (train)
We are delighted to announce the release of: python-tackerclient 0.16.0: CLI and Client Library for OpenStack Tacker This release is part of the train 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 0.15.0..0.16.0 --------------------------------------------- edb7dad Add documentation for VNF Package commands ffaf885 Add command for upload vnf package API 11e23ee Add commands for list, show and delete vnf package API's 9940682 OSC support for VNF package APIs a1667a9 Add Python 3 Train unit tests 1e280fb Adds support force delete for NS. 4799639 Replace git.openstack.org URLs with opendev.org URLs 08b8922 update sphinx requirement 6fd2d46 Drop py35 jobs 11c49bc OpenDev Migration Patch 4469984 Update master for stable/stein ab9aa0d Update hacking version fcd8965 add python 3.7 unit test job 6cb5d3c Add upper-constraints.txt to releasenotes tox environment Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +- README.rst | 4 +- lower-constraints.txt | 2 + releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + setup.cfg | 7 +- tackerclient/osc/v1/nfvo/ns.py | 16 +- tackerclient/osc/v1/vnfpkgm/__init__.py | 0 tackerclient/osc/v1/vnfpkgm/vnf_package.py | 258 ++++ tackerclient/shell.py | 4 +- tackerclient/tacker/v1_0/nfvo/ns.py | 14 + .../Definitions/etsi_nfv_sol001_common_types.yaml | 204 +++ .../Definitions/etsi_nfv_sol001_vnfd_types.yaml | 1466 ++++++++++++++++++++ .../Definitions/helloworld3_df_simple.yaml | 277 ++++ .../Definitions/helloworld3_top.vnfd.yaml | 32 + .../Definitions/helloworld3_types.yaml | 53 + .../sample_vnf_package/TOSCA-Metadata/TOSCA.meta | 4 + tackerclient/v1_0/client.py | 322 ++++- test-requirements.txt | 5 +- tox.ini | 8 +- 35 files changed, 3346 insertions(+), 118 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bf783f1..0765920 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 + +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -5,0 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0 +ddt>=1.0.1 # MIT @@ -7,0 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD +requests-mock>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org