[new][tacker] python-tackerclient 0.7.0 release (newton)
We are overjoyed to announce the release of: python-tackerclient 0.7.0: CLI and Client Library for OpenStack Tacker This release is part of the newton release series. With package available at: https://pypi.python.org/pypi/python-tackerclient For more details, please see below. 0.7.0 ^^^^^ New Features ************ * Adds new CLI command 'vnf-resource-list' to view VNF resources, such as VDU, CP, etc. * Add client support for VNFFG. Deprecation Notes ***************** * infra_driver and mgmt_driver attributes in VNFD client attribute is deprecated and will be removed in Ocata. Changes in python-tackerclient 0.6.0..0.7.0 ------------------------------------------- f1eef18 Moving test files to vm directory 23f34cd Updated from global requirements f6848f0 Modify MyURLComparator to handle deep match on URL ced23fe Deprecate infra_driver and mgmt_driver aa499bb Remove list_vnf_resource_pagination unit test 882f6b6 Add client support for VNFFG in NFVO ed102ca cli: modify vnfd, param & config attr. to dict obj 1444083 Adds client commands for listing a VNF resources cc0a668 Revert "Creates details API to fetch VNF detials" 5a1f2f5 Creates details API to fetch VNF detials 6fecf2a Add "Description" parameter while creating VNF with CLI. Diffstat (except docs and test files) ------------------------------------- ...ra-mgmt-driver-attributes-e371624c50accee8.yaml | 4 + ...ommmand-vnf-resource-list-d5422ab917f0892f.yaml | 4 + .../notes/vnffg-client-abd7d7f06860b91d.yaml | 3 + requirements.txt | 2 + tackerclient/common/utils.py | 7 + tackerclient/shell.py | 23 +++ tackerclient/tacker/v1_0/nfvo/vim.py | 2 +- tackerclient/tacker/v1_0/nfvo/vnffg.py | 168 +++++++++++++++++++++ tackerclient/tacker/v1_0/nfvo/vnffgd.py | 87 +++++++++++ tackerclient/tacker/v1_0/vm/vnf.py | 110 ++++++++++++-- tackerclient/tacker/v1_0/vm/vnfd.py | 15 +- tackerclient/v1_0/client.py | 131 ++++++++++++++++ test-requirements.txt | 1 + 22 files changed, 1060 insertions(+), 139 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 36545a0..92c0ed2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ oslo.i18n>=2.1.0 # Apache-2.0 +oslo.log>=1.14.0 # Apache-2.0 @@ -16,0 +18 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 89a4ebb..61629d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,0 +19 @@ reno>=1.8.0 # Apache2 +mock>=2.0 # BSD
participants (1)
-
no-reply@openstack.org