Deploy Sahara with unversioned endpoints
Sahara supports unversioned endpoint also for the current API v1.1, and deploying with unversioned endpoints is a better setting if people want to use both API v1.1 and the (soon-stable) API v2 at the same time. See https://review.openstack.org/#/c/582285/ for more details. Change-Id: I0f3ed4674f9629963e0a10118ad5d9b194fd4661 Closes-Bug: #1782147
This commit is contained in:
parent
ed4133b41f
commit
008e2b15ec
@ -69,9 +69,9 @@ sahara_engine_dimensions: "{{ default_container_dimensions }}"
|
|||||||
####################
|
####################
|
||||||
# OpenStack
|
# OpenStack
|
||||||
####################
|
####################
|
||||||
sahara_admin_endpoint: "{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ sahara_api_port }}/v1.1/%(tenant_id)s"
|
sahara_admin_endpoint: "{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ sahara_api_port }}"
|
||||||
sahara_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ sahara_api_port }}/v1.1/%(tenant_id)s"
|
sahara_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ sahara_api_port }}"
|
||||||
sahara_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ sahara_api_port }}/v1.1/%(tenant_id)s"
|
sahara_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ sahara_api_port }}"
|
||||||
|
|
||||||
sahara_logging_debug: "{{ openstack_logging_debug }}"
|
sahara_logging_debug: "{{ openstack_logging_debug }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user