Merge "Change volume manager to volume type, unset property for type"
This commit is contained in:
commit
e351991d74
@ -182,10 +182,7 @@ class UnsetVolumeType(command.Command):
|
||||
)
|
||||
|
||||
if parsed_args.property:
|
||||
volume_client.volumes.delete_metadata(
|
||||
volume_type.id,
|
||||
parsed_args.property,
|
||||
)
|
||||
volume_type.unset_keys(parsed_args.property)
|
||||
else:
|
||||
self.app.log.error("No changes requested\n")
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user