Add warn re alpha readiness of distrib mode
Change-Id: I7953a1a8eae65afc6fc3f1fdf64ae1326aa215e4
This commit is contained in:
parent
1983bc1103
commit
af3bee644f
@ -93,6 +93,10 @@ def setup_common(possible_topdir, service_name):
|
||||
|
||||
LOG.info('Starting Sahara %s' % service_name)
|
||||
|
||||
if service_name != 'all-in-one':
|
||||
LOG.warn("Distributed mode is in the alpha state, it's recommended to "
|
||||
"use all-in-one mode by running 'sahara-all' binary.")
|
||||
|
||||
plugins_base.setup_plugins()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user