We are ecstatic to announce the release of: python-tackerclient 0.9.0: CLI and Client Library for OpenStack Tacker This release is part of the ocata stable release series. Download the package from: https://pypi.python.org/pypi/python-tackerclient For more details, please see below. 0.9.0 ^^^^^ New Features ************ * CLIs to onboard Network Services Descriptor (NSD) based on TOSCA Simple Profile for NFV and to create Network Services using NSD to create multiple related VNFs using a single TOSCA template. * Support to create VNF with direct VNFD template input from CLI. Deprecation Notes ***************** * Direct YAML input of any kind is now deprecated. Only file based YAML input is supported. This deprecation is across all resources like VNFFGD template, VNFD template and VNF configuration input. Changes in python-tackerclient 0.8.0..0.9.0 ------------------------------------------- 9a5588d Add release notes for Ocata 1dedfd7 Deprecate direct YAML input in tackerclient f66a4e0 Support VNF creation from inline VNF template 7cd2f2c Adds vnfd_id coloumn in vnf-list b91c8a7 Remove unwanted 'required' parameters 27a9ed8 Remove support for legacy VNFD templates. 5cd75e8 Improve help text for events-list command options 59ee907 Fix invalid unit test code in python-tackerclient Diffstat (except docs and test files) ------------------------------------- ...ate-direct-yaml-cli-input-812564bab1b99b4b.yaml | 6 ++ ...twork-services-descriptor-06f6abe90adb40f3.yaml | 6 ++ .../vnf-inline-template-25f6a0b66f7407a1.yaml | 3 + tackerclient/tacker/v1_0/__init__.py | 2 +- tackerclient/tacker/v1_0/events/events.py | 72 +++++++++---- tackerclient/tacker/v1_0/nfvo/ns.py | 2 +- tackerclient/tacker/v1_0/nfvo/nsd.py | 2 +- tackerclient/tacker/v1_0/nfvo/vnffgd.py | 8 +- tackerclient/tacker/v1_0/vnfm/vnf.py | 29 ++++-- tackerclient/tacker/v1_0/vnfm/vnfd.py | 39 +++++-- tackerclient/v1_0/client.py | 13 +-- 16 files changed, 248 insertions(+), 128 deletions(-)