mox is needed in requirements
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
Doug Fish | ||
horizon (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Trusty |
Fix Released
|
High
|
Unassigned |
Bug Description
It appears that mox is needed in requirements.tst now:
Environment:
Request Method: GET
Request URL: http://
Django Version: 1.5.5
Python Version: 2.7.3
Installed Applications:
['openstack_
'django.
'django.
'django.
'django.
'django.
'django.
'compressor',
'horizon',
'openstack_auth',
'openstack_
'openstack_
'openstack_
Installed Middleware:
('django.
'django.
'django.
'django.
'django.
'horizon.
'django.
'django.
'django.
Traceback:
File "/home/
92. response = middleware_
File "/home/
21. check_path = self.is_
File "/home/
56. for url_pattern in get_resolver(
File "/home/
347. patterns = getattr(
File "/home/
342. self._urlconf_
File "/home/
35. __import__(name)
File "/home/
38. url(r'', include(
File "/home/
26. patterns = getattr(
File "/home/
204. self._setup()
File "/home/
270. self._wrapped = self._setupfunc()
File "/home/
733. return self._urls()[0]
File "/home/
739. urlpatterns = self._get_
File "/home/
82. mod = import_
File "/home/
35. __import__(name)
File "/home/
26. from horizon.
File "/home/
17. from horizon.test import helpers as test
File "/home/
50. import mox
Exception Type: ImportError at /
Exception Value: No module named mox
Addind mox to requirements solved this issue.
The latest commit in my checkout is:
commit 015aff26307ca61
Author: Jordan OMara <email address hidden>
Date: Tue Jan 14 10:25:26 2014 -0500
Change-Id: I2854e9e4bb578b
Related branches
- James Page: Approve
-
Diff: 4716 lines (+2347/-2340)4 files modifieddebian/changelog (+7/-0)
debian/static/openstack-dashboard/js/3ae78267141c.js (+0/-2339)
debian/static/openstack-dashboard/js/b28ee7422312.js (+2339/-0)
debian/static/openstack-dashboard/manifest.json (+1/-1)
description: | updated |
Changed in horizon (Ubuntu Trusty): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in horizon: | |
assignee: | nobody → Doug Fish (drfish) |
Changed in horizon (Ubuntu Trusty): | |
assignee: | Doug Fish (drfish) → nobody |
Changed in horizon: | |
milestone: | none → next |
Changed in horizon: | |
milestone: | next → icehouse-rc1 |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | icehouse-rc1 → 2014.1 |
I don't think we really want mox as a requirement; instead we should be sorting out how to make sure mox is required only for testing.