<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    I am adding updated_at and created_at columns into quantum data
    models. But there are some different opinions about the default
    value for updated_at.<br>
    review comments at:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="https://review.openstack.org/#/c/15476/2">https://review.openstack.org/#/c/15476/2</a><br>
    <br>
    and more comments at:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
      href="https://review.openstack.org/#/c/15476/2/quantum/db/model_base.py">https://review.openstack.org/#/c/15476/2/quantum/db/model_base.py</a><br>
    <br>
    Nova is using null updated_at, glance is using timeutils.utcnow
    default as updated_at<br>
    my implementation is like glance.<br>
    <br>
    Please give more feedbacks.<br>
    <br>
    Thanks<br>
    Yong Sheng Gong<br>
  </body>
</html>