commit | 65d54506c4ae9b26ac39576c1414ffb41a18a684 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 28 14:05:24 2023 +0200 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 28 21:54:59 2023 +0200 |
tree | c156a70147ecc0d9233839d177df4d3567ee1ef4 | |
parent | 344f28a79eb9765adacd533fceb69732b29cbb5d [diff] |
fix(nova): drop tenant_id from url Many years ago (almost 7!), Nova dropped using the project ID, which is historically called tenant ID in the service catalog[0]. Let's do the same so that we can make it much easier for users to take advantage of access rules and be more consistent. [0]: https://github.com/openstack/devstack/commit/7f87efdd21e92721fe2bf8bb493deb4822e32f1b
diff --git a/roles/openstack_helm_endpoints/vars/main.yml b/roles/openstack_helm_endpoints/vars/main.yml index 3e8d281..b15c1a6 100644 --- a/roles/openstack_helm_endpoints/vars/main.yml +++ b/roles/openstack_helm_endpoints/vars/main.yml
@@ -222,6 +222,8 @@ host_fqdn_override: public: host: "{{ openstack_helm_endpoints_nova_api_host }}" + path: + default: "/v2.1" port: api: public: 443