Merge "Change default horizon_server_name to ansible_fqdn"

This commit is contained in:
Zuul 2018-07-25 08:18:06 +00:00 committed by Gerrit Code Review
commit a4a642be08

View File

@ -104,7 +104,7 @@ horizon_lib_wsgi_file: "{{ horizon_lib_dir }}/openstack_dashboard/wsgi/django.ws
horizon_endpoint_type: internalURL
horizon_server_name: "{{ ansible_hostname | default('horizon') }}"
horizon_server_name: "{{ ansible_fqdn | default('horizon') }}"
horizon_apache_servertokens: "Prod"
horizon_apache_serversignature: "Off"
horizon_log_level: info