Merge "Remove uses of --os-url and --os-token"
diff --git a/functions-common b/functions-common
index e2ebd53..cb2998b 100644
--- a/functions-common
+++ b/functions-common
@@ -979,8 +979,6 @@
 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)
 }