From 1bee52d38ade128e44c2518dd40ece42a8c12330 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Wed, 11 Jul 2018 23:56:12 -0400 Subject: [PATCH] Update the horizon help link Change-Id: I728e1f975c931c1eea20156af0257102bce9c262 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 2dfa36af..df72297c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -142,7 +142,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: https://docs.openstack.org +horizon_help_url: https://docs.openstack.org/horizon/latest/user/ ## Installation directories horizon_lib_dir: "{{ _horizon_lib_dir }}"