+ 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 | 9bed7108-c09d-4bc6-be0a-7996a8d04e2f | | 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 | 4ce0d969-bc96-4535-a8e2-07a3cd8b65dc | | name | default | | share_types | 9bed7108-c09d-4bc6-be0a-7996a8d04e2f | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ + echo 'Not Enabled' Not Enabled