Created
May 3, 2014 17:54
-
-
Save ckrough/38b607f9798216041238 to your computer and use it in GitHub Desktop.
This file contains 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
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 |
I would like to know any tip about it!
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
Any updates on how to fix this. I am hitting this with devstack. Thanks.