Merge "Fix return value of "image set" command"
This commit is contained in:
commit
fa998d641d
@ -691,7 +691,7 @@ class SetImage(command.Command):
|
|||||||
|
|
||||||
if not kwargs:
|
if not kwargs:
|
||||||
self.log.warning('no arguments specified')
|
self.log.warning('no arguments specified')
|
||||||
return {}, {}
|
return
|
||||||
|
|
||||||
image = image_client.images.update(image.id, **kwargs)
|
image = image_client.images.update(image.id, **kwargs)
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user