++ openstack service list -f csv --quote none ++ sed -e s/,heat,orchestration//g ++ grep ',heat,orchestration$' + OS_SERVICE_ID=7bc480fd784f4f9a87f906850174bc9b ++ openstack endpoint list -f csv --quote none ++ awk -F , '{ print $1 }' ++ grep '^[a-z0-9]*,RegionOne,heat,orchestration,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 7bc480fd784f4f9a87f906850174bc9b public 'https://orchestration.199-204-45-222.nip.io/v1/%(project_id)s' + OS_ENDPOINT_ID=ad9f3e18ee3243eba429288e144f42c0 + openstack endpoint show ad9f3e18ee3243eba429288e144f42c0 +--------------+---------------------------------------------------------------+ | Field | Value | +--------------+---------------------------------------------------------------+ | enabled | True | | id | ad9f3e18ee3243eba429288e144f42c0 | | interface | public | | region | RegionOne | | region_id | RegionOne | | service_id | 7bc480fd784f4f9a87f906850174bc9b | | url | https://orchestration.199-204-45-222.nip.io/v1/%(project_id)s | | service_name | heat | | service_type | orchestration | +--------------+---------------------------------------------------------------+