[Fullstack] Use string for api_worker config option

Same fix as in Iae6a559451ab03f4a5410626e50ff2c0aa634aea, this causes
tests to fail at configuration load with Python 3

Change-Id: I8f1131bf98e38c716925c562fb95d94bc341cbb0
This commit is contained in:
Bernard Cafarelli 2018-06-22 17:44:27 +02:00
parent 0a00561a46
commit fad8e4d2cd
No known key found for this signature in database
GPG Key ID: D148244A3C2462BD
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class NeutronConfigFixture(ConfigFixture):
'password': rabbitmq_environment.password,
'host': rabbitmq_environment.host,
'vhost': rabbitmq_environment.vhost},
'api_workers': 2,
'api_workers': '2',
},
'database': {
'connection': connection,