24d578318b
Depends-On: Ie638c826abe43f1f484f16e60b90fbe25c684c6e Change-Id: Ia7acfb1532f6494f9baad770b7a9f0ab3a300625
1.2 KiB
1.2 KiB
Home OpenStack-Ansible Installation Guide
Configuring Horizon (optional)
Customizing the Horizon deployment is done within
/etc/openstack_deploy/user_variables.yml
.
Securing Horizon communication with SSL certificates
The OpenStack-Ansible project provides the ability to secure 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