Allow no project specific Cloudbender tool config
This commit is contained in:
parent
8e1866cd41
commit
03cf3c943f
@ -31,7 +31,7 @@ class CloudBender(object):
|
|||||||
|
|
||||||
# Read top level config.yaml and extract CloudBender CTX
|
# Read top level config.yaml and extract CloudBender CTX
|
||||||
_config = read_yaml_file(os.path.join(self.ctx['config_path'], 'config.yaml'))
|
_config = read_yaml_file(os.path.join(self.ctx['config_path'], 'config.yaml'))
|
||||||
if _config:
|
if _config and _config.get('CloudBender'):
|
||||||
self.ctx.update(_config.get('CloudBender'))
|
self.ctx.update(_config.get('CloudBender'))
|
||||||
|
|
||||||
# Make sure all paths are abs
|
# Make sure all paths are abs
|
||||||
|
Loading…
Reference in New Issue
Block a user