From f73263d47a85f1fe6d1b80d10e85fe35a46aa8ef Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 25 Dec 2015 08:29:32 -0600 Subject: [PATCH] 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 --- functions-common | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions-common b/functions-common index e8f8b10f79..8a087317ec 100644 --- a/functions-common +++ b/functions-common @@ -975,8 +975,6 @@ function get_or_create_endpoint { function get_endpoint_url { echo $(openstack endpoint list \ --service $1 --interface $2 \ - --os-url $KEYSTONE_SERVICE_URI_V3 \ - --os-identity-api-version=3 \ -c URL -f value) }