[release-announce] [shade] shade 1.20.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 20 18:42:57 UTC 2017


We are delighted to announce the release of:

shade 1.20.0: Simple client library for interacting with OpenStack
clouds

This release is part of the pike release series.

Download the package from:

    https://pypi.python.org/pypi/shade

For more details, please see below.

1.20.0
^^^^^^

New Features

* Adds ability to add a config setting to clouds.yaml to disable
  fetching extra_specs from flavors.

Changes in shade 1.19.0..1.20.0
-------------------------------

02e6371 _discover_latest_version is private and not used
4c67e76 Change versioned_endpoint to endpoint_uri
b459c8d Futureproof keystone unit tests against new occ
3b8ef1b Actually fix the app_name protection
26c834c Replace nova security groups with REST
8d94ef1 Transition nova security group tests to REST
dfec0ca Remove dead ImageSnapshotCreate task
0cbed4f Pass in app_name information to keystoneauth
5adcef0 Use REST for cinder list volumes
dc6ed69 Upgrade list volumes tests to use requests-mock
15d64f2 Updated from global requirements
8082cdf Pass shade version info to session user_agent
9cd5bf9 Use keystone_session in _get_raw_client
d5982e8 Don't fail on security_groups=None
d12032d Stop defaulting container_format to ovf for vhd
049b4ce Don't run extra server info on every server in list
ccf7cca Use REST for neutron floating IP list
f956aed Migrate create_image_snapshot to REST
aa58173 Add ability to configure extra_specs to be off
413965c Migrate server snapshot tests to requests_mock


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

.../config-flavor-specs-ca712e17971482b6.yaml      |   4 +
requirements.txt                                   |   2 +-
shade/__init__.py                                  |  25 +-
shade/_normalize.py                                |  11 +-
shade/_tasks.py                                    |  40 ---
shade/openstackcloud.py                            | 227 ++++++------
14 files changed, 648 insertions(+), 456 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ae41fbe..30a7fdd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0





More information about the Release-announce mailing list