From 9a52602b441fb9fbb65ff5b85f726499ae06039a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 20 Jun 2017 09:16:43 -0500 Subject: [PATCH] Release shade 1.22.1 Bug was found rolling out 1.22 to infra nodepool. This fixes it. Change-Id: Ife1b0fc419b72baf54cb24b596aeb3b603b60c4e --- deliverables/pike/shade.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deliverables/pike/shade.yaml b/deliverables/pike/shade.yaml index ebd14a1ac3..91e9d29a90 100644 --- a/deliverables/pike/shade.yaml +++ b/deliverables/pike/shade.yaml @@ -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.