+ 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 | d24e8a68-1939-491b-b214-ecfd0ca11efc | | 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 | fd59d87a-c915-48b2-a182-3ea9dea0e1ca | | name | default | | share_types | d24e8a68-1939-491b-b214-ecfd0ca11efc | | visibility | public | | is_default | True | | group_specs | | +-------------+--------------------------------------+ Not Enabled + echo 'Not Enabled'