+ 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 | 4ce3088d-964b-47c3-8a7f-d5b1a9aa3a2a | | 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 | 12e0c590-5aef-4385-aa36-33d8f12777cd | | name | default | | share_types | 4ce3088d-964b-47c3-8a7f-d5b1a9aa3a2a | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ Not Enabled + echo 'Not Enabled'