Block Storage v1, v2
Create new volume type
os volume type create
[--description <description>]
[--public | --private]
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<name>
Volume type description
New in version 2.
Volume type is accessible to the public
New in version 2.
Volume type is not accessible to the public
New in version 2.
Set a property on this volume type (repeat option to set multiple properties)
Allow <project> to access private type (name or ID) (Must be used with --private option)
Volume version 2 only
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Volume version 2 only
Volume type name
Delete volume type(s)
os volume type delete
<volume-type> [<volume-type> ...]
Volume type(s) to delete (name or ID)
List volume types
os volume type list
[--long]
[--public | --private]
List additional fields in output
List only public types
Volume version 2 only
List only private types (admin only)
Volume version 2 only
Set volume type properties
os volume type set
[--name <name>]
[--description <description>]
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<volume-type>
Set volume type name
New in version 2.
Set volume type description
New in version 2.
Set volume type access to project (name or ID) (admin only)
Volume version 2 only
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Set a property on this volume type (repeat option to set multiple properties)
Volume type to modify (name or ID)
Display volume type details
os volume type show
<volume-type>
Volume type to display (name or ID)
Unset volume type properties
os volume type unset
[--property <key> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<volume-type>
Property to remove from volume type (repeat option to remove multiple properties)
Removes volume type access from project (name or ID) (admin only)
Volume version 2 only
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Volume type to modify (name or ID)