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

This commit is contained in:
Jenkins 2016-01-08 07:23:40 +00:00 committed by Gerrit Code Review
commit 7792bd2025

@ -979,8 +979,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)
}