Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.444. openstack volume type create

usage: openstack volume type create [-h] [-f {json,shell,table,value,yaml}]
                                    [-c COLUMN] [--max-width <integer>]
                                    [--noindent] [--prefix PREFIX]
                                    [--description <description>]
                                    [--public | --private]
                                    [--property <key=value>]
                                    [--project <project>]
                                    [--project-domain <project-domain>]
                                    <name>
Create new volume type

Positional arguments

<name>


        Volume type name

Optional arguments

-h, --help


        show this help message and exit

--description <description>


      Volume type description

--public


        Volume type is accessible to the public

--private


        Volume type is not accessible to the public

--property <key=value>


      Set a property on this volume type (repeat option to
      set multiple properties)

--project <project>


        Allow <project> to access private type (name or ID)
      (Must be used with --private option)

--project-domain <project-domain>


      Domain the project belongs to (name or ID). This can
      be used in case collisions between project names
      exist.