Files
nova/nova
Stephen Finucane 59d9463351 objects: Store InstancePCIRequest.numa_policy in DB
In change I9360fe29908, we added the 'numa_policy' field to the
'InstancePCIRequest' object. Unfortunately we did not update the
(de)serialization logic for the 'InstancePCIRequests' object, meaning
this field was never saved to the database. As a result, claiming will
always fail [1].

The resolution is simple - add the (de)serialization logic and tests to
prevent regression.

[1] https://github.com/openstack/nova/blob/18.0.0/nova/compute/resource_tracker.py#L214-L215

Change-Id: Id4d8ecb8fee46b21590ebcc62a2850030cef6508
Closes-Bug: #1805891
2019-03-06 11:02:02 +00:00
..
2019-01-21 11:48:44 +08:00
2018-12-05 09:44:35 +08:00
2018-09-23 06:53:32 +00:00
2018-12-17 22:56:50 -05:00
2017-07-20 10:07:52 +01:00
2019-01-21 11:48:44 +08:00