Last active
August 29, 2015 14:17
-
-
Save nelsnelson/e38cdb06da2bcefca80e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat compute/capacity/galaxy.yaml | |
galaxy: | |
name: 'agent-galaxy' | |
product: 'compute' | |
feature: 'capacity' | |
location: | |
region: 'iad' | |
cell: 'iad1' | |
galaxy: | |
url: 'http://galaxy.ohthree.com' | |
user: 'nels.nelson' | |
api_key: 64b3075b-3151-4b54-a87c-ef19c860c720 | |
regions: 'dfw,iad' | |
targets: | |
total: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ hubble-agent ~/src/hubble-conf/compute/capacity/galaxy.yaml -d | |
Traceback (most recent call last): | |
File "/home/nels.nelson/src/hubble/.venv/bin/hubble-agent", line 9, in <module> | |
load_entry_point('hubble==0.1.0', 'console_scripts', 'hubble-agent')() | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/cli_tools.py", line 556, in console | |
result, exc_info = adaptor.safe_call(args) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/cli_tools.py", line 483, in safe_call | |
result = self._func(**self.get_kwargs(args)) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/hubble/agents/__init__.py", line 582, in agent | |
agent = Agent.get_agent(conf, debug=debug) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/hubble/agents/__init__.py", line 210, in get_agent | |
invoke_kwds={'debug': debug}, | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/stevedore/driver.py", line 45, in __init__ | |
verify_requirements=verify_requirements, | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/stevedore/named.py", line 55, in __init__ | |
verify_requirements) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/stevedore/extension.py", line 170, in _load_plugins | |
self._on_load_failure_callback(self, ep, err) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/stevedore/driver.py", line 50, in _default_on_load_failure | |
raise err | |
ValueError: need more than 3 values to unpack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment