summaryrefslogtreecommitdiffstats
path: root/nova/tests/objects/test_instance.py
Commit message (Expand)AuthorAgeFilesLines
* Fix instance object's use of a db query method parameterDan Smith2013-06-261-1/+1
* Add Instance.faultDan Smith2013-06-261-1/+42
* Make InstanceList filter non-column extra attributesDan Smith2013-06-241-0/+8
* Add Instance.security_groupsDan Smith2013-06-241-0/+37
* Remove straggling use of all-kwarg object methodsDan Smith2013-06-191-1/+1
* Fill context on objects in listsDan Smith2013-06-181-0/+1
* Merge "Make NovaObject support extra attributes in items()"Jenkins2013-06-171-0/+9
|\
| * Make NovaObject support extra attributes in items()Dan Smith2013-06-171-0/+9
* | Fix instance obj refresh()Chris Behrens2013-06-171-0/+1
|/
* Add Instance.info_cacheDan Smith2013-06-071-6/+31
* Add lists of instance objectsDan Smith2013-06-071-0/+114
* Add deleted flag to NovaObject baseDan Smith2013-06-071-0/+12
* Make object actions pass positional argumentsDan Smith2013-06-041-5/+5
* Add instance objectDan Smith2013-05-291-0/+186