From 03cde16ed6272c660f23472990a16fcea9593551 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 3 Oct 2019 12:02:12 +0200 Subject: [PATCH] Changed Nova compute endpoint to new version Current Nova service endpoint is set to legacy compute version: v2. According to the doc [1], minimum microversion in Nova is 2.1, which is a microversion compatible with the legacy v2 API. After that, nova client will be able to add into a requests: X-OpenStack-Nova-API-Version HTTP header, which is required for some tempest tests. [1] https://docs.openstack.org/api-guide/compute/microversions.html Change-Id: I6a7305cbbab0b20a6b926f6358dfdf463df49652 --- site/seaworthy-virt/software/config/endpoints.yaml | 2 +- site/seaworthy/software/config/endpoints.yaml | 2 +- type/skiff/config/endpoints.yaml | 2 +- type/sloop/config/endpoints.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/seaworthy-virt/software/config/endpoints.yaml b/site/seaworthy-virt/software/config/endpoints.yaml index 8d47cde38..509cfd7d2 100644 --- a/site/seaworthy-virt/software/config/endpoints.yaml +++ b/site/seaworthy-virt/software/config/endpoints.yaml @@ -599,7 +599,7 @@ data: host_fqdn_override: default: null path: - default: "/v2/%(tenant_id)s" + default: "/v2.1/%(tenant_id)s" scheme: default: "http" public: "http" diff --git a/site/seaworthy/software/config/endpoints.yaml b/site/seaworthy/software/config/endpoints.yaml index 0dc32749f..c0afa61a6 100644 --- a/site/seaworthy/software/config/endpoints.yaml +++ b/site/seaworthy/software/config/endpoints.yaml @@ -777,7 +777,7 @@ data: public: host: compute-sw.DOMAIN path: - default: "/v2/%(tenant_id)s" + default: "/v2.1/%(tenant_id)s" scheme: default: "http" public: "https" diff --git a/type/skiff/config/endpoints.yaml b/type/skiff/config/endpoints.yaml index f5c89559f..a4620475c 100644 --- a/type/skiff/config/endpoints.yaml +++ b/type/skiff/config/endpoints.yaml @@ -593,7 +593,7 @@ data: host_fqdn_override: default: null path: - default: "/v2/%(tenant_id)s" + default: "/v2.1/%(tenant_id)s" scheme: default: "http" public: "http" diff --git a/type/sloop/config/endpoints.yaml b/type/sloop/config/endpoints.yaml index f5c89559f..a4620475c 100644 --- a/type/sloop/config/endpoints.yaml +++ b/type/sloop/config/endpoints.yaml @@ -593,7 +593,7 @@ data: host_fqdn_override: default: null path: - default: "/v2/%(tenant_id)s" + default: "/v2.1/%(tenant_id)s" scheme: default: "http" public: "http"