skymill / cumulus

Cumulus is a deployment suite used to deploy and manage environments built with AWS CloudFormation
http://cumulus-ds.readthedocs.org/
Apache License 2.0
12 stars 5 forks source link

Proper error message when CBH can't find the config #101

Closed sebdah closed 10 years ago

sebdah commented 10 years ago

Write proper error message when CBH can't find the configuration file.

Traceback (most recent call last):
  File "./cumulus-bundle-handler", line 29, in <module>
    import lib
  File "/Users/sebastian/git/skymill/cumulus/cumulus-bundle-handler/lib/__init__.py", line 79, in <module>
    'metadata', 'log-level').upper()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'metadata'