summaryrefslogtreecommitdiff
path: root/nova/objects/pci_device_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-1/+1
* Merge "Return empty PciDevicePoolList obj instead of None"Jenkins2015-11-271-7/+6
|\
| * Return empty PciDevicePoolList obj instead of NoneTaylor Peoples2015-09-111-7/+6
* | Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+2
* | Remove obj_relationships from objectsDan Smith2015-10-301-3/+0
|/
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-4/+3
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Cleanups for pci stats in preparation for RT using ComputeNodePaul Murray2015-05-231-2/+1
* Add numa_node field to PciDevicePoolPrzemyslaw Czesnowicz2015-04-131-2/+13
* Fix PCIDevicePool.to_dict() when the object has no tagsSylvain Bauza2015-03-251-1/+1
* Merge "Typos fixed"Jenkins2015-02-111-1/+1
|\
| * Typos fixedsarvesh-ranjan2015-01-301-1/+1
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
|/
* Add to_dict() method to PciDevicePool objectSylvain Bauza2015-01-221-0/+10
* Add pci_device_pools to ComputeNode objectPaul Murray2014-12-171-0/+87