[openstack-announce] [new][tacker] python-tackerclient 0.5.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 29 10:21:42 UTC 2016


We are glad to announce the release of:

python-tackerclient 0.5.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.

Changes in python-tackerclient 0.4.0..0.5.0
-------------------------------------------

0aa7efd Add domain information into auth cred.
c9ac53a Remove the mask password logic in vim list and vim show
00d87bd Transition default VIM to API and DB operation
9910cbc Remove unused import library
654ad24 remove unused LOG
b35672b Updated from global requirements
04298ef Add .idea/ to python-tackerclient .gitignore
a5ad0bc Fix ext-show command error
f421870 Updated from global requirements
a4dcd76 Updated from global requirements
c320282 Display Health status of VIM


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

.gitignore                                     |  1 +
requirements.txt                               |  2 +-
tackerclient/common/clientmanager.py           |  5 ---
tackerclient/tacker/v1_0/__init__.py           |  9 ++--
tackerclient/tacker/v1_0/extension.py          | 10 +----
tackerclient/tacker/v1_0/nfvo/vim.py           | 23 ++++++----
tackerclient/tacker/v1_0/nfvo/vim_utils.py     |  8 +++-
tackerclient/tacker/v1_0/vm/vnfd.py            |  2 -
test-requirements.txt                          |  2 +-
12 files changed, 99 insertions(+), 74 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9451986..1d8f696 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8ba8d0b..9b13af6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19 +19 @@ testtools>=1.4.0 # MIT
-reno>=1.6.2 # Apache2
+reno>=1.8.0 # Apache2





More information about the OpenStack-announce mailing list