++ openstack service list -f csv --quote none ++ grep ',magnum,container-infra$' ++ sed -e s/,magnum,container-infra//g + OS_SERVICE_ID=2fd5717a7c1c4c8196c7e7bbe03ec94d ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,magnum,container-infra,True,admin,' ++ 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 2fd5717a7c1c4c8196c7e7bbe03ec94d admin http://magnum-api.openstack.svc.cluster.local:9511/v1 + OS_ENDPOINT_ID=4b18d4c718ee4b97b776e8071a683137 + openstack endpoint show 4b18d4c718ee4b97b776e8071a683137 +--------------+-------------------------------------------------------+ | Field | Value | +--------------+-------------------------------------------------------+ | enabled | True | | id | 4b18d4c718ee4b97b776e8071a683137 | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | 2fd5717a7c1c4c8196c7e7bbe03ec94d | | service_name | magnum | | service_type | container-infra | | url | http://magnum-api.openstack.svc.cluster.local:9511/v1 | +--------------+-------------------------------------------------------+