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

deploy handler: UnboundLocalError: local variable 'ComputeStackFound' referenced before assignment #8

Open
thekorn opened this issue Mar 8, 2017 · 0 comments
Labels

Comments

@thekorn
Copy link

thekorn commented Mar 8, 2017

When running deploy before provisioning I get:

Traceback (most recent call last):
  File "/usr/bin/climulon", line 25, in <module>
    args.func(args)
  File "/code/handlers/deploy.py", line 47, in deploy_handler
    run_deployment(conf, deployImages)
  File "/code/handlers/deploy.py", line 123, in run_deployment
    if not ComputeStackFound:
UnboundLocalError: local variable 'ComputeStackFound' referenced before assignment

reason is that there is no default ComputeStackFound = False in the deploy handler code

@Shrobs Shrobs added the bug label Mar 10, 2017
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

2 participants