++ openstack service list -f csv --quote none ++ grep ',cinderv3,volumev3$' ++ sed -e s/,cinderv3,volumev3//g + OS_SERVICE_ID=33f0ae3a114543718571e61b0c530480 ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,cinderv3,volumev3,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 33f0ae3a114543718571e61b0c530480 public 'https://volume.199-19-213-128.nip.io/v3/%(tenant_id)s' + OS_ENDPOINT_ID=2064271814a24772866e578a0f62d338 + openstack endpoint show 2064271814a24772866e578a0f62d338 +--------------+-------------------------------------------------------+ | Field | Value | +--------------+-------------------------------------------------------+ | enabled | True | | id | 2064271814a24772866e578a0f62d338 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | 33f0ae3a114543718571e61b0c530480 | | service_name | cinderv3 | | service_type | volumev3 | | url | https://volume.199-19-213-128.nip.io/v3/%(tenant_id)s | +--------------+-------------------------------------------------------+