配置仪表盘 (horizon) (可选)¶
在 /etc/openstack_deploy/user_variables.yml 中自定义您的 horizon 部署。
使用 SSL 证书保护 horizon 通信¶
OpenStack-Ansible 项目提供了使用自签名或用户提供的 SSL 证书来保护仪表盘 (horizon) 通信的能力。
请参阅 使用 SSL 证书保护服务,了解可用的配置选项。
配置 horizon 定制模块¶
OpenStack-Ansible 支持部署 horizon 定制模块。构建您的定制模块后,使用模块的路径配置 horizon_customization_module 变量。
horizon_customization_module: /path/to/customization_module.py