From 83eaa63aef2453cb8b47ef1a4c7327962d8ed2ac Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Thu, 19 Jun 2014 13:43:07 +0200 Subject: [PATCH] Remove documentation URL URL should be modified on module level. Change-Id: I7da90412ab5501ccba8e24a4ed1cafd03310e9b9 --- packstack/puppet/templates/horizon.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/templates/horizon.pp b/packstack/puppet/templates/horizon.pp index eeb13e981..42402f90c 100644 --- a/packstack/puppet/templates/horizon.pp +++ b/packstack/puppet/templates/horizon.pp @@ -13,7 +13,6 @@ class {'horizon': keystone_default_role => '_member_', fqdn => ['%(CONFIG_CONTROLLER_HOST)s', "$::fqdn", 'localhost'], can_set_mount_point => 'False', - help_url =>'http://docs.openstack.org', django_debug => %(CONFIG_DEBUG_MODE)s ? {true => 'True', false => 'False'}, listen_ssl => %(CONFIG_HORIZON_SSL)s, horizon_cert => '/etc/pki/tls/certs/ssl_ps_server.crt',