++ openstack service list -f csv --quote none ++ grep ',manila,share$' ++ sed -e s/,manila,share//g + OS_SERVICE_ID=0aeef812926f45e9a584aa430f0c0540 ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,manila,share,True,public,' ++ awk -F , '{ print $1 }' + OS_ENDPOINT_ID= ++ echo ++ wc -w + '[' 0 -gt 1 ']' + [[ -n '' ]] + OS_ENDPOINT_UPDATE=True + [[ True == \T\r\u\e ]] ++ openstack endpoint create -f value -c id --region=RegionOne 0aeef812926f45e9a584aa430f0c0540 public http://manila.openstack.svc.cluster.local/v1 + OS_ENDPOINT_ID=028287ae70bf4a7a8961fd6c96291fc7 + openstack endpoint show 028287ae70bf4a7a8961fd6c96291fc7 +--------------+----------------------------------------------+ | Field | Value | +--------------+----------------------------------------------+ | enabled | True | | id | 028287ae70bf4a7a8961fd6c96291fc7 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | 0aeef812926f45e9a584aa430f0c0540 | | url | http://manila.openstack.svc.cluster.local/v1 | | service_name | manila | | service_type | share | +--------------+----------------------------------------------+