← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1269459] [NEW] The updated field of the server is not updated if the metadata field is changed

 

Public bug reported:


root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d
+--------------------------------------+------------------------------------------------------------------------------------------------------+
| Property                             | Value                                                                                                |
+--------------------------------------+------------------------------------------------------------------------------------------------------+
| status                               | ACTIVE                                                                                               |
| updated                              | 2014-01-15T15:04:02Z                                                                                 |
| metadata                             | {u'k1': u'v1'}                                                                                       |

root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d
+--------------------------------------+------------------------------------------------------------------------------------------------------+
| Property                             | Value                                                                                                |
+--------------------------------------+------------------------------------------------------------------------------------------------------+
| status                               | ACTIVE                                                                                               |
| updated                              | 2014-01-15T15:04:02Z                                                                                 |
| metadata                             | {u'k3': u'v3', u'k1': u'v1modified'}                                                                 |
root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d

** Affects: nova
     Importance: Undecided
         Status: New

** Summary changed:

- The updated field of the server is not updated if the metadata filed is changed
+ The updated field of the server is not updated if the metadata field is changed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1269459

Title:
  The updated field of the server is not updated if the metadata field
  is changed

Status in OpenStack Compute (Nova):
  New

Bug description:

  root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d
  +--------------------------------------+------------------------------------------------------------------------------------------------------+
  | Property                             | Value                                                                                                |
  +--------------------------------------+------------------------------------------------------------------------------------------------------+
  | status                               | ACTIVE                                                                                               |
  | updated                              | 2014-01-15T15:04:02Z                                                                                 |
  | metadata                             | {u'k1': u'v1'}                                                                                       |

  root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d
  +--------------------------------------+------------------------------------------------------------------------------------------------------+
  | Property                             | Value                                                                                                |
  +--------------------------------------+------------------------------------------------------------------------------------------------------+
  | status                               | ACTIVE                                                                                               |
  | updated                              | 2014-01-15T15:04:02Z                                                                                 |
  | metadata                             | {u'k3': u'v3', u'k1': u'v1modified'}                                                                 |
  root@tm-blade13:~# nova show 8fa190a3-2437-4533-9015-5f9d154ccb4d

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1269459/+subscriptions


Follow ups

References