++ openstack service list -f csv --quote none ++ grep ',placement,placement$' ++ sed -e s/,placement,placement//g + OS_SERVICE_ID=82f2ff7eebd54c268b8d4c2841cbc56c ++ openstack endpoint list -f csv --quote none ++ awk -F , '{ print $1 }' ++ grep '^[a-z0-9]*,RegionOne,placement,placement,True,admin,' + 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 82f2ff7eebd54c268b8d4c2841cbc56c admin http://placement-api.openstack.svc.cluster.local:8778/ + OS_ENDPOINT_ID=4b9534ff759f4c36a68e617426aa6809 + openstack endpoint show 4b9534ff759f4c36a68e617426aa6809 +--------------+--------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------+ | enabled | True | | id | 4b9534ff759f4c36a68e617426aa6809 | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | 82f2ff7eebd54c268b8d4c2841cbc56c | | service_name | placement | | service_type | placement | | url | http://placement-api.openstack.svc.cluster.local:8778/ | +--------------+--------------------------------------------------------+