++ openstack service list -f csv --quote none ++ grep ',cinderv3,volumev3$' ++ sed -e s/,cinderv3,volumev3//g + OS_SERVICE_ID=5a342b1867314fd3a423138fda8f57d3 ++ 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 5a342b1867314fd3a423138fda8f57d3 public 'https://volume.199-19-213-133.nip.io/v3/%(tenant_id)s' + OS_ENDPOINT_ID=2902adf3ae844a2a83bf4640599ba4ae + openstack endpoint show 2902adf3ae844a2a83bf4640599ba4ae +--------------+-------------------------------------------------------+ | Field | Value | +--------------+-------------------------------------------------------+ | enabled | True | | id | 2902adf3ae844a2a83bf4640599ba4ae | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | 5a342b1867314fd3a423138fda8f57d3 | | service_name | cinderv3 | | service_type | volumev3 | | url | https://volume.199-19-213-133.nip.io/v3/%(tenant_id)s | +--------------+-------------------------------------------------------+