Release shade 1.22.1

Bug was found rolling out 1.22 to infra nodepool. This fixes it.

Change-Id: Ife1b0fc419b72baf54cb24b596aeb3b603b60c4e
This commit is contained in:
Monty Taylor 2017-06-20 09:16:43 -05:00
parent 123257349b
commit 9a52602b44
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -37,3 +37,10 @@ releases:
* Replaced use of designateclient with direct REST calls.
* Fixed issue with neutron endpoints that did not have trailing slashes.
* Fixed issue with ports not having a created_at attribute.
- version: 1.22.1
projects:
- repo: openstack-infra/shade
hash: f5daebebc1fb9249c8a22a572eb2105842a21fd6
highlights: >
Fixed exception with deleting servers on clouds without floating IPs when
delete_ips=True is given.