[release-announce] [tacker] python-tackerclient 0.12.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 15 23:32:38 UTC 2018


We exuberantly announce the release of:

python-tackerclient 0.12.0: CLI and Client Library for OpenStack
Tacker

This release is part of the rocky release series.

Download the package from:

    https://pypi.python.org/pypi/python-tackerclient

For more details, please see below.

0.12.0
^^^^^^


New Features
************

* Enalble CLI to support clustering service in Tacker Server

* Add python-vnfd, vnf, nsd, ns, vnffgd, vnffg, event commands
  support.


Bug Fixes
*********

* Add documentation for python-tackerclient

* Fix local test fail with InterpreterNotFound: pypy

Changes in python-tackerclient 0.11.0..0.12.0
---------------------------------------------

1a31f11 Add reno note for tacker support osc commands
a325233 Deperate tacker command lines
e40b9c8 Complete VNF osc commands
d5a8170 Updated from global requirements
d7a59b9 Fix the VNFFG update osc command
e3b3d7e Add documentation for python-tackerclient
ae77851 Updated from global requirements
30bd8ff Complete VNFFG & related VNFFG osc commands
09c13e1 Complete NS osc commands
7a13c3c Complete Event osc commands
75b316a Complete NSD osc commands
17d108e Do not have to mention ssl_ca_cert in vim config file (client)
a6b7216 Fix "F821 undefined name 'unicode' error when run tox pep8
d967a88 Complete VNFFGD osc commands
a7b17cc Add --tenant-id in VIM & VNFD osc commands
0f64739 Update README.rst and add CONTRIBUTING.rst to repo
c5ed025 Fix typo
de7efad Complete VNFD osc commands
c3fc53a Revert "Add reno note for classifier name field in its list command" it should be at stable/queens branch This reverts commit df80486f32cf0011faadcbbc73e595e4afd4364c.
f037a0b Revert "Add reno note for cert_verify in vim config file" this should be in queens branch This reverts commit e557ecde7274da77c7aa6fa77227f8eb2e5f9a9e.
a23aa68 Revert "Add reno note for vnffg template updation command"
4d0cd3b Implement Tacker Client to support VNF cluster features
e557ecd Add reno note for cert_verify in vim config file
5ab6421 Add reno note for vnffg template updation command
df80486 Add reno note for classifier name field in its list command
d1c3710 Update reno for stable/queens


Diffstat (except docs and test files)
-------------------------------------

CONTRIBUTING.rst                                   |  16 +
README.rst                                         |  60 ++-
.../notes/bug-1754556-53268d3081fa18d1.yaml        |   4 +
.../notes/bug-1754926-06ac4d7ffd17b5ce.yaml        |   4 +
.../clustering-service-cli-e15cc6627de293fa.yaml   |   4 +
...rt-python-openstackclient-b88b20b80b872229.yaml |   4 +
releasenotes/source/conf.py                        |   3 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   1 -
setup.cfg                                          |  48 +-
tackerclient/common/command.py                     |   4 +
tackerclient/osc/v1/events/__init__.py             |   0
tackerclient/osc/v1/events/events.py               | 116 +++++
tackerclient/osc/v1/nfvo/ns.py                     | 239 +++++++++
tackerclient/osc/v1/nfvo/nsd.py                    | 223 +++++++++
tackerclient/osc/v1/nfvo/vim.py                    |   3 +
tackerclient/osc/v1/nfvo/vnffg.py                  | 540 +++++++++++++++++++++
tackerclient/osc/v1/nfvo/vnffgd.py                 | 216 +++++++++
tackerclient/osc/v1/vnfm/__init__.py               |   0
tackerclient/osc/v1/vnfm/vnf.py                    | 442 +++++++++++++++++
tackerclient/osc/v1/vnfm/vnfd.py                   | 223 +++++++++
tackerclient/shell.py                              |  11 +
tackerclient/tacker/v1_0/nfvo/vim_utils.py         |  13 +-
tackerclient/tacker/v1_0/nfvo/vnfcluster.py        | 191 ++++++++
.../vm/test_cli10_vim_k8s_with_bearer_token.py     |   2 +-
tackerclient/v1_0/client.py                        |  46 ++
test-requirements.txt                              |   6 -
tox.ini                                            |   7 +-
40 files changed, 2971 insertions(+), 84 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index aa1d35e..621b07f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +13,0 @@ Babel!=2.4.0,>=2.3.4 # BSD
-
diff --git a/test-requirements.txt b/test-requirements.txt
index b49b00d..2d9bd10 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
@@ -11,5 +9,0 @@ testtools>=2.2.0 # MIT
-oslosphinx>=4.7.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
-
-# releasenotes
-reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list