From bcb75dda9ef590616c8d5f7126920f44d4dc9486 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 19 Aug 2012 00:44:00 -0700 Subject: [PATCH] Add configuration for cache_server setting in horizon. --- manifests/horizon.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 93ecc30..6118d7e 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -40,6 +40,8 @@ class openstack::horizon ( } class { '::horizon': + cache_server_ip => $cache_server_ip, + cache_server_port => $cache_server_port, secret_key => $secret_key, swift => $swift, quantum => $quantum,