trove/conductor: reduce workers to 2

Depends-On: I942addf4347aaf813ef40d2ab39bac69a85a1a33
Change-Id: I6f1b010075a420f1b9896d62c5c970f384855941
This commit is contained in:
Emilien Macchi 2016-04-01 11:23:59 -04:00
parent 250527e124
commit 4a3ca2bf40
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class openstack_integration::trove {
class { '::trove::conductor':
debug => true,
verbose => true,
workers => 2,
auth_url => 'http://127.0.0.1:5000/',
}
class { '::trove::taskmanager':