++ openstack service list -f csv --quote none ++ grep ',cinderv3,volumev3$' ++ sed -e s/,cinderv3,volumev3//g + OS_SERVICE_ID=d529df6fd56d43a9b41c8bf7c6ceb97a ++ 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 d529df6fd56d43a9b41c8bf7c6ceb97a public 'https://volume.162-253-55-70.nip.io/v3/%(tenant_id)s' + OS_ENDPOINT_ID=1196c99e8e0f459ebc4282fa06f03395 + openstack endpoint show 1196c99e8e0f459ebc4282fa06f03395 +--------------+------------------------------------------------------+ | Field | Value | +--------------+------------------------------------------------------+ | enabled | True | | id | 1196c99e8e0f459ebc4282fa06f03395 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | d529df6fd56d43a9b41c8bf7c6ceb97a | | service_name | cinderv3 | | service_type | volumev3 | | url | https://volume.162-253-55-70.nip.io/v3/%(tenant_id)s | +--------------+------------------------------------------------------+