From 2f998bfb12afab2e8b41d2f1538e3563f816873f Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Thu, 22 Mar 2018 16:30:32 -0500 Subject: [PATCH] Nova: Update endpoint path to 2.1 This PS updates the Nova endpoint to use v2.1, which makes tempest happy. Change-Id: I1fbda225820cdc3b40be27198cc44caa15fac156 --- neutron/values.yaml | 2 +- nova/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/values.yaml b/neutron/values.yaml index 36f6ba405c..a1eb996856 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -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: diff --git a/nova/values.yaml b/nova/values.yaml index fe40d25c51..abc994b9a0 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -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: