summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* Convert stray import IPyChuck Short2011-06-061-1/+1
* Remove ipy from network code and replace with netaddrChuck Short2011-06-062-6/+6
* merge from trunk, resolved conflictsWilliam Wolf2011-06-062-1/+76
|\
| * Update the OSAPI images controller to use 'serverRef' for image create requests.Dan Prince2011-06-062-1/+76
| |\
| | * Added a test case for XML serialization.Dan Prince2011-06-032-1/+35
| | * Merge w/ trunk.Dan Prince2011-06-035-1/+383
| | |\
| | * | Implement OSAPI v1.1 style image create.Dan Prince2011-06-032-1/+42
* | | | merge with trunkWilliam Wolf2011-06-0622-99/+677
|\| | |
| * | | merge with trunkAnthony Young2011-06-0333-399/+1291
| |\ \ \
| | * \ \ Changes all uses of utcnow to use the version in utils. This is a simple wra...Vishvananda Ishaya2011-06-037-21/+15
| | |\ \ \
| | | * | | make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-027-21/+15
| | * | | | LDAP optimization and fix for one small bug caused huge performance leak.Yuriy Taraday2011-06-031-0/+1
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Flush AuthManager's cache before each test.Yuriy Taraday2011-06-031-0/+1
| | | | |/ | | | |/|
| | * | | Adds LeastCostScheduler which uses a series of cost functions and associated ...Rick Harris2011-06-035-1/+383
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixing conflictsRick Harris2011-06-0212-240/+655
| | | |\|
| | | * | Fixing a bunch of conflictsRick Harris2011-06-011-57/+75
| | | |\ \
| | | * | | Fixing Scheduler TestsRick Harris2011-05-311-1/+2
| | | * | | Resolving conflict and finish test_imagesRick Harris2011-05-3127-185/+1142
| | | |\ \ \
| | | * | | | Small cleanupsRick Harris2011-05-172-10/+7
| | | * | | | Moving into scheduler subdir and refactoring out common codeRick Harris2011-05-174-0/+366
| | | * | | | Moving tests into scheduler subdirectoryRick Harris2011-05-174-392/+0
| | | * | | | Pep8 fixesRick Harris2011-05-171-7/+11
| | | * | | | Adding fill first cost functionRick Harris2011-05-171-2/+31
| | | * | | | Merging in Sandy's changes adding Noop Cost Fn with testsRick Harris2011-05-1710-102/+345
| | | |\ \ \ \
| | | * | | | | First cut at least cost schedulerRick Harris2011-05-171-0/+39
| | * | | | | | This change set adds the ability to create new servers with an href that poin...Dan Prince2011-06-0311-75/+74
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge from trunk.Naveed Massjouni2011-06-022-3/+85
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Remove some of the extra image service calls from the OS API images controller.Dan Prince2011-06-021-1/+1
| | | * | | | | | Remove comment about imageRef not being implemented.Dan Prince2011-06-021-3/+0
| | | * | | | | | Merge w/ trunk.Dan Prince2011-06-0211-244/+371
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge w/ trunk.Dan Prince2011-05-3111-62/+448
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | * | | | | | | Fixing nova.tests.api.openstack.fakes.stub_out_image_service. It now stubsNaveed Massjouni2011-05-283-14/+9
| | | * | | | | | | Fixing xen and vmware tests by correctly mocking glance client.Naveed Massjouni2011-05-281-9/+6
| | | * | | | | | | Fixing integration tests by correctly stubbing image service.Naveed Massjouni2011-05-281-4/+4
| | | * | | | | | | More image_id to image_ref stuff. Also fixed tests in test_servers.Naveed Massjouni2011-05-281-7/+9
| | | * | | | | | | Glance client updates for xenapi and vmware API to work with image refs.Dan Prince2011-05-274-24/+24
| | | * | | | | | | Merge w/ trunk.Dan Prince2011-05-276-40/+215
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Rename instances.image_id to instances.image_ref.Dan Prince2011-05-262-4/+4
| | | * | | | | | | | Fix test_cloud tests.Dan Prince2011-05-261-2/+2
| | | * | | | | | | | Merge w/ trunk.Dan Prince2011-05-268-95/+300
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-255-27/+27
| | | * | | | | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co...William Wolf2011-05-233-10/+10
| | | * | | | | | | | | Removing debug print lineNaveed Massjouni2011-05-231-1/+0
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | got rid of print statementWilliam Wolf2011-05-231-1/+0
| | | * | | | | | | | | | Renaming service_image_id vars to image_id to reduce confusion.Naveed Massjouni2011-05-231-1/+0
| | | |/ / / / / / / / /
| | | * | | | | | | | | merge from trunkWilliam Wolf2011-05-231-3/+10
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | moved utils functions into nova/image/William Wolf2011-05-231-0/+1
| | | * | | | | | | | | | merge from trunkWilliam Wolf2011-05-209-40/+333
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Fixed some tests.Naveed Massjouni2011-05-203-10/+19
| | | * | | | | | | | | | | merge from trunkWilliam Wolf2011-05-191-0/+117
| | | |\ \ \ \ \ \ \ \ \ \ \