summaryrefslogtreecommitdiff
path: root/nova/tests/unit/fake_instance.py
Commit message (Expand)AuthorAgeFilesLines
* Replace uuid4() with uuidsentinelhussainchachuliya2016-11-291-2/+2
* objects: Add devices_metadata to instance objectVladik Romanovsky2016-06-241-0/+1
* Add keypairs to Instance objectDan Smith2016-05-111-1/+2
* Add object and database support for host_status APITomi Juvonen2016-01-151-1/+2
* Add Instance and InstanceList v2.0 objectsDan Smith2015-09-031-3/+5
* Fix up instance flavor usage in compute and network testsDan Smith2015-06-221-1/+20
* Add EC2Ids object and link to Instance object as optional attributeHans Lindgren2015-04-121-1/+1
* Add vcpu_model to instance objectyunhong jiang2015-02-121-1/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Add flavor fields to Instance objectDan Smith2015-01-291-0/+17
* Added objects Tag and TagListSergey Nikitin2014-12-021-0/+1
* Support instance_extra fields in expected_attrs on Instance objectDan Smith2014-11-171-1/+3
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+107