Add configuration for cache_server setting in horizon.

This commit is contained in:
Dan Bode
2012-08-19 00:44:00 -07:00
parent 1a8a61aaa2
commit bcb75dda9e

View File

@@ -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,