+ export HOME=/tmp + HOME=/tmp + cd /tmp + openstack share type show default No sharetype with a name or ID of 'default' exists. + openstack share type create default true --public true --description 'default generic share type' +----------------------+--------------------------------------+ | Field | Value | +----------------------+--------------------------------------+ | id | 6a728d54-d6c8-4983-b8a2-c5092b4c5c00 | | name | default | | visibility | public | | is_default | True | | required_extra_specs | driver_handles_share_servers : True | | optional_extra_specs | | | description | default generic share type | +----------------------+--------------------------------------+ + openstack share group type show default No sharegrouptype with a name or ID of 'default' exists. + openstack share group type create default default --public true +-------------+--------------------------------------+ | Field | Value | +-------------+--------------------------------------+ | id | 8b365ea2-2128-4b78-a070-fe264b7a5f9d | | name | default | | share_types | 6a728d54-d6c8-4983-b8a2-c5092b4c5c00 | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ + echo 'Not Enabled' Not Enabled