Add support for worker configuration

This commit is contained in:
James Page
2014-10-07 13:27:23 +01:00
parent a2ce89d407
commit af33e0d5ab
4 changed files with 29 additions and 1 deletions

View File

@@ -131,7 +131,8 @@ CONFIG_FILES = OrderedDict([
cinder_contexts.StorageBackendContext(),
cinder_contexts.LoggingConfigContext(),
context.IdentityServiceContext(),
context.BindHostContext()],
context.BindHostContext(),
context.WorkerConfigContext()],
'services': ['cinder-api', 'cinder-volume',
'cinder-scheduler', 'haproxy']
}),