++ openstack service list -f csv --quote none ++ grep ',nova,compute$' ++ sed -e s/,nova,compute//g + OS_SERVICE_ID=15a87410cb6c4e3bb1cb5d5b66a9bdb3 ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,nova,compute,True,admin,' ++ awk -F , '{ print $1 }' + OS_ENDPOINT_ID= ++ wc -w ++ echo + '[' 0 -gt 1 ']' + [[ -n '' ]] + OS_ENDPOINT_UPDATE=True + [[ True == \T\r\u\e ]] ++ openstack endpoint create -f value -c id --region=RegionOne 15a87410cb6c4e3bb1cb5d5b66a9bdb3 admin http://nova-api.openstack.svc.cluster.local:8774/v2.1 + OS_ENDPOINT_ID=8f429bc696594a45bbc20efcaa4f0e96 + openstack endpoint show 8f429bc696594a45bbc20efcaa4f0e96 +--------------+-------------------------------------------------------+ | Field | Value | +--------------+-------------------------------------------------------+ | enabled | True | | id | 8f429bc696594a45bbc20efcaa4f0e96 | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | 15a87410cb6c4e3bb1cb5d5b66a9bdb3 | | url | http://nova-api.openstack.svc.cluster.local:8774/v2.1 | | service_name | nova | | service_type | compute | +--------------+-------------------------------------------------------+