summaryrefslogtreecommitdiff
path: root/nova/objects/virtual_interface.py
Commit message (Expand)AuthorAgeFilesLines
* Populate InstanceMapping.user_id during migrations and schedulesmelanie witt2019-03-081-0/+1
* Add fill_virtual_interface_list online_data_migration scriptMaciej Jozefczyk2019-01-301-0/+180
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Merge "trivial: comment about vif object address field"Jenkins2016-07-131-0/+1
|\
| * trivial: comment about vif object address fieldMatt Riedemann2016-06-291-0/+1
* | Add VirtualInterface.destroy()Dan Smith2016-07-121-1/+6
* | Make VIF.address unique with port id for neutronDan Smith2016-06-301-0/+5
|/
* objects: adding an update method to virtual_interfaceVladik Romanovsky2016-06-231-2/+19
* Add tag column to vifs and bdmArtom Lifshitz2016-04-011-1/+10
* enginefacade: 'vif' and 'task_log'Pavel Kholkin2015-12-181-2/+8
* Remove obj_relationships from objectsDan Smith2015-10-301-3/+0
* Merge "cleanup NovaObjectDictCompat from virtual_interface"Jenkins2015-08-051-4/+2
|\
| * cleanup NovaObjectDictCompat from virtual_interfaceSudipta Biswas2015-08-031-4/+2
* | Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-2/+2
|/
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Remove context from remotable call signatureDan Smith2015-03-181-1/+1
* Remove usage of remotable context parameter in service, tag, vifDan Smith2015-03-181-2/+2
* objects: remove dict compat support from all XXXList() objectsDaniel P. Berrange2014-12-121-3/+1
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
* Fix object code direct use of other object modulesChris Behrens2014-06-241-2/+5
* Add VirtualInterface objectRussell Bryant2014-01-201-0/+99