<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/22/2012 09:48 AM, Vishvananda Ishaya wrote:
    <blockquote
      cite="mid:0D816517-EC9D-4C44-B2E5-1676763CDE12@gmail.com"
      type="cite"><base href="x-msg://3207/">This looks like a much
      better solution than MySQLPingListener.  It would be good to get
      this into common / nova, especially if we can verify that it works
      with postgres as well.
      <div><br>
      </div>
      <div>Vish<br>
      </div>
    </blockquote>
    <br>
    +1 for making this the standard method of initializing databases
    across projects.  A quick test of adding a wrapped call to
    _ENGINE.connect() in the main try/except block of configure_db seems
    to totally solve the issue of services starting at boot before a
    database is reachable, reported @
    <a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/ubuntu/+source/nova/+bug/959426">https://bugs.launchpad.net/ubuntu/+source/nova/+bug/959426</a> <br>
    <br>
    -Adam<br>
  </body>
</html>