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