<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    I need to add the option rebootTimeout when the instance boots.<br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <div class="para" style="widows: 4; orphans: 4; font-size: 16px;
      border: 0px; margin: 1em 0px 0px; padding: 0px; vertical-align:
      baseline; color: rgb(0, 0, 0); font-family: 'Open Sans',
      'liberation sans', 'Myriad ', 'Bitstream Vera Sans', 'Lucida
      Grande', 'Luxi Sans', 'Trebuchet MS', helvetica, verdana, arial,
      sans-serif; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: 18.2000007629395px;
      text-align: left; text-indent: 0px; text-transform: none;
      white-space: normal; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background: rgb(255, 255, 255);">If you use the<span
        class="Apple-converted-space"> </span><span class="application"
        style="widows: 4 !important; orphans: 4 !important; font-size:
        16px; border: 0px; margin: 0px; padding: 0px; vertical-align:
        baseline; background: transparent;"><strong style="widows: 4
          !important; orphans: 4 !important; font-size: 16px; border:
          0px; margin: 0px; padding: 0px; vertical-align: baseline;
          background: transparent;">qemu-kvm</strong></span>, boot
      parameter<span class="Apple-converted-space"> </span><em
        class="parameter" style="widows: 4 !important; orphans: 4
        !important; font-size: 16px; border: 0px; margin: 0px; padding:
        0px; vertical-align: baseline; background: transparent;"><code
          style="widows: 4 !important; orphans: 4 !important; font-size:
          16px; border: 0px; margin: 0px; padding: 0px; vertical-align:
          baseline; font-family: 'dejavu sans mono', 'liberation mono',
          'bitstream vera mono', 'dejavu mono', monospace; font-weight:
          bold; white-space: pre-wrap; word-wrap: break-word; display:
          inline; background: transparent;">reboot-timeout</code></em><span
        class="Apple-converted-space"> </span>allows  a virtual machine
      to retry booting if no bootable device is found:<br>
      <br>
      <i><b># qemu-kvm --boot reboot-timeout=1000</b></i><br>
    </div>
    <br>
    <small>Ref:
<a class="moz-txt-link-freetext" href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Virtualization_Host_Configuration_and_Guest_Installation_Guide/index.html">https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Virtualization_Host_Configuration_and_Guest_Installation_Guide/index.html</a></small><br>
    <big><big><big><big><span style="color: rgb(51, 51, 51);
              font-family: 'Arial Unicode MS', Arial, sans-serif;
              font-size: 14px; font-style: normal; font-variant: normal;
              font-weight: normal; letter-spacing: normal; line-height:
              20px; orphans: auto; text-align: left; text-indent: 0px;
              text-transform: none; white-space: normal; widows: auto;
              word-spacing: 0px; -webkit-text-stroke-width: 0px;
              display: inline !important; float: none; background-color:
              rgb(255, 255, 255);"></span></big></big></big></big><br>
    In Openstack a new boot parameter should be entered into Libvirt XML
    attributes where required:<br>
    <tt><span style="font-size: 11pt; color: rgb(31, 73, 125);"
        lang="EN-US"><br>
      </span></tt><span style="font-size: 11pt; color: rgb(31, 73,
      125);" lang="EN-US"></span><span style="font-size: 11pt;"
      lang="EN-US"><bios rebootTimeout=5000 /> under the
      <os> in the libvirt.xml file.</span><br>
    <br>
    My idea is to add an option to nova boot command changing  (nova
    API, nova base,python-novaclient) but I would like to know what you
    think about that? <br>
    <br>
    Thank you beforehand<br>
    Angelo<br>
    <br>
  </body>
</html>