+ 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 | 8621d47a-eac8-47d3-a72a-f5e592bfc4fc | | is_public | True | | name | rbd1 | | properties | volume_backend_name='rbd1' | +-------------+--------------------------------------+ + openstack volume type list --long +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | ID | Name | Is Public | Description | Properties | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ | 8621d47a-eac8-47d3-a72a-f5e592bfc4fc | rbd1 | True | None | volume_backend_name='rbd1' | | 7a8a5179-f8d6-4a99-ba7f-b6e694ef5010 | __DEFAULT__ | True | Default Volume Type | | +--------------------------------------+-------------+-----------+---------------------+----------------------------+ + openstack volume qos list + exit 0