Provide list of memcached servers to Nova

Memcached is used by novnc to share the auth tokens.

Change-Id: I18415b6ae38b46e3c92e4ce84b858a014ef8398b
This commit is contained in:
Giulio Fidente 2015-07-16 20:51:23 +02:00
parent 7fc1f4df89
commit 0378fbe3ed
2 changed files with 6 additions and 2 deletions

View File

@ -244,7 +244,9 @@ if hiera('step') >= 3 {
include ::glance::registry
include join(['::glance::backend::', $glance_backend])
include ::nova
class { '::nova' :
memcached_servers => suffix(hiera('memcache_node_ips'), ':11211'),
}
include ::nova::api
include ::nova::cert
include ::nova::conductor

View File

@ -556,7 +556,9 @@ if hiera('step') >= 3 {
}
include join(['::glance::backend::', $glance_backend])
include ::nova
class { '::nova' :
memcached_servers => suffix(hiera('memcache_node_ips'), ':11211'),
}
class { '::nova::api' :
sync_db => $sync_db,