From 4d6ff83f11a4344c32ef276258c64235d86761b3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 21 Jun 2017 09:33:33 +0100 Subject: [PATCH] Release shade 1.22.2 Fix parameter name mismatches with server creation, a weird image normalization conflict and really fixed the delete_ips issue this time. Change-Id: I5b83facafd559ce77a931de9793f77f72bf4a9fc --- deliverables/pike/shade.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deliverables/pike/shade.yaml b/deliverables/pike/shade.yaml index 91e9d29a90..f3cba7564f 100644 --- a/deliverables/pike/shade.yaml +++ b/deliverables/pike/shade.yaml @@ -44,3 +44,10 @@ releases: highlights: > Fixed exception with deleting servers on clouds without floating IPs when delete_ips=True is given. + - version: 1.22.2 + projects: + - repo: openstack-infra/shade + hash: baaf4155671d98002816597e51b2c3a33fe99390 + highlights: > + Fix parameter name mismatches with server creation, a weird image + normalization conflict and really fixed the delete_ips issue this time.