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

--cumulus-version is broken #116

Closed sebdah closed 10 years ago

sebdah commented 10 years ago
[sebastian ~]$ cumulus --cumulus-version
Traceback (most recent call last):
  File "git/skymill/cumulus/cumulus/cumulus", line 23, in <module>
    import cumulus_ds
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/__init__.py", line 20, in <module>
    from cumulus_ds import bundle_manager
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/bundle_manager.py", line 16, in <module>
    from cumulus_ds import connection_handler
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/connection_handler.py", line 6, in <module>
    from cumulus_ds.config import CONFIG as config
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 280, in <module>
    CONFIG = Configuration()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 25, in __init__
    self._parse_command_line_options()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 44, in _parse_command_line_options
    settings_conf.get('general', 'version')))
  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: 'general'