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:
|
||||
self.log.warning('no arguments specified')
|
||||
return {}, {}
|
||||
return
|
||||
|
||||
image = image_client.images.update(image.id, **kwargs)
|
||||
finally:
|
||||
|
Loading…
Reference in New Issue
Block a user