fix the url from http to https

Change-Id: I2f7bd86b9f125824ef4bad608114632ef401dbc0
This commit is contained in:
MaoyangLiu 2018-11-22 19:52:47 +08:00
parent 9a25d2507b
commit c9b8f441f0
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ horizon_galera_ssl_ca_cert: "{{ galera_ssl_ca_cert | default('/etc/ssl/certs/gal
horizon_session_timeout: 1800
## Horizon Help URL Path
horizon_help_url: http://docs.openstack.org
horizon_help_url: https://docs.openstack.org
## Installation directories
horizon_lib_dir: "{{ _horizon_lib_dir }}"