Register as a endpoint without version

Change-Id: Iea300ca5a57c2952d2adefb2694d8f2f0183e491
This commit is contained in:
Endre Karlson 2014-02-25 13:44:16 +01:00 committed by Gerrit Code Review
parent 0eea1cdab8
commit c05371737b
2 changed files with 4 additions and 4 deletions

View File

@ -134,9 +134,9 @@ function create_designate_accounts() {
keystone endpoint-create \
--region RegionOne \
--service_id $DESIGNATE_SERVICE \
--publicurl "http://$SERVICE_HOST:9001/v1" \
--adminurl "http://$SERVICE_HOST:9001/v1" \
--internalurl "http://$SERVICE_HOST:9001/v1"
--publicurl "http://$SERVICE_HOST:9001/" \
--adminurl "http://$SERVICE_HOST:9001/" \
--internalurl "http://$SERVICE_HOST:9001/"
fi
fi
}

View File

@ -194,5 +194,5 @@ add_role $DESIGNATE_USERID $SERVICE_TENANT $ADMIN_ROLE $DESIGNATE_USERNAME
DESIGNATE_SERVICE=$(get_service designate dns \
"Designate DNSaaS")
API_URL=${API_URL:-http://localhost:9001/v1}
API_URL=${API_URL:-http://localhost:9001/}
add_endpoint $DESIGNATE_SERVICE $API_URL