Merge "Correct a maybe-typo in pci_manager"
This commit is contained in:
@@ -138,7 +138,7 @@ class PciDevTracker(object):
|
||||
# at least it avoids some confusion and, if needed,
|
||||
# we can add more action like killing the instance
|
||||
# by force in future.
|
||||
self.stale[dev['address']] = dev
|
||||
self.stale[new_value['address']] = new_value
|
||||
else:
|
||||
pci_device.update_device(existed, new_value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user