+ 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 | bebd6b3e-4910-4af5-b874-9fec195a02c4 | | is_public | True | | name | rbd1 | | properties | volume_backend_name='rbd1' | +-------------+--------------------------------------+ + openstack volume type list --long +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | ID | Name | Is Public | Description | Properties | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | bebd6b3e-4910-4af5-b874-9fec195a02c4 | rbd1 | True | None | volume_backend_name='rbd1' | | f4cc0135-c628-41f9-afd1-f370fd5796e9 | __DEFAULT__ | True | Default Volume Type | | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ + openstack volume qos list + exit 0