<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    I'm new on openstack, and I hope that this is not a stupid question.<br>
    <br>
    One of my students has created a Fedora 17 image with the following
    procedure:<br>
    <br>
    <span style="font-size: 15px; font-family: 'Courier New'; color:
      rgb(0, 0, 0); background-color: transparent; font-weight: normal;
      font-style: normal; font-variant: normal; text-decoration: none;
      vertical-align: baseline;"
      id="internal-source-marker_0.3033119390464468">1. virt-install  -l
      <a class="moz-txt-link-freetext" href="http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os">http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os</a>

      --ram 1024 --disk path=./images/olio-f16_64-$VMM.img,size=10
      --name olio-f16_64  --graphics
      vnc,password=qweasdzxc,port=5904,listen=0.0.0.0 --debug<br
        class="kix-line-break">
      <br>
      <br>
    </span>
    <ol style="margin-top:0pt;margin-bottom:0pt;" start="2"
      id="internal-source-marker_0.3033119390464468">
      <li
style="list-style-type:decimal;font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"><span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">Save
          XML installation file produced in output by the virt-install
          program<br class="kix-line-break">
        </span><span style="font-size:15px;font-family:'Courier
New';color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">$
          vi images/olio-f16_64-$VMM-install.xml</span></li>
      <li
style="list-style-type:decimal;font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"><span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">Save
          XML boot file produced in output by the virt-install program<br
            class="kix-line-break">
        </span><span style="font-size:15px;font-family:'Courier
New';color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">$
          vi images/olio-f16_64-$VMM-boot.xml</span></li>
    </ol>
    <span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"></span><br>
    <span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">When
      a VM image is already available, use it along with a previously
      create XML file:</span>
    <ol style="margin-top:0pt;margin-bottom:0pt;">
      <li
style="list-style-type:decimal;font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"><span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">Create
          the guest VM<br class="kix-line-break">
        </span><span style="font-size:15px;font-family:'Courier
New';color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">$
          sudo virsh create images/olio-f16_64-$VMM-boot.xml</span></li>
    </ol>
    <br>
    and so on...<br>
    <br>
    Now I have an image file called olio-f17_64-xen.img, and I would
    like to put it available on my cloudstack. Since in the docs I saw
    procedures for KVM and for VMbuilder, I would like to know how I can
    upload the image created with libvirt in openstack.<br>
    <br>
    Thanks for your help.<br>
    M<br>
  </body>
</html>