summaryrefslogtreecommitdiff
path: root/nova/tests/db/fakes.py
Commit message (Expand)AuthorAgeFilesLines
* Reduce the complexity of stub_out_db_network_api()EdLeafe2014-10-201-228/+260
* Merge "refactor flavor db fakes in prep for object-ify flavors"Jenkins2014-10-081-32/+60
|\
| * refactor flavor db fakes in prep for object-ify flavorsmelanie witt2014-09-181-32/+60
* | Update NoMoreFixedIps message descriptionDrew Thorstensen2014-10-071-2/+2
|/
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-27/+0
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* handle auto assigned flag on allocate floating ipJiajun Liu2013-08-011-1/+3
* xenapi: ensure vcpu_weight configured correctlyJohn Garbutt2013-07-251-1/+1
* Use db.flavor_ instead of db.instance_type_Joe Gordon2013-07-161-8/+8
* Make db.fakes stub out API not sqlalchemyJoe Gordon2013-07-011-1/+1
* Add missing tests for nova.db.api.network_*.Sergey Skripnick2013-06-121-15/+1
* Add missing tests for db.fixed_ip_*(). functions.Victor Sergeyev2013-05-151-1/+1
* Allow listing fixed_ips for a given compute host.Michael Still2013-04-151-12/+21
* Remove uses of instance['instance_type'] from xenapi driver.Dan Smith2013-03-061-5/+10
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Remove unused nova.db.api:network_get_by_instanceJoe Gordon2013-02-191-9/+1
* fix N402 for nova/testsSean Dague2013-01-091-1/+1
* Removes fixed_ip_get_networkChris Yeoh2012-11-121-11/+0
* Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-5/+1
* Merge _spawn and _configure_instance in xenapi driverJohannes Erdfelt2012-04-131-0/+5
* Backslash continuations (nova.tests)Zhongyue Luo2012-02-171-10/+9
* KVM and XEN Disk Management ParityJohannes Erdfelt2012-01-241-6/+11
* Implement BP untie-nova-network-modelsJason Kölker2012-01-161-8/+0
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-4/+0
* Adds support for floating ip poolsVishvananda Ishaya2012-01-091-2/+5
* PEP8 type comparison cleanuplzyeval2012-01-041-2/+2
* Xenapi driver can now generate swap from instance_typeRick Harris2011-10-131-5/+10
* Fixing testsRick Harris2011-09-211-1/+1
* Refactoring instance_type_get_allRick Harris2011-09-211-1/+1
* makes sure floating addresses are associated with host on associate so they c...Vishvananda Ishaya2011-09-131-1/+3
* Fixes lp813006 - inconsistent DB API namingmatt.dietz@rackspace.com2011-07-191-4/+4
* merged trunk, fixed the floating_ip fixed_ip exception stupidityTrey Morris2011-06-291-4/+4
|\
* | bunch of docstring changesTrey Morris2011-06-171-3/+1
* | added network injected to stubTrey Morris2011-06-151-0/+1
* | network user only set if doesnt existTrey Morris2011-06-141-0/+1
* | net base project id now from context, removed incorrect floatnig ip host assi...Trey Morris2011-06-141-1/+1
* | various test fixesTrey Morris2011-06-141-2/+5
* | db fakes silly error fixTrey Morris2011-06-141-2/+1
* | debug statementsTrey Morris2011-06-141-0/+1
* | updated db fakesTrey Morris2011-06-141-1/+1
* | updated db fakesTrey Morris2011-06-141-2/+2
* | updated db fakes and network base to work with virtual_interface instead of m...Trey Morris2011-06-141-36/+37
* | db fakesTrey Morris2011-06-141-2/+2
* | merged koelkers tests branchTrey Morris2011-06-091-32/+327
|\ \
| * | tests all passJason Kölker2011-06-071-26/+52
| * | port the floating over to storing in a listJason Kölker2011-06-071-21/+45
| * | take out the hostJason Kölker2011-06-071-2/+1
| * | make some of the testsJason Kölker2011-06-061-41/+78
| * | pep8 fixesJason Kölker2011-06-021-4/+2
| * | make it pass for the demoJason Kölker2011-06-021-1/+1