summaryrefslogtreecommitdiff
path: root/nova/tests/unit/fake_instance.py
Commit message (Expand)AuthorAgeFilesLines
* Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-4/+4
* objects: Update keypairs when saving an instanceTakashi NATSUME2020-07-221-2/+1
* partial support for live migration with specific resourcesLuyaoZhong2020-04-071-0/+1
* Claim resources in resource trackerLuyaoZhong2019-09-131-0/+1
* object: Introduce Resource and ResourceList objsLuyaoZhong2019-09-131-0/+1
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+3
* Raise InstanceFaultRollback for UnableToMigrateToSelf from _prep_resizeMatt Riedemann2019-05-301-0/+3
* Add trusted_certs objectJackie Truong2018-03-291-0/+1
* Add tags to instance.create NotificationKevin_Zheng2017-07-241-0/+1
* Count instances to check quotamelanie witt2017-07-181-0/+6
* 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