Merge "cinder: Remove redundant command"
This commit is contained in:
commit
12355b8dac
@ -3,6 +3,6 @@ features:
|
|||||||
- |
|
- |
|
||||||
Add ``volume group create``, ``volume group delete``,
|
Add ``volume group create``, ``volume group delete``,
|
||||||
``volume group list``, ``volume group failover``,
|
``volume group list``, ``volume group failover``,
|
||||||
``volume group set/unset`` and ``volume attachment show``
|
``volume group set`` and ``volume attachment show``
|
||||||
commands to create, delete, list, failover, update and show volume groups,
|
commands to create, delete, list, failover, update and show volume groups,
|
||||||
respectively.
|
respectively.
|
||||||
|
@ -726,7 +726,6 @@ openstack.volume.v3 =
|
|||||||
volume_group_list = openstackclient.volume.v3.volume_group:ListVolumeGroup
|
volume_group_list = openstackclient.volume.v3.volume_group:ListVolumeGroup
|
||||||
volume_group_failover = openstackclient.volume.v3.volume_group:FailoverVolumeGroup
|
volume_group_failover = openstackclient.volume.v3.volume_group:FailoverVolumeGroup
|
||||||
volume_group_set = openstackclient.volume.v3.volume_group:SetVolumeGroup
|
volume_group_set = openstackclient.volume.v3.volume_group:SetVolumeGroup
|
||||||
volume_group_unset = openstackclient.volume.v3.volume_group:UnsetVolumeGroup
|
|
||||||
volume_group_show = openstackclient.volume.v3.volume_group:ShowVolumeGroup
|
volume_group_show = openstackclient.volume.v3.volume_group:ShowVolumeGroup
|
||||||
|
|
||||||
volume_group_snapshot_create = openstackclient.volume.v3.volume_group_snapshot:CreateVolumeGroupSnapshot
|
volume_group_snapshot_create = openstackclient.volume.v3.volume_group_snapshot:CreateVolumeGroupSnapshot
|
||||||
|
Loading…
Reference in New Issue
Block a user