+ 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 | ea047e70-8b93-43de-8d0e-bbb450347905 | | 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 | f30c9fea-f969-4537-86d0-0798da2f338f | | name | default | | share_types | ea047e70-8b93-43de-8d0e-bbb450347905 | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ + echo 'Not Enabled' Not Enabled