+ 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 | bffc1ca8-3d35-4bd5-a213-903d8b6d7e2f | | is_public | True | | name | rbd1 | | properties | volume_backend_name='rbd1' | +-------------+--------------------------------------+ + openstack volume type list --long +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | ID | Name | Is Public | Description | Properties | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | bffc1ca8-3d35-4bd5-a213-903d8b6d7e2f | rbd1 | True | None | volume_backend_name='rbd1' | | bd08e191-7b20-4905-8df0-6e3f54b49a8f | __DEFAULT__ | True | Default Volume Type | | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ + openstack volume qos list + exit 0