Enable haproxy for when there is a single unit in a deployment
This commit is contained in:
@@ -145,7 +145,7 @@ CONFIG_FILES = OrderedDict([
|
||||
'services': ['cinder-volume']
|
||||
}),
|
||||
(HAPROXY_CONF, {
|
||||
'hook_contexts': [context.HAProxyContext(),
|
||||
'hook_contexts': [context.HAProxyContext(singlenode_mode=True),
|
||||
cinder_contexts.HAProxyContext()],
|
||||
'services': ['haproxy'],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user