++ openstack service list -f csv --quote none ++ grep ',placement,placement$' ++ sed -e s/,placement,placement//g + OS_SERVICE_ID=f7c56c79899347ac8b00dfe212115fb2 ++ 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 f7c56c79899347ac8b00dfe212115fb2 admin http://placement-api.openstack.svc.cluster.local:8778/ + OS_ENDPOINT_ID=fe13af7194134a10a3a79b3463627a98 + openstack endpoint show fe13af7194134a10a3a79b3463627a98 +--------------+--------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------+ | enabled | True | | id | fe13af7194134a10a3a79b3463627a98 | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | f7c56c79899347ac8b00dfe212115fb2 | | url | http://placement-api.openstack.svc.cluster.local:8778/ | | service_name | placement | | service_type | placement | +--------------+--------------------------------------------------------+