++ grep ',heat,orchestration$' ++ openstack service list -f csv --quote none ++ sed -e s/,heat,orchestration//g + OS_SERVICE_ID=ae0d117d38a849328fce4f587110187d ++ openstack endpoint list -f csv --quote none ++ awk -F , '{ print $1 }' ++ grep '^[a-z0-9]*,RegionOne,heat,orchestration,True,internal,' + 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 ae0d117d38a849328fce4f587110187d internal 'http://heat-api.openstack.svc.cluster.local:8004/v1/%(project_id)s' + OS_ENDPOINT_ID=8550f4b4417a4c5d9351ecf7a24f5d9c + openstack endpoint show 8550f4b4417a4c5d9351ecf7a24f5d9c +--------------+--------------------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------------------+ | enabled | True | | id | 8550f4b4417a4c5d9351ecf7a24f5d9c | | interface | internal | | region | RegionOne | | region_id | RegionOne | | service_id | ae0d117d38a849328fce4f587110187d | | service_name | heat | | service_type | orchestration | | url | http://heat-api.openstack.svc.cluster.local:8004/v1/%(project_id)s | +--------------+--------------------------------------------------------------------+