From 6ca6e63ed34b1fcb8e202c98e5b0225324b94f1c Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Tue, 18 Dec 2012 11:22:05 -0500 Subject: [PATCH] Adding two python modules required horizon --- packstack/puppet/templates/horizon.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packstack/puppet/templates/horizon.pp b/packstack/puppet/templates/horizon.pp index ffa2a764e..31c44f415 100644 --- a/packstack/puppet/templates/horizon.pp +++ b/packstack/puppet/templates/horizon.pp @@ -1,4 +1,9 @@ +package {"horizon-packages": + name => ["python-memcached", "python-netaddr"], + notify => Class["horizon"], +} + class {'horizon': secret_key => '%(CONFIG_HORIZON_SECRET_KEY)s', keystone_host => '%(CONFIG_KEYSTONE_HOST)s',