From 917f62c1f604bad9836069a1c60ce7fd637f747e Mon Sep 17 00:00:00 2001 From: Ivan Chavero Date: Thu, 25 Feb 2016 17:22:05 -0700 Subject: [PATCH] Add Documentation URL to horizon The upstream horizon puppet module points to the upstream openstack docs, this patch changes it to RDO documentation. Change-Id: I1d89217d2c598e82a2c11039146ef3fad8813201 --- packstack/puppet/templates/horizon.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packstack/puppet/templates/horizon.pp b/packstack/puppet/templates/horizon.pp index cbba29853..24fbfd8d4 100644 --- a/packstack/puppet/templates/horizon.pp +++ b/packstack/puppet/templates/horizon.pp @@ -38,6 +38,7 @@ class {'::horizon': horizon_cert => hiera('CONFIG_HORIZON_SSL_CERT', undef), horizon_key => hiera('CONFIG_HORIZON_SSL_KEY', undef), horizon_ca => hiera('CONFIG_HORIZON_SSL_CACERT', undef), + help_url => 'https://www.rdoproject.org/Docs', neutron_options => { 'enable_lb' => hiera('CONFIG_HORIZON_NEUTRON_LB'), 'enable_firewall' => hiera('CONFIG_HORIZON_NEUTRON_FW'),