Merge "Update devstack endpoint creation to include v1"
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user