Browse code

Remove uses of --os-url and --os-token

Those were originally used to bootstrap with admin-token from keystone,
but the openstack client is fully configured now, leaving no reason to
not just use the actual users that are there.

Change-Id: I80bdee33a78a97f5d3910aa36dc331f19780d2f1

Monty Taylor authored on 2015/12/25 23:29:32
Showing 1 changed files
... ...
@@ -975,8 +975,6 @@ function get_or_create_endpoint {
975 975
 function get_endpoint_url {
976 976
     echo $(openstack endpoint list \
977 977
             --service $1 --interface $2 \
978
-            --os-url $KEYSTONE_SERVICE_URI_V3 \
979
-            --os-identity-api-version=3 \
980 978
             -c URL -f value)
981 979
 }
982 980