Merge lp:~markgius/horizon/lp788413 into lp:~hudson-openstack/horizon/trunk

Proposed by Mark Gius
Status: Merged
Approved by: Devin Carlen
Approved revision: 53
Merged at revision: 53
Proposed branch: lp:~markgius/horizon/lp788413
Merge into: lp:~hudson-openstack/horizon/trunk
Diff against target: 19 lines (+2/-0)
1 file modified
django-openstack/src/django_openstack/testsettings.py (+2/-0)
To merge this branch: bzr merge lp:~markgius/horizon/lp788413
Reviewer Review Type Date Requested Status
Devin Carlen Approve
Review via email: mp+62388@code.launchpad.net

Commit message

Add two lines to testsettings that were missed during refactor.

To post a comment you must log in.
Revision history for this message
Devin Carlen (devcamcar) wrote :

lgtm

review: Approve
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

The attempt to merge lp:~markgius/openstack-dashboard/lp788413 into lp:openstack-dashboard failed. Below is the output from the failed tests.

Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
Downloading/unpacking boto==1.9b (from -r /tmp/tmpTrBvYp/openstack-dashboard/tools/pip-requires (line 1))
  Cannot fetch index base URL http://pypi.python.org/simple/
  Could not find any downloads that satisfy the requirement boto==1.9b (from -r /tmp/tmpTrBvYp/openstack-dashboard/tools/pip-requires (line 1))
No distributions at all found for boto==1.9b (from -r /tmp/tmpTrBvYp/openstack-dashboard/tools/pip-requires (line 1))
Storing complete log in /var/lib/jenkins/.pip/pip.log
checking dependencies...
dependency check done.
Creating venv... done.
Installing pip in virtualenv... done.
Installing dependencies with pip (this can take a while)...

Traceback (most recent call last):
  File "bootstrap.py", line 172, in <module>
    ez['use_setuptools'](**setup_args)
  File "<string>", line 103, in use_setuptools
  File "<string>", line 97, in do_download
  File "<string>", line 158, in download_setuptools
  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 101] Network is unreachable>
run_tests.sh: line 5: bin/buildout: No such file or directory
run_tests.sh: line 6: bin/test: No such file or directory
Command "/tmp/tmpTrBvYp/openstack-dashboard/tools/with_venv.sh pip install -E /tmp/tmpTrBvYp/openstack-dashboard/.dashboard-venv -r /tmp/tmpTrBvYp/openstack-dashboard/tools/pip-requires" failed.
None
Traceback (most recent call last):
  File "dashboard/manage.py", line 2, in <module>
    from django.core.management import execute_manager
ImportError: No module named django.core.management

Revision history for this message
Mark Gius (markgius) wrote :

The latest jenkins failure for this merge ends with:

"bzrlib.errors.BzrError: The message or message_callback keyword parameter is required for commit()."

I wonder if having a blank commit message is causing a problem with the tarmac plugin/integration/whatever.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django-openstack/src/django_openstack/testsettings.py'
2--- django-openstack/src/django_openstack/testsettings.py 2011-05-16 19:57:48 +0000
3+++ django-openstack/src/django_openstack/testsettings.py 2011-05-26 00:52:27 +0000
4@@ -9,6 +9,7 @@
5 'django.contrib.contenttypes',
6 'django.contrib.sessions',
7 'django_openstack',
8+ 'django_openstack.templatetags',
9 'django_openstack.nova']
10 ROOT_URLCONF = 'django_openstack.testurls'
11 TEMPLATE_DIRS = (
12@@ -16,6 +17,7 @@
13 )
14 SITE_BRANDING = 'OpenStack'
15 SITE_NAME = 'openstack'
16+ENABLE_VNC = True
17 NOVA_DEFAULT_ENDPOINT = 'none'
18 NOVA_DEFAULT_REGION = 'test'
19 NOVA_ACCESS_KEY = 'test'

Subscribers

People subscribed via source and target branches