++ openstack service list -f csv --quote none ++ grep ',heat-cfn,cloudformation$' ++ sed -e s/,heat-cfn,cloudformation//g + OS_SERVICE_ID=c5e6b55293f142619b2b817a5adcba36 ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,heat-cfn,cloudformation,True,internal,' ++ 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 c5e6b55293f142619b2b817a5adcba36 internal http://heat-cfn.openstack.svc.cluster.local:8000/v1 + OS_ENDPOINT_ID=421e19961c7349b5b4fa33fb0c63cceb + openstack endpoint show 421e19961c7349b5b4fa33fb0c63cceb +--------------+-----------------------------------------------------+ | Field | Value | +--------------+-----------------------------------------------------+ | enabled | True | | id | 421e19961c7349b5b4fa33fb0c63cceb | | interface | internal | | region | RegionOne | | region_id | RegionOne | | service_id | c5e6b55293f142619b2b817a5adcba36 | | service_name | heat-cfn | | service_type | cloudformation | | url | http://heat-cfn.openstack.svc.cluster.local:8000/v1 | +--------------+-----------------------------------------------------+