django-compressor==2.0 requires Django 1.8 to work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mirantis OpenStack |
Fix Released
|
High
|
MOS Maintenance | ||
7.0.x |
Fix Released
|
High
|
Rodion Tikunov | ||
8.0.x |
Won't Fix
|
High
|
MOS Maintenance | ||
9.x |
Fix Released
|
High
|
Daniil Trishkin |
Bug Description
Confirmed on:
MOS 7.0
Issue:
CI tests gate-horizon-pep8 and gate-horizon-
Looks like this is probably due to django_compressor 2.0 released breaking this:
https:/
Details:
14:14:44 pep8 runtests: commands[1] | /bin/bash run_tests.sh -N --makemessages --check-only
14:14:44 /home/jenkins/
14:14:44 horizon: Traceback (most recent call last):
14:14:44 File "/home/
14:14:44 execute_
14:14:44 File "/home/
14:14:44 utility.execute()
14:14:44 File "/home/
14:14:44 django.setup()
14:14:44 File "/home/
14:14:44 apps.populate(
14:14:44 File "/home/
14:14:44 app_config.
14:14:44 File "/home/
14:14:44 self.models_module = import_
14:14:44 File "/usr/lib/
14:14:44 __import__(name)
14:14:44 File "/home/
14:14:44 from compressor.conf import CompressorConf # noqa
14:14:44 File "/home/
14:14:44 from django.
14:14:44 ImportError: No module named utils
http://
Changed in mos: | |
assignee: | nobody → Rodion Tikunov (rtikunov) |
assignee: | Rodion Tikunov (rtikunov) → nobody |
status: | New → Confirmed |
Changed in mos: | |
assignee: | MOS Horizon (mos-horizon) → Rodion Tikunov (rtikunov) |
summary: |
- CI tests failed up for horizon with "ImportError: No module named utils" - message + django-compressor==2.0 requires Django 1.8 to work |
Changed in mos: | |
assignee: | Rodion Tikunov (rtikunov) → nobody |
status: | In Progress → Confirmed |
tags: | added: on-verification |
tags: | removed: on-verification |
MOS Horizon team, please check if 7.0-updates CI is affected. We should either add a cap to mos-requirements repo or merge a fix to Horizon (if there was one to stable/kilo branch in upstream).