diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-12-03 18:53:30 -0600 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-12-03 18:53:30 -0600 |
commit | dd04b0abf0ffc184ffb18ae6356a2274214113bf (patch) | |
tree | 684afc3d762056442f91beb36ba7fc1b723c1aa1 | |
parent | 77a1f5b22527c07f186e4d961ae1febe3fda2801 (diff) |
Fix: Set Nova API endpoints to v2.1
Change-Id: I3cb8456c433ec1bc21cd80d40dc660f74411c1dc
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
-rw-r--r-- | type/cntt/software/config/endpoints.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |