python-tackerclient 1.3.0 (victoria)
We are tickled pink to announce the release of: python-tackerclient 1.3.0: CLI and Client Library for OpenStack Tacker This release is part of the victoria stable 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.2.0..1.3.0 ------------------------------------------- 8ff2f35 Support of RollbackVNF command in openstackclient a0d2ef8 Deleting Network Service(NS) with force option bug fixes 9cd8f11 Implementation Artifacts support in Tacker d7f7ea3 Support of Scale command in openstackclient 64a21f3 Add missing argument in UpdateVNFFG at ../nfvo/vnffg.py 60c268f Support of UpdateVNF command in openstackclient a0c3d1f drop mock from lower-constraints 3f504b1 Replace assertItemsEqual with assertCountEqual 2389e74 Stop to use the __future__ module. Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - setup.cfg | 4 + tackerclient/osc/v1/nfvo/vnffg.py | 5 +- .../samples/scale_vnf_instance_param_sample.json | 3 + .../samples/update_vnf_instance_param_sample.json | 5 + tackerclient/osc/v1/vnflcm/vnflcm.py | 132 +- tackerclient/osc/v1/vnflcm/vnflcm_op_occs.py | 45 + tackerclient/osc/v1/vnfpkgm/vnf_package.py | 59 +- tackerclient/shell.py | 2 - tackerclient/tacker/v1_0/__init__.py | 2 - tackerclient/tacker/v1_0/nfvo/nsd.py | 2 - tackerclient/tacker/v1_0/nfvo/vnffgd.py | 2 - tackerclient/tacker/v1_0/vnfm/vnfd.py | 2 - .../Definitions/etsi_nfv_sol001_common_types.yaml | 202 +++ .../Definitions/etsi_nfv_sol001_vnfd_types.yaml | 1465 ++++++++++++++++++++ .../Definitions/helloworld3_df_simple.yaml | 277 ++++ .../Definitions/helloworld3_top.vnfd.yaml | 32 + .../Definitions/helloworld3_types.yaml | 53 + .../Scripts/install.sh | 3 + .../TOSCA-Metadata/TOSCA.meta | 8 + tackerclient/v1_0/client.py | 43 +- 26 files changed, 2672 insertions(+), 41 deletions(-)
participants (1)
-
no-reply@openstack.org