<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12/02/2011 07:09 PM, yu wang wrote:
    <blockquote
cite="mid:CABuE8Y6_6hRhOtLATENZ5VvY=iMi_Cu+3g86WPs6K86q2R9xKw@mail.gmail.com"
      type="cite">
      <p>Is there any doc about How juju work with openstack using
        keystone?<br>
        The parameters in environment.yaml confused me.<br>
        Thanks very much!</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    Hi-<br>
    <br>
    This is long over due, but Juju with Openstack+Keystone is pretty
    straight forward.<br>
    <br>
    Instead of obtaining your EC2 credentials from 'nova-manage project
    zipfile', you create EC2 credentials per tenant on the keystone
    server:<br>
    <br>
    keystone-manage credentials add some_tenant EC2 myec2accesskey
    supersecretkey<br>
    <br>
    And then use these in your Juju environments.yaml:<br>
    <br>
    juju: environments<br>
      openstack:<br>
        type: ec2<br>
        control-bucket: openstack-bucket<br>
        admin-secret: fooooooo<br>
        access-key: myec2accesskey<br>
        secret-key: supersecretkey<br>
        ec2-uri:  <a class="moz-txt-link-freetext" href="http://nova.api.server:8773/services/Cloud">http://nova.api.server:8773/services/Cloud</a><br>
        s3-uri: <a class="moz-txt-link-freetext" href="http://nova.api.server:3333">http://nova.api.server:3333</a><br>
        ec2-key-name: keypairname<br>
        default-image-id: ami-00000004<br>
        default-series: precise<br>
    <br>
    <br>
    Adam<br>
  </body>
</html>