++ openstack service list -f csv --quote none ++ grep ',manila,share$' ++ sed -e s/,manila,share//g + OS_SERVICE_ID=fef745dfff9e4296a74843433ce0a9b6 ++ openstack endpoint list -f csv --quote none ++ awk -F , '{ print $1 }' ++ grep '^[a-z0-9]*,RegionOne,manila,share,True,public,' + 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 fef745dfff9e4296a74843433ce0a9b6 public http://manila.openstack.svc.cluster.local/v1 + OS_ENDPOINT_ID=e65b8f28db104d29929950a171d2dbc1 + openstack endpoint show e65b8f28db104d29929950a171d2dbc1 +--------------+----------------------------------------------+ | Field | Value | +--------------+----------------------------------------------+ | enabled | True | | id | e65b8f28db104d29929950a171d2dbc1 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | fef745dfff9e4296a74843433ce0a9b6 | | service_name | manila | | service_type | share | | url | http://manila.openstack.svc.cluster.local/v1 | +--------------+----------------------------------------------+