Block Storage v3
Create a volume group type.
This command requires --os-volume-api-version
3.11 or greater.
openstack volume group type create
[--description <description>]
[--public | --private]
<name>
Description of the volume group type.
Volume group type is available to other projects (default)
Volume group type is not available to other projects
Name of new volume group type.
Delete a volume group type.
This command requires --os-volume-api-version
3.11 or greater.
openstack volume group type delete <group_type>
Name or ID of volume group type to delete
Lists all volume group types.
This command requires --os-volume-api-version
3.11 or greater.
openstack volume group type list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--default]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List the default volume group type.
Update a volume group type.
This command requires --os-volume-api-version
3.11 or greater.
openstack volume group type set
[--name <name>]
[--description <description>]
[--public | --private]
[--no-property]
[--property <key=value>]
<group_type>
New name for volume group type.
New description for volume group type.
Make volume group type available to other projects.
Make volume group type unavailable to other projects.
Remove all properties from this volume group type (specify both –no-property and –property to remove the current properties before setting new properties)
Property to add or modify for this volume group type (repeat option to set multiple properties)
Name or ID of volume group type.
Show detailed information for a volume group type.
This command requires --os-volume-api-version
3.11 or greater.
openstack volume group type show <group_type>
Name or ID of volume group type.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.