From dd04b0abf0ffc184ffb18ae6356a2274214113bf Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Tue, 3 Dec 2019 18:53:30 -0600 Subject: Fix: Set Nova API endpoints to v2.1 Change-Id: I3cb8456c433ec1bc21cd80d40dc660f74411c1dc Signed-off-by: Kaspars Skels --- type/cntt/software/config/endpoints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/cntt/software/config/endpoints.yaml b/type/cntt/software/config/endpoints.yaml index 5c14274..2892e6c 100644 --- a/type/cntt/software/config/endpoints.yaml +++ b/type/cntt/software/config/endpoints.yaml @@ -728,7 +728,7 @@ data: admin: host: compute-airship.DOMAIN path: - default: "/v2/%(tenant_id)s" + default: "/v2.1/%(tenant_id)s" scheme: default: "http" internal: "http" -- cgit 1.2.3-korg