<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">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<br>
      Shouldn't it get installed via pip without the rpm line?<br>
      <br>
      <br>
      <br>
      <br>
      On 01/09/2014 02:27 PM, Sean Dague wrote:<br>
    </div>
    <blockquote cite="mid:52CEF83A.6000307@dague.net" type="cite">
      <pre wrap="">You need a working version of this patch to land -
<a class="moz-txt-link-freetext" href="https://review.openstack.org/#/c/63647/">https://review.openstack.org/#/c/63647/</a>

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, Adam Young wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">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 module dependencies
missing:  first was dogpile.cache, and second was lxml.  I installed
both with Yum and devstack completed with Keystone up and running:  I
was able to fetch a token.

Dogpile is in the requirements.txt file, but not in the list of RPMS to
install for devstack.  I tried adding it to devstack/files/rpms. lxml
was already in there:  Neither was installed.

 (requirements.txt state that Keystone needs dogpile.cache >= 0.5.0
which is what F20 has in Yum)


What am I missing here?


[fedora@ayoung-f20 devstack]$ git diff
diff --git a/files/rpms/keystone b/files/rpms/keystone
index 52dbf47..deed296 100644
--- a/files/rpms/keystone
+++ b/files/rpms/keystone
@@ -1,5 +1,6 @@
+python-dogpile-cache #dist:f20
 python-greenlet
-python-lxml         #dist:f16,f17,f18,f19
+python-lxml         #dist:f16,f17,f18,f19,f20
 python-paste        #dist:f16,f17,f18,f19
 python-paste-deploy #dist:f16,f17,f18,f19
 python-paste-script #dist:f16,f17,f18,f19


_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
      </blockquote>
      <pre wrap="">

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>