openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #06766
Re: has anyone tried devstack this morning
That fixed devstack, but there are still numerous broken import statements in openstackx. That doesn't fix the overall problem at all, sadly.
- Gabriel
From: Anthony Young [mailto:sleepsonthefloor@xxxxxxxxx]
Sent: Tuesday, January 17, 2012 5:09 PM
To: Debo Dutta (dedutta)
Cc: Gabriel Hurley; openstack
Subject: Re: [Openstack] has anyone tried devstack this morning
Hey Debo -
A fix has been merged for https://bugs.launchpad.net/devstack/+bug/917457 - hopefully that resolves your issue!
Anthony
On Tue, Jan 17, 2012 at 4:00 PM, Debo Dutta (dedutta) <dedutta@xxxxxxxxx<mailto:dedutta@xxxxxxxxx>> wrote:
Thanks .... I tried installing devstack with Quantum and ignoring the horizon error messages (for now) I see networks created but the VMs don't spin up.
Do you know of any prev working state so that I can just checkout the old code and get it to work?
debo
From: Gabriel Hurley [mailto:Gabriel.Hurley@xxxxxxxxxx<mailto:Gabriel.Hurley@xxxxxxxxxx>]
Sent: Tuesday, January 17, 2012 3:38 PM
To: Debo Dutta (dedutta); openstack
Subject: RE: has anyone tried devstack this morning
It's a known bug that was recently introduced. I refer you to the thread last night/this morning about it:
https://lists.launchpad.net/openstack/msg06729.html
- Gabriel
From: openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx<mailto:nebula.com@xxxxxxxxxxxxxxxxxxx> [mailto:openstack-bounces+gabriel.hurley<mailto:openstack-bounces%2Bgabriel.hurley>=nebula.com@xxxxxxxxxxxxxxxxxxx<mailto:nebula.com@xxxxxxxxxxxxxxxxxxx>] On Behalf Of Debo Dutta (dedutta)
Sent: Tuesday, January 17, 2012 11:41 AM
To: openstack
Subject: [Openstack] has anyone tried devstack this morning
Got this error
Environment:
Request Method: GET
Request URL: http://192.168.223.136/nova/images_and_snapshots/
Django Version: 1.3
Python Version: 2.7.2
Installed Applications:
['dashboard',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_nose',
'horizon',
'horizon.dashboards.nova',
'horizon.dashboards.syspanel',
'horizon.dashboards.settings']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'dashboard.middleware.DashboardLogUnhandledExceptionsMiddleware',
'horizon.middleware.HorizonMiddleware',
'django.middleware.doc.XViewMiddleware',
'django.middleware.locale.LocaleMiddleware')
Traceback:
File "/usr/lib/pymodules/python2.7/django/core/handlers/base.py" in get_response
111. response = callback(request, *callback_args, **callback_kwargs)
File "/opt/stack/horizon/horizon/horizon/decorators.py" in dec
41. return view_func(request, *args, **kwargs)
File "/opt/stack/horizon/horizon/horizon/decorators.py" in dec
41. return view_func(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "/opt/stack/horizon/horizon/horizon/dashboards/nova/images_and_snapshots/views.py" in index
70. quotas = api.tenant_quota_get(request, request.user.tenant_id)
File "/opt/stack/horizon/horizon/horizon/api/nova.py" in tenant_quota_get
286. return novaclient(request).quotas.get(tenant)
File "/opt/stack/python-novaclient/novaclient/v1_1/quotas.py" in get
34. return self._get("/os-quota-sets/%s" % (tenant_id), "quota_set")
File "/opt/stack/python-novaclient/novaclient/base.py" in _get
126. resp, body = self.api.client.get(url)
File "/opt/stack/python-novaclient/novaclient/client.py" in get
130. return self._cs_request(url, 'GET', **kwargs)
File "/opt/stack/python-novaclient/novaclient/client.py" in _cs_request
118. **kwargs)
File "/opt/stack/python-novaclient/novaclient/client.py" in request
101. raise exceptions.from_response(resp, body)
Exception Type: ClientException at /nova/images_and_snapshots/
Exception Value: The server has either erred or is incapable of performing the requested operation. (HTTP 500)
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
Follow ups
References