<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 07/11/2012 09:11 AM, Sean Dague wrote:
    <blockquote cite="mid:4FFDA5AC.7050702@linux.vnet.ibm.com"
      type="cite">On 07/11/2012 11:52 AM, erkan yanar wrote:
      <br>
      <blockquote type="cite">Hi,
        <br>
        Sorry to jump in.
        <br>
        Im just joined the list.
        <br>
        It the table projects is there. The table dns_domains makes it
        'vanish'.
        <br>
        The table dns_domains is still latin1 while havin a
        FK-constraint to projects (utf8).
        <br>
        Changing dns_domais to utf8 make your projects-table appear
        again.
        <br>
        Take care to i.e.
        <br>
        ALTER TABLE dns_domains modify  `domain` varchar(255) character
        set utf8  NOT NULL;
        <br>
        As a key over 512 utf8 chars exceeds the limitation for a single
        key in innodb.
        <br>
      </blockquote>
      <br>
      Is this still an issue upstream? It would be good to get a bug /
      fix in for folsom if it is.
      <br>
      <br>
          -Sean
      <br>
      <br>
    </blockquote>
    <br>
    Addressed upstream by
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="https://bugs.launchpad.net/nova/+bug/993663">https://bugs.launchpad.net/nova/+bug/993663</a>,
    fixed in Ubuntu 12.04 as of nova
    2012.1+stable~20120612-3ee026e-0ubuntu1.   Hopefully installing the
    Ubuntu update helps with the original poster's issues.<br>
    <br>
    Adam<br>
    <br>
  </body>
</html>