++ openstack service list -f csv --quote none ++ grep ',nova,compute$' ++ sed -e s/,nova,compute//g + OS_SERVICE_ID=a093b76e54dc4f14a6c3d2efccf210c1 ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,nova,compute,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 a093b76e54dc4f14a6c3d2efccf210c1 admin http://nova-api.openstack.svc.cluster.local:8774/v2.1 + OS_ENDPOINT_ID=26854f6a3860475a81ec5b00627d498a + openstack endpoint show 26854f6a3860475a81ec5b00627d498a +--------------+-------------------------------------------------------+ | Field | Value | +--------------+-------------------------------------------------------+ | enabled | True | | id | 26854f6a3860475a81ec5b00627d498a | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | a093b76e54dc4f14a6c3d2efccf210c1 | | service_name | nova | | service_type | compute | | url | http://nova-api.openstack.svc.cluster.local:8774/v2.1 | +--------------+-------------------------------------------------------+