You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running
deploy
before provisioning I get:reason is that there is no default
ComputeStackFound = False
in the deploy handler codeThe text was updated successfully, but these errors were encountered: