Merge "Add whitespaces to error messages"
This commit is contained in:
commit
c170af038d
@ -58,8 +58,8 @@ class Ovs(monasca_setup.detection.Plugin):
|
||||
if not process_exist:
|
||||
log.error('OVS daemon process does not exist.')
|
||||
elif not neutron_conf:
|
||||
log.error(('OVS daemon process exists but configuration'
|
||||
'file was not found. Path to file does not exist'
|
||||
log.error(('OVS daemon process exists but configuration '
|
||||
'file was not found. Path to file does not exist '
|
||||
'as a process parameter or was not '
|
||||
'passed via args.'))
|
||||
elif not has_dependencies:
|
||||
|
@ -61,8 +61,8 @@ class Supervisord(monasca_setup.detection.Plugin):
|
||||
if not found_process:
|
||||
log.error('Supervisord process does not exist.')
|
||||
elif not has_args_or_conf_file:
|
||||
log.error(('Supervisord process exists but'
|
||||
'configuration file was not found and'
|
||||
log.error(('Supervisord process exists but '
|
||||
'configuration file was not found and '
|
||||
'no arguments were given.'))
|
||||
|
||||
def _get_config(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user