nova/nova/tests/api/openstack
Robert Li a8a5d44c8a Support SR-IOV networking in nova compute api and nova neutronv2
Add another field into the NetworkRequest object for the request_id.
For a SR-IOV port, Create a PCI request and add the pci-request-id into
the tuple. For a non SR-IOV port, the pci-request-id is None.
Add new fields 'profile' and 'vnic_type' in VIF.
Enhance nova neutronv2 api module to:
  -- retrieve a port's vnic-type and the physical network it is attached to
  -- populate binding:profile before updating a neutron port
  -- populate VIF with newly added fields.
Partially Implements: blueprint pci-passthrough-sriov
Change-Id: I4aab1cd43960d5b1b54a67a05c191f295dfc46fb
2014-09-10 15:40:00 -07:00
..
compute Support SR-IOV networking in nova compute api and nova neutronv2 2014-09-10 15:40:00 -07:00
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
common.py Remove vi modelines 2014-02-03 14:19:44 +00:00
fakes.py Support SR-IOV networking in nova compute api and nova neutronv2 2014-09-10 15:40:00 -07:00
test_common.py GET servers API sorting enhancements common utilities 2014-08-27 16:11:33 +00:00
test_faults.py Add hacking check for explicit import of _() 2014-08-03 11:57:08 -05:00
test_mapper.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_wsgi.py Fix and Gate on E265 2014-07-24 08:11:00 -04:00
test_xmlutil.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00