← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1526599] [NEW] back-port of oslo import to stable kilo is not enough

 

Public bug reported:

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

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: kilo-backport-potential

-- 
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):
  New

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


Follow ups