diff --git a/nova/values.yaml b/nova/values.yaml index 913fbc8872..c7bc59e5c6 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -1943,7 +1943,7 @@ endpoints: # crt: null # key: null path: - default: "/v2.1/%(tenant_id)s" + default: "/v2.1/" scheme: default: 'http' service: 'http' diff --git a/releasenotes/notes/nova-dd4188dbc489977c.yaml b/releasenotes/notes/nova-dd4188dbc489977c.yaml new file mode 100644 index 0000000000..f3cd8a1fbe --- /dev/null +++ b/releasenotes/notes/nova-dd4188dbc489977c.yaml @@ -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. +...