Merge "Do not expose admin/internal endpoint over https in AIO"

This commit is contained in:
Zuul 2023-05-11 10:27:36 +00:00 committed by Gerrit Code Review
commit b29172e5ed

View File

@ -287,12 +287,6 @@ openstack_user_kernel_options:
openstack_hosts_package_state: latest
{% if bootstrap_host_action == 'deploy' %}
openstack_service_adminuri_proto: https
openstack_service_internaluri_proto: https
haproxy_ssl_all_vips: true
{% endif %}
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
# Enable Octavia V2 API/standalone
octavia_v2: True