++ openstack service list -f csv --quote none ++ grep ',manila,share$' ++ sed -e s/,manila,share//g + OS_SERVICE_ID=ffc2eefe43b3487ab7be21df647cbdb0 ++ 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 ffc2eefe43b3487ab7be21df647cbdb0 public http://manila.openstack.svc.cluster.local/v1 + OS_ENDPOINT_ID=359d1a6e07634e428845e0fdaa1b9ba4 + openstack endpoint show 359d1a6e07634e428845e0fdaa1b9ba4 +--------------+----------------------------------------------+ | Field | Value | +--------------+----------------------------------------------+ | enabled | True | | id | 359d1a6e07634e428845e0fdaa1b9ba4 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | ffc2eefe43b3487ab7be21df647cbdb0 | | service_name | manila | | service_type | share | | url | http://manila.openstack.svc.cluster.local/v1 | +--------------+----------------------------------------------+