nova/nova/tests
Vladik Romanovsky 50355c4595 objects: adding a parent_addr field to the PciDevice object
The parent_addr field will help identify the relationship between
Physical and Virtual pci device functions.

This information was already available to the PciDevice objects and was
stored in extra_info['phys_function'] field, so we add code that will
migrate old data on the fly, for live upgrade scenarios where we still
have running older compute nodes alongside new ones.

We don't want to migrate, however, if there are still any API service
instances running that might access this info directly (without the help
of the conductor) but have not been upgraded yet.

Co-authored-by: Nikola Đipanov <ndipanov@redhat.com>
Partially implements blueprint sriov-physical-function-passthrough
Change-Id: I94e8ce2c2a3d1c9e8b4aa1b245076eba84f37f45
2016-01-11 11:18:13 +00:00
..
functional Merge "api: add soft-affinity policies for server groups" 2016-01-09 10:10:50 +00:00
live_migration/hooks NFS setup for live-migration job 2015-11-20 14:54:01 +03:00
unit objects: adding a parent_addr field to the PciDevice object 2016-01-11 11:18:13 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Remove Deprecated EC2 and ObjectStore impl/tests 2016-01-08 06:30:20 -05:00
uuidsentinel.py Add uuidsentinel test module 2015-12-14 11:28:55 +01:00