Add warn re alpha readiness of distrib mode

Change-Id: I7953a1a8eae65afc6fc3f1fdf64ae1326aa215e4
This commit is contained in:
Sergey Lukjanov 2014-05-29 15:26:39 +04:00
parent 1983bc1103
commit af3bee644f

View File

@ -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()