Merge "fix(cinder): change default v3 volume path to current recommended"
This commit is contained in:
@@ -1437,7 +1437,7 @@ endpoints:
|
|||||||
# crt: null
|
# crt: null
|
||||||
# key: null
|
# key: null
|
||||||
path:
|
path:
|
||||||
default: '/v3/%(tenant_id)s'
|
default: '/v3'
|
||||||
healthcheck: /healthcheck
|
healthcheck: /healthcheck
|
||||||
scheme:
|
scheme:
|
||||||
default: 'http'
|
default: 'http'
|
||||||
|
|||||||
6
releasenotes/notes/cinder-a25114bef0ed2f56.yaml
Normal file
6
releasenotes/notes/cinder-a25114bef0ed2f56.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Change the default volume v3 path to not include the tenant_id. The is the
|
||||||
|
current recommended approach and has not been necessary since the Yoga release.
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user