Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error checking if incorrect image_id specified in clouds.conf #16

Open
tvoran opened this issue Sep 19, 2013 · 0 comments
Open

No error checking if incorrect image_id specified in clouds.conf #16

tvoran opened this issue Sep 19, 2013 · 0 comments
Labels

Comments

@tvoran
Copy link
Contributor

tvoran commented Sep 19, 2013

$ ./automaton.py -l
2013-09-19 15:21:52,009 - __main__         - INFO     - Starting Automaton
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "./automaton.py", line 48, in run
    cluster.launch()
  File "/Users/voran/projects/git/automaton/resources/cluster/clusters.py", line 75, in launch
    reservation = self.clouds[i].boot_image()
  File "/Users/voran/projects/git/automaton/resources/cloud/clouds.py", line 79, in boot_image
    boot_result = image_object.run(key_name=self.config.globals.key_name,
AttributeError: 'NoneType' object has no attribute 'run'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant