also use the caching backend
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 22:16:33 +0000 (22:16 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 22:16:33 +0000 (22:16 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/keystone.pp

index 9f27fb4..32fe5d9 100644 (file)
@@ -19,7 +19,8 @@ class roles::keystone {
                rabbit_password     => $rabbit_pass,
                rabbit_userid       => 'openstack',
                rabbit_virtual_host => '/keystone',
-               memcache_servers    => ['localhost'],
+               memcache_servers    => ['localhost:11211'],
+               cache_backend       => 'keystone.cache.memcache_pool',
        }
        class { 'keystone::roles::admin':
                email    => 'test@puppetlabs.com',