+ export HOME=/tmp + HOME=/tmp + openstack volume type show rbd1 No volumetype with a name or ID of 'rbd1' exists. + openstack volume type create --public --property volume_backend_name=rbd1 rbd1 +-------------+--------------------------------------+ | Field | Value | +-------------+--------------------------------------+ | description | None | | id | 553ae8d8-22b6-48e4-ad7e-560be9d7c7b6 | | is_public | True | | name | rbd1 | | properties | volume_backend_name='rbd1' | +-------------+--------------------------------------+ + openstack volume type list --long +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | ID | Name | Is Public | Description | Properties | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | 553ae8d8-22b6-48e4-ad7e-560be9d7c7b6 | rbd1 | True | None | volume_backend_name='rbd1' | | a7fd998e-83fd-407e-9819-3707752b2dff | __DEFAULT__ | True | Default Volume Type | | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ + openstack volume qos list + exit 0