Each time I install Devstack, and try the Quantum cmds, it doesn't work. So I have to manually do a $ python setup.py build and $ python setup.py install for the quantum package and then it works all fine. Did anyone else face the same problem with any other packages ? My env is Ubuntu 1110 64 bit on a Qemu hypervisor and python version is 2.7. The unit tests run fine though.
Thanks, Deepak On Wed, Jan 18, 2012 at 7:17 AM, Anthony Young <[email protected]>wrote: > You will need to make sure that all your dependent branches (in particular > openstackx) are up-to-date in order to test the changes. You can do this > with a clean run of devstack on a clean vm, by using RECLONE=yes > environment variable, or by manually updating the code using git commands. > By default, devstack does not update code directories in /opt/stack if > they already exist (if it did, it may accidentally delete your in-progress > changes) > > A > > > On Tue, Jan 17, 2012 at 5:29 PM, Gabriel Hurley <[email protected] > > wrote: > >> 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:[email protected]] >> *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) <[email protected]> >> 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:[email protected]] >> *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:* >> [email protected][mailto: >> [email protected]] *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 : [email protected] >> Unsubscribe : https://launchpad.net/~openstack >> More help : https://help.launchpad.net/ListHelp**** >> >> ** ** >> > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

