openstack-ansible-os_horizon/doc/source/configure-horizon.rst
chenxing 2112f3d9b4 [DOCS] Fix the dead link
backport: ocata

Change-Id: I94bb9d6df636e118d61cea96b12f1f1a91dbca12
Closes-Bug: #1681742
2017-04-11 16:25:59 +00:00

1.2 KiB

Configuring the Dashboard (horizon) (optional)

Customize your horizon deployment in /etc/openstack_deploy/user_variables.yml.

Securing horizon communication with SSL certificates

The OpenStack-Ansible project provides the ability to secure Dashboard (horizon) communications with self-signed or user-provided SSL certificates.

Refer to Securing services with SSL certificates for available configuration options.

Configuring a horizon customization module

OpenStack-Ansible supports deployment of a horizon customization module. After building your customization module, configure the horizon_customization_module variable with a path to your module.

horizon_customization_module: /path/to/customization_module.py