Activity log for bug #1314008

Date Who What changed Old value New value Message
2014-04-29 03:45:24 Ding Xiao bug added bug
2014-04-29 03:45:54 Ding Xiao nova: assignee Ding Xiao (xiaoding1)
2014-04-29 03:48:46 Openstack Gerrit nova: status New In Progress
2014-04-29 07:03:03 Ding Xiao description In _report_final_resource_view() method if 'pci_devices' in resources: LOG.audit(_("Free PCI devices: %s") % resources['pci_devices']) but in update_available_resource() method if self.pci_tracker: self.pci_tracker.clean_usage(instances, migrations, orphans) resources['pci_stats'] = jsonutils.dumps(self.pci_tracker.stats) else: resources['pci_stats'] = jsonutils.dumps([]) resources has key "pci_stats" not "pci_devices" In _report_final_resource_view() method  if 'pci_devices' in resources:             LOG.audit(_("Free PCI devices: %s") % resources['pci_devices']) but in update_available_resource() method if self.pci_tracker:             self.pci_tracker.clean_usage(instances, migrations, orphans)             resources['pci_stats'] = jsonutils.dumps(self.pci_tracker.stats)         else:             resources['pci_stats'] = jsonutils.dumps([]) resources has key "pci_stats" not "pci_devices" https://review.openstack.org/#/c/90671/
2014-05-19 15:03:57 Andrew Laski nova: importance Undecided Low
2014-05-19 17:14:09 OpenStack Infra nova: status In Progress Fix Committed
2014-06-11 13:54:20 Thierry Carrez nova: status Fix Committed Fix Released
2014-06-11 13:54:20 Thierry Carrez nova: milestone juno-1
2014-10-16 08:34:42 Thierry Carrez nova: milestone juno-1 2014.2