mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Merge "cinder: Remove redundant command"
This commit is contained in:
commit
12355b8dac
2 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ features:
|
|||
- |
|
||||
Add ``volume group create``, ``volume group delete``,
|
||||
``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,
|
||||
respectively.
|
||||
|
|
|
|||
|
|
@ -726,7 +726,6 @@ openstack.volume.v3 =
|
|||
volume_group_list = openstackclient.volume.v3.volume_group:ListVolumeGroup
|
||||
volume_group_failover = openstackclient.volume.v3.volume_group:FailoverVolumeGroup
|
||||
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_snapshot_create = openstackclient.volume.v3.volume_group_snapshot:CreateVolumeGroupSnapshot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue