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