yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43418
[Bug 1526599] Re: back-port of oslo import to stable kilo is not enough
Hello, Itxaka Serrano (itxakaserrano)
Thank you for the comment.
After another try, I found my devstack is in master branch.
And after I checkout the stable/kilo branch of devstack, everything goes well.
And the pip list is attached here.
** Changed in: horizon
Status: New => Invalid
** Attachment added: "pip-list-after-stack.txt"
https://bugs.launchpad.net/horizon/+bug/1526599/+attachment/4535519/+files/pip-list-after-stack.txt
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1526599
Title:
back-port of oslo import to stable kilo is not enough
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
Back-port of oslo import to stable kilo is not enough and caused
Devstack installation failed.
[Error message example]
2015-12-16 02:41:08.120 | + cd /opt/stack/horizon
2015-12-16 02:41:08.120 | + ./run_tests.sh -N --compilemessages
2015-12-16 02:41:08.604 | WARNING:root:No local_settings file found.
2015-12-16 02:41:09.019 | Traceback (most recent call last):
2015-12-16 02:41:09.019 | File "/opt/stack/horizon/manage.py", line 23, in <module>
2015-12-16 02:41:09.019 | execute_from_command_line(sys.argv)
2015-12-16 02:41:09.019 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
2015-12-16 02:41:09.020 | utility.execute()
2015-12-16 02:41:09.020 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 303, in execute
2015-12-16 02:41:09.020 | settings.INSTALLED_APPS
2015-12-16 02:41:09.020 | File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 48, in __getattr__
2015-12-16 02:41:09.020 | self._setup(name)
2015-12-16 02:41:09.020 | File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 44, in _setup
2015-12-16 02:41:09.020 | self._wrapped = Settings(settings_module)
2015-12-16 02:41:09.020 | File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
2015-12-16 02:41:09.021 | mod = importlib.import_module(self.SETTINGS_MODULE)
2015-12-16 02:41:09.021 | File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
2015-12-16 02:41:09.021 | __import__(name)
2015-12-16 02:41:09.021 | File "/opt/stack/horizon/openstack_dashboard/settings.py", line 313, in <module>
2015-12-16 02:41:09.021 | from openstack_dashboard import policy_backend
2015-12-16 02:41:09.021 | File "/opt/stack/horizon/openstack_dashboard/policy_backend.py", line 23, in <module>
2015-12-16 02:41:09.021 | from openstack_dashboard.openstack.common import policy
2015-12-16 02:41:09.021 | File "/opt/stack/horizon/openstack_dashboard/openstack/common/policy.py", line 83, in <module>
2015-12-16 02:41:09.021 | from oslo.config import cfg
2015-12-16 02:41:09.022 | ImportError: No module named config
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1526599/+subscriptions
References