[openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread trinath.soman...@freescale.com
Hi stackers- I have an issue while installing devstack on my machine. While configuring cider root wrap, devstack installation failed. Here is the complete log .dEYRz -e /opt/stack/cinder Obtaining file:///opt/stack/cinder Running setup.py egg_info for package from file:///opt/stack/cinder

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread Ben Nemec
Looks like a transient pypi failure. You can either wait for pypi to get its act together or configure pip to use the pypi.openstack.org mirror. This is the relevant part of my ~/.pip/pip.conf file: [fedora@openstack .pip]$ cat pip.conf [global] index-url = http://pypi.openstack.org/openstack

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread Asselin, Ramy
AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] Devstack installation failed with CINDER installation Looks like a transient pypi failure. You can either wait for pypi to get its act together or configure pip to use the pypi.openstack.org mirror. This is the relevant

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread Jeremy Stanley
On 2014-02-13 10:56:28 -0600 (-0600), Ben Nemec wrote: [...] > configure pip to use the pypi.openstack.org mirror. [...] While this is sometimes a useful hack for working around intermittent PyPI CDN growing pains on your personal development workstation, or maybe for ferreting out whether your lo

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-14 Thread Asselin, Ramy
From: Jeremy Stanley [mailto:fu...@yuggoth.org] Sent: Thursday, February 13, 2014 6:44 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] Devstack installation failed with CINDER installation On 2014-02-13 10:56:28 -0600 (-0600), Ben Nemec wrote: [...] > configure pip to

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-14 Thread Ben Nemec
On 2014-02-13 20:44, Jeremy Stanley wrote: On 2014-02-13 10:56:28 -0600 (-0600), Ben Nemec wrote: [...] configure pip to use the pypi.openstack.org mirror. [...] While this is sometimes a useful hack for working around intermittent PyPI CDN growing pains on your personal development workstatio