Comment 4 for bug 1778085

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_horizon (master)

Reviewed: https://review.openstack.org/578348
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=252ac6af5cca8083bea7220257bc436ea8c57ca4
Submitter: Zuul
Branch: master

commit 252ac6af5cca8083bea7220257bc436ea8c57ca4
Author: Stuart Grace <email address hidden>
Date: Wed Jun 27 11:11:20 2018 +0100

    Change default horizon_server_name to ansible_fqdn

    horizon_server_name setting in apache config file must be a FQDN
    otherwise when debug mode is enabled, HTTP requests without a
    host: header (such as haproxy health checks) fail with a message
    about invaid domain name.

    Change-Id: I8672593019e4cc5cf6144c40359ecb9d64bc9224
    Closes-Bug: #1778085