Context + handling for backend names

This commit is contained in:
James Page
2014-01-24 14:30:23 +00:00
parent 259dd6f50d
commit aaf5f48a04
3 changed files with 25 additions and 1 deletions

View File

@@ -107,7 +107,8 @@ CONFIG_FILES = OrderedDict([
context.SubordinateConfigContext(
interface='storage-backend',
service='cinder',
config_file=CINDER_CONF)],
config_file=CINDER_CONF),
cinder_contexts.StorageBackendContext()],
'services': ['cinder-api', 'cinder-volume',
'cinder-scheduler', 'haproxy']
}),