diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-10-15 18:30:42 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-10-15 18:30:42 +0200 |
commit | 6c6384e901f6e5925ed69738683cf5849d85b7d4 (patch) | |
tree | c455b716f96aea166f0d68408a2fe2cc22e8a67f /puppet/manifests/overcloud_controller.pp | |
parent | e161d63e0f5d2c2e6f4b0f52449d6a4b5e1d8ea0 (diff) |
Sync httpd vhost settings in between pcmk and non-pcmk scenarios
Moves the vhost_params out of the manifest and into static hiera;
also removes unneeded server_alias parameter as that matched the
vhost servername anyway.
Change-Id: I4b5971b23ef3be9529a59075fa93ccc64af75b9c
Diffstat (limited to 'puppet/manifests/overcloud_controller.pp')
-rw-r--r-- | puppet/manifests/overcloud_controller.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp index c3302362..777af228 100644 --- a/puppet/manifests/overcloud_controller.pp +++ b/puppet/manifests/overcloud_controller.pp @@ -461,10 +461,8 @@ if hiera('step') >= 3 { $_profile_support = 'None' } $neutron_options = {'profile_support' => $_profile_support } - $vhost_params = { add_listen => false } class { 'horizon': cache_server_ip => hiera('memcache_node_ips', '127.0.0.1'), - vhost_extra_params => $vhost_params, neutron_options => $neutron_options, } |