mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Change volume manager to volume type, unset property for type"
This commit is contained in:
commit
e351991d74
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue