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,