+ 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 | 5f79cc3b-db61-4148-a85d-848e14bff68e | | is_public | True | | name | rbd1 | | properties | volume_backend_name='rbd1' | +-------------+--------------------------------------+ + openstack volume type list --long +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | ID | Name | Is Public | Description | Properties | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | 5f79cc3b-db61-4148-a85d-848e14bff68e | rbd1 | True | None | volume_backend_name='rbd1' | | 2c5ca587-c7a1-4746-9a62-0eb223f512e0 | __DEFAULT__ | True | Default Volume Type | | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ + openstack volume qos list + exit 0