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:
parent
f2300e9e68
commit
2f998bfb12
@ -1202,7 +1202,7 @@ endpoints:
|
|||||||
host_fqdn_override:
|
host_fqdn_override:
|
||||||
default: null
|
default: null
|
||||||
path:
|
path:
|
||||||
default: "/v2/%(tenant_id)s"
|
default: "/v2.1/%(tenant_id)s"
|
||||||
scheme:
|
scheme:
|
||||||
default: 'http'
|
default: 'http'
|
||||||
port:
|
port:
|
||||||
|
@ -1262,7 +1262,7 @@ endpoints:
|
|||||||
host_fqdn_override:
|
host_fqdn_override:
|
||||||
default: null
|
default: null
|
||||||
path:
|
path:
|
||||||
default: "/v2/%(tenant_id)s"
|
default: "/v2.1/%(tenant_id)s"
|
||||||
scheme:
|
scheme:
|
||||||
default: 'http'
|
default: 'http'
|
||||||
port:
|
port:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user