Re: [openstack-dev] Devstack on Fedora 20

2014-01-10 Thread Dean Troyer
On Thu, Jan 9, 2014 at 10:27 PM, Adam Young ayo...@redhat.com wrote: Tried wiping out the (installed) python-greenlet rpm and re running, and that was not installed afterwards, either. I am guessing that the package install step is getting skipped somehow, after the first run. That sounds

Re: [openstack-dev] Devstack on Fedora 20

2014-01-10 Thread Adam Young
That worked. I incorporated the FORCE_PREREQ=1 change and all good. On 01/10/2014 04:54 AM, Flavio Percoco wrote: On 09/01/14 23:27 -0500, Adam Young wrote: On 01/09/2014 04:58 PM, Sean Dague wrote: On 01/09/2014 04:12 PM, Dean Troyer wrote: On Thu, Jan 9, 2014 at 2:16 PM, Adam

[openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Adam Young
So finally tried running a devstack instance on Fedora 20: rootwrap failed on the cinder stage of the install. So I scaled back to a Keystone only install. [fedora@ayoung-f20 devstack]$ cat localrc FORCE=yes ENABLED_SERVICES=key,mysql,qpid This failed starting the Keystone server with two

Re: [openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Sean Dague
You need a working version of this patch to land - https://review.openstack.org/#/c/63647/ Because of the rhel6 support in devstack, every new version of fc needs manual support, because there are tons of packages needed in fc* that don't exist in rhel. -Sean On 01/09/2014 02:15 PM,

Re: [openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Adam Young
That didn't seem to make a difference, still no cache. The RPMS are not getting installed, even if I deliberately add a line for python-dogpile-cache Shouldn't it get installed via pip without the rpm line? On 01/09/2014 02:27 PM, Sean Dague wrote: You need a working version of this patch

Re: [openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Dean Troyer
On Thu, Jan 9, 2014 at 2:16 PM, Adam Young ayo...@redhat.com wrote: That didn't seem to make a difference, still no cache. The RPMS are not getting installed, even if I deliberately add a line for python-dogpile-cache Shouldn't it get installed via pip without the rpm line? Yes pip should

Re: [openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Sean Dague
On 01/09/2014 04:12 PM, Dean Troyer wrote: On Thu, Jan 9, 2014 at 2:16 PM, Adam Young ayo...@redhat.com mailto:ayo...@redhat.com wrote: That didn't seem to make a difference, still no cache. The RPMS are not getting installed, even if I deliberately add a line for

Re: [openstack-dev] Devstack on Fedora 20

2014-01-09 Thread Adam Young
On 01/09/2014 04:58 PM, Sean Dague wrote: On 01/09/2014 04:12 PM, Dean Troyer wrote: On Thu, Jan 9, 2014 at 2:16 PM, Adam Young ayo...@redhat.com mailto:ayo...@redhat.com wrote: That didn't seem to make a difference, still no cache. The RPMS are not getting installed, even if I