[openstack-announce] [new][tacker] python-tackerclient 0.6.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 22 12:47:18 UTC 2016
We are content to announce the release of:
python-tackerclient 0.6.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.6.0
^^^^^
New Features
* Made VNFD/VNF/VIM names mandatory in tacker CLI.
Changes in python-tackerclient 0.5.0..0.6.0
-------------------------------------------
647baba Adds audit support in client
e5457e5 Remove '--config' option when create/update a vim
00520f7 Updated from global requirements
94ccf2d VNF scaling: CLI and python client
5a9490e VNFD legacy template deprecation warning
fc47726 Updated from global requirements
31626a4 Unified formats of log_xxx function
f4daaa0 Make VNFD/VNF/VIM Name Mandatory in Tacker CLI
4197bd5 Remove discover from test-requirements
Diffstat (except docs and test files)
-------------------------------------
...e-mandatory-in-tacker-cli-dfe802af6de5c80e.yaml | 3 +
requirements.txt | 4 +-
tackerclient/common/utils.py | 6 ++
tackerclient/shell.py | 9 +++
tackerclient/tacker/v1_0/__init__.py | 8 ++-
tackerclient/tacker/v1_0/events/__init__.py | 0
tackerclient/tacker/v1_0/events/events.py | 65 +++++++++++++++++++
tackerclient/tacker/v1_0/nfvo/vim.py | 23 ++-----
tackerclient/tacker/v1_0/vm/vnf.py | 57 ++++++++++++++++-
tackerclient/tacker/v1_0/vm/vnfd.py | 2 +-
.../vm/samples/vim_config_without_auth_url.yaml | 5 ++
tackerclient/v1_0/client.py | 49 ++++++++++++++
test-requirements.txt | 1 -
18 files changed, 348 insertions(+), 59 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 1d8f696..36545a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ requests>=2.10.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
@@ -15 +15 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9b13af6..89a4ebb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
More information about the OpenStack-announce
mailing list