+ 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 | a8a27dcf-3df2-4bcc-824c-a3f8cb649b3a | | 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 | ad713dc0-7db7-4038-96dc-25595f412060 | | name | default | | share_types | a8a27dcf-3df2-4bcc-824c-a3f8cb649b3a | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ Not Enabled + echo 'Not Enabled'