Browse code

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

Jenkins authored on 2016/01/08 16:23:40
Showing 1 changed files
... ...
@@ -979,8 +979,6 @@ function get_or_create_endpoint {
979 979
 function get_endpoint_url {
980 980
     echo $(openstack endpoint list \
981 981
             --service $1 --interface $2 \
982
-            --os-url $KEYSTONE_SERVICE_URI_V3 \
983
-            --os-identity-api-version=3 \
984 982
             -c URL -f value)
985 983
 }
986 984