Skip to content

Instantly share code, notes, and snippets.

@ckrough
Created May 3, 2014 17:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckrough/38b607f9798216041238 to your computer and use it in GitHub Desktop.
Save ckrough/38b607f9798216041238 to your computer and use it in GitHub Desktop.
2014-05-03 12:52:54.919 TRACE cinder Traceback (most recent call last):
2014-05-03 12:52:54.919 TRACE cinder File "./cinder-api", line 55, in <module>
2014-05-03 12:52:54.919 TRACE cinder rpc.init(CONF)
2014-05-03 12:52:54.919 TRACE cinder File "/opt/stack/cinder/cinder/rpc.py", line 63, in init
2014-05-03 12:52:54.919 TRACE cinder aliases=TRANSPORT_ALIASES)
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/transport.py", line 183, in get_transport
2014-05-03 12:52:54.919 TRACE cinder invoke_kwds=kwargs)
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/driver.py", line 45, in __init__
2014-05-03 12:52:54.919 TRACE cinder verify_requirements=verify_requirements,
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 55, in __init__
2014-05-03 12:52:54.919 TRACE cinder verify_requirements)
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 170, in _load_plugins
2014-05-03 12:52:54.919 TRACE cinder self._on_load_failure_callback(self, ep, err)
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/driver.py", line 50, in _default_on_load_failure
2014-05-03 12:52:54.919 TRACE cinder raise err
2014-05-03 12:52:54.919 TRACE cinder AttributeError: 'Module_six_moves_urllib_parse' object has no attribute 'SplitResult'
2014-05-03 12:52:54.919 TRACE cinder
@rrugge
Copy link

rrugge commented May 5, 2014

Any updates on how to fix this. I am hitting this with devstack. Thanks.

@shingonoide
Copy link

I would like to know any tip about it!

@hidekazuna
Copy link

I met the same error. In my case oslo.messaging requires six>=1.6.0 but 1.5.2 was installed. So I installed 1.6.0 in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment