Blob Blame History Raw
From 34f31e81284bed495195e9c45db9175fecd1a7ff Mon Sep 17 00:00:00 2001
From: Gael Chamoulaud <gchamoul@redhat.com>
Date: Fri, 3 Jul 2015 11:37:34 +0200
Subject: [PATCH] Change default documentation URL

Documentation should point to RDO Docs by default. This patch is changing it.

Fixes: rhbz#1092019
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
---
 horizon/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/horizon/manifests/init.pp b/horizon/manifests/init.pp
index d64b507..3e6f5aa 100644
--- a/horizon/manifests/init.pp
+++ b/horizon/manifests/init.pp
@@ -228,7 +228,7 @@ class horizon(
   $api_result_limit                    = 1000,
   $log_handler                         = 'file',
   $log_level                           = 'INFO',
-  $help_url                            = 'http://docs.openstack.org',
+  $help_url                            = 'https://www.rdoproject.org/Docs',
   $local_settings_template             = 'horizon/local_settings.py.erb',
   $configure_apache                    = true,
   $bind_address                        = undef,
-- 
2.4.3