Add /volume to block-storage endpoint

The block-storage endpoint was added to the catalog, but in the suburl
case it was not added with the /volume suburl. This leads to find it and
attempting to use it but not being able to because it's mis-formed.

Needed-By: https://review.openstack.org/545117
Change-Id: I84721c8ae637417e4b01be9e546ff77c250fc149
This commit is contained in:
Monty Taylor 2018-02-15 16:41:19 -06:00
parent e46d6ad2b7
commit 22d70554ac
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ function create_cinder_accounts {
get_or_create_endpoint \
"block-storage" \
"$REGION_NAME" \
"$CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST/"
"$CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST/volume/"
get_or_create_endpoint \
"volume" \