Merge "Format URL when updating image props in Glance v1"

This commit is contained in:
Zuul
2018-09-28 15:35:40 +00:00
committed by Gerrit Code Review

View File

@@ -5090,7 +5090,7 @@ class OpenStackCloud(_normalize.Normalizer):
if not img_props:
return False
self._image_client.put(
'/images/{id}'.format(image.id), headers=img_props)
'/images/{id}'.format(id=image.id), headers=img_props)
self.list_images.invalidate(self)
return True