Trove: Enable caching
Trove supports caching using oslo.cache. This enables this feature to test the related deployment logic. Depends-on: https://review.opendev.org/907645 Change-Id: I36fa179f19cb9e97fa597045986bcb52d74125b7
This commit is contained in:
parent
fc190c54d7
commit
bcd8cc0637
@ -19,6 +19,11 @@ class openstack_integration::trove {
|
||||
class { 'trove::logging':
|
||||
debug => true,
|
||||
}
|
||||
class { 'trove::cache':
|
||||
backend => 'dogpile.cache.pymemcache',
|
||||
enabled => true,
|
||||
memcache_servers => $::openstack_integration::config::memcache_servers,
|
||||
}
|
||||
class { 'trove::db':
|
||||
database_connection => os_database_connection({
|
||||
'dialect' => 'mysql+pymysql',
|
||||
|
Loading…
x
Reference in New Issue
Block a user