<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 5/30/2012 4:02 PM, Luis Gervaso wrote:
    <blockquote
cite="mid:CANY5ySDS+BSxrTt=ZCs8kGsB8hD81WjipjOsH28vuCS3UyjByg@mail.gmail.com"
      type="cite">Hi Shawn,<br>
      <br>
      I discovered in your code:<br>
      <br>
      1)<br>
      <br>
      properties.put("identity.endp
      <blockquote class="gmail_quote">oint.publicURL",<br>
               "<a class="moz-txt-link-freetext" href="http:/">http:/</a><a moz-do-not-send="true"
          href="http://testb.REDACTED.com:8080/v2.0" target="_blank">testb.REDACTED.com:8080/v2.0</a>");</blockquote>
      <div><br>
        here you are using only one slash <a class="moz-txt-link-rfc2396E" href="http:/">"http:/"</a>. So it's not valid
        URL.<br>
        <br>
        2) actually "<a moz-do-not-send="true"
          href="http://testb.REDACTED.com:8080/v2.0">testb.REDACTED.com:8080/v2.0</a>"
        is your identity endpoint?<br>
        <br>
        Keystone usually listen on 5000 or 35357<br>
      </div>
    </blockquote>
    <br>
    I fixed the URL in my code.  It's still failing, though now it is
    failing in a different way.  I am not using keystone, I am using the
    plain swift proxy server.  Keystone is not part of the multiserver
    howto:<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://swift.openstack.org/howto_installmultinode.html">http://swift.openstack.org/howto_installmultinode.html</a><br>
    <br>
    Looking at the docs for keystone, I cannot see how to make it fault
    tolerant.  The entire point of trying swift out is fault tolerance,
    so if there is no documentation on fault tolerance for keystone, I
    can't use it even if I can figure out how to run it.<br>
    <br>
    How do I use the openstack java sdk with the proxy server that I've
    already got running?  Is there a different java API that I can use
    instead?  I've already determined that the rackspace cloudfiles API
    is slow for storing documents.  I am working on a test for
    retrieving documents.<br>
    <br>
    Thanks,<br>
    Shawn<br>
    <br>
  </body>
</html>