summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-08 00:49:58 +0000
committerGerrit Code Review <review@openstack.org>2013-10-08 00:49:58 +0000
commit9d3b96b444b39a7506fdec9a0ccd7cdd3131d7db (patch)
treee640c090cf076a3a7f3aed60e8d9d200d0971d12 /tools
parent98bc269f7433c52373671e39231d21985bc106ca (diff)
parent056876182a29688624b16560f1daaee3e34d1072 (diff)
downloadkeystone-9d3b96b444b39a7506fdec9a0ccd7cdd3131d7db.tar.gz
Merge "Changes v1.1 to v2 for Compute endpoint in sample_data.sh"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sample_data.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/sample_data.sh b/tools/sample_data.sh
index 1dc4a6b4a..d09502d68 100755
--- a/tools/sample_data.sh
+++ b/tools/sample_data.sh
@@ -159,9 +159,9 @@ keystone service-create --name=nova \
--description="Nova Compute Service")
if [[ -z "$DISABLE_ENDPOINTS" ]]; then
keystone endpoint-create --region RegionOne --service-id $NOVA_SERVICE \
- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:\$(compute_port)s/v1.1/\$(tenant_id)s" \
- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:\$(compute_port)s/v1.1/\$(tenant_id)s" \
- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:\$(compute_port)s/v1.1/\$(tenant_id)s"
+ --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:\$(compute_port)s/v2/\$(tenant_id)s" \
+ --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:\$(compute_port)s/v2/\$(tenant_id)s" \
+ --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:\$(compute_port)s/v2/\$(tenant_id)s"
fi
#