Merge "Update devstack endpoint creation to include v1"

This commit is contained in:
Jenkins
2014-07-23 16:02:30 +00:00
committed by Gerrit Code Review
+3 -3
View File
@@ -187,9 +187,9 @@ function create_barbican_accounts {
keystone endpoint-create \
--region RegionOne \
--service_id $BARBICAN_SERVICE \
--publicurl "http://$SERVICE_HOST:9311" \
--adminurl "http://$SERVICE_HOST:9312" \
--internalurl "http://$SERVICE_HOST:9311"
--publicurl "http://$SERVICE_HOST:9311/v1" \
--adminurl "http://$SERVICE_HOST:9312/v1" \
--internalurl "http://$SERVICE_HOST:9311/v1"
fi
}