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