Browse code

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

Monty Taylor authored on 2018/02/16 07:41:19
Showing 1 changed files
... ...
@@ -372,7 +372,7 @@ function create_cinder_accounts {
372 372
             get_or_create_endpoint \
373 373
                 "block-storage" \
374 374
                 "$REGION_NAME" \
375
-                "$CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST/"
375
+                "$CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST/volume/"
376 376
 
377 377
             get_or_create_endpoint \
378 378
                 "volume" \