Add options.workers to the template

This change draws on the charms.openstack and layer-openstack-api
changes to provide the ability to configure the number of workers that
the designate charm starts.

Change-Id: I8dec833d5e297f328a6503410c8f6d5aff1c85bd
Depends-On: I3cea350e536306655f5f109ec67ae7f0fba35fda
Depends-On: Id4145ffaa622727523003015d7012ece2f0eae4f
Related-Bug: #1677543
This commit is contained in:
Alex Kavanagh 2017-07-25 14:10:27 +01:00
parent dda647eecb
commit a966726106
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ notification_topics = notifications_designate
#-----------------------
[service:central]
# Number of central worker processes to spawn
#workers = None
workers = {{ options.workers }}
# Number of central greenthreads to spawn
#threads = 1000