Skip to content

Instantly share code, notes, and snippets.

@abutcher
Created December 20, 2011 03:34
Show Gist options
  • Select an option

  • Save abutcher/1500116 to your computer and use it in GitHub Desktop.

Select an option

Save abutcher/1500116 to your computer and use it in GitHub Desktop.
[root@lovecoo ~]# taboot derp.yaml
ERROR: Unable to instantiate <function WaitOnStateOK at 0x182ded8> with the following arguments:
{'host': '*',
'proxies': ['proxyjava02.web.qa.ext.phx1.redhat.com',
'proxyjava03.web.qa.ext.phx1.redhat.com']}
ERROR: Full backtrace below
ERROR:
Traceback (most recent call last):
File "/home/abutcher/Taboot/bin/taboot", line 20, in <module>
taboot.cli.main()
File "/home/abutcher/Taboot/taboot/cli.py", line 123, in main
scripts = Scripts(input_files, args, config)
File "/home/abutcher/Taboot/taboot/scripts.py", line 39, in __init__
self._process_input_files()
File "/home/abutcher/Taboot/taboot/scripts.py", line 59, in _process_input_files
script.validate()
File "/home/abutcher/Taboot/taboot/tabootScript.py", line 94, in validate
instantiator(task, host="*")
File "/home/abutcher/Taboot/taboot/util.py", line 111, in instantiator
return instance_type(**kwargs)
TypeError: WaitOnStateOK() got an unexpected keyword argument 'host'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment