mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-27 18:24:45 +00:00
Nova: Update endpoint path to 2.1
This PS updates the Nova endpoint to use v2.1, which makes tempest happy. Change-Id: I1fbda225820cdc3b40be27198cc44caa15fac156
This commit is contained in:
@@ -1202,7 +1202,7 @@ endpoints:
|
||||
host_fqdn_override:
|
||||
default: null
|
||||
path:
|
||||
default: "/v2/%(tenant_id)s"
|
||||
default: "/v2.1/%(tenant_id)s"
|
||||
scheme:
|
||||
default: 'http'
|
||||
port:
|
||||
|
||||
@@ -1262,7 +1262,7 @@ endpoints:
|
||||
host_fqdn_override:
|
||||
default: null
|
||||
path:
|
||||
default: "/v2/%(tenant_id)s"
|
||||
default: "/v2.1/%(tenant_id)s"
|
||||
scheme:
|
||||
default: 'http'
|
||||
port:
|
||||
|
||||
Reference in New Issue
Block a user