Merge "cinder: Remove redundant command"

This commit is contained in:
Zuul 2021-07-07 15:12:12 +00:00 committed by Gerrit Code Review
commit 12355b8dac
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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