Merge "Add warn re alpha readiness of distrib mode"

This commit is contained in:
Jenkins 2014-06-05 02:27:12 +00:00 committed by Gerrit Code Review
commit b909c9e48d

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