[openstack-announce] [new][glance] python-glanceclient 2.4.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 18 18:24:01 UTC 2016
We are excited to announce the release of:
python-glanceclient 2.4.0: OpenStack Image API Client Library
This release is part of the newton release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-glanceclient
With package available at:
https://pypi.python.org/pypi/python-glanceclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-glanceclient
For more details, please see below.
Changes in python-glanceclient 2.3.0..2.4.0
-------------------------------------------
9e84185 Updated from global requirements
3659eb7 Updated from global requirements
96927a6 Remove unused openstack/common/apiclient/client
d7db97c Fix warlock model creation
e77322c Don't update tags every time
Diffstat (except docs and test files)
-------------------------------------
glanceclient/openstack/common/apiclient/client.py | 388 ---------------------
.../openstack/common/apiclient/fake_client.py | 187 ----------
glanceclient/v2/image_tags.py | 3 +-
glanceclient/v2/images.py | 8 +-
glanceclient/v2/metadefs.py | 15 +-
glanceclient/v2/schemas.py | 9 +-
glanceclient/v2/tasks.py | 3 +-
requirements.txt | 2 +-
test-requirements.txt | 2 +-
11 files changed, 55 insertions(+), 595 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 78e1b08..39807ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ PrettyTable<0.8,>=0.7 # BSD
-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
diff --git a/test-requirements.txt b/test-requirements.txt
index 04bac46..35c7084 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ ordereddict # MIT
-os-client-config>=1.13.1 # Apache-2.0
+os-client-config!=1.19.0,>=1.13.1 # Apache-2.0
More information about the OpenStack-announce
mailing list