| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert stray import IPy | Chuck Short | 2011-06-06 | 1 | -1/+1 |
| * | Remove ipy from network code and replace with netaddr | Chuck Short | 2011-06-06 | 2 | -6/+6 |
| * | merge from trunk, resolved conflicts | William Wolf | 2011-06-06 | 2 | -1/+76 |
| |\ | |||||
| | * | Update the OSAPI images controller to use 'serverRef' for image create requests. | Dan Prince | 2011-06-06 | 2 | -1/+76 |
| | |\ | |||||
| | | * | Added a test case for XML serialization. | Dan Prince | 2011-06-03 | 2 | -1/+35 |
| | | * | Merge w/ trunk. | Dan Prince | 2011-06-03 | 5 | -1/+383 |
| | | |\ | |||||
| | | * | | Implement OSAPI v1.1 style image create. | Dan Prince | 2011-06-03 | 2 | -1/+42 |
| * | | | | merge with trunk | William Wolf | 2011-06-06 | 22 | -99/+677 |
| |\| | | | |||||
| | * | | | merge with trunk | Anthony Young | 2011-06-03 | 33 | -399/+1291 |
| | |\ \ \ | |||||
| | | * \ \ | Changes all uses of utcnow to use the version in utils. This is a simple wra... | Vishvananda Ishaya | 2011-06-03 | 7 | -21/+15 |
| | | |\ \ \ | |||||
| | | | * | | | make all uses of utcnow use our testable utils.utcnow | Vishvananda Ishaya | 2011-06-02 | 7 | -21/+15 |
| | | * | | | | LDAP optimization and fix for one small bug caused huge performance leak. | Yuriy Taraday | 2011-06-03 | 1 | -0/+1 |
| | | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | | * | | | Flush AuthManager's cache before each test. | Yuriy Taraday | 2011-06-03 | 1 | -0/+1 |
| | | | | |/ | | | |/| | |||||
| | | * | | | Adds LeastCostScheduler which uses a series of cost functions and associated ... | Rick Harris | 2011-06-03 | 5 | -1/+383 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | | * | | Fixing conflicts | Rick Harris | 2011-06-02 | 12 | -240/+655 |
| | | | |\| | |||||
| | | | * | | Fixing a bunch of conflicts | Rick Harris | 2011-06-01 | 1 | -57/+75 |
| | | | |\ \ | |||||
| | | | * | | | Fixing Scheduler Tests | Rick Harris | 2011-05-31 | 1 | -1/+2 |
| | | | * | | | Resolving conflict and finish test_images | Rick Harris | 2011-05-31 | 27 | -185/+1142 |
| | | | |\ \ \ | |||||
| | | | * | | | | Small cleanups | Rick Harris | 2011-05-17 | 2 | -10/+7 |
| | | | * | | | | Moving into scheduler subdir and refactoring out common code | Rick Harris | 2011-05-17 | 4 | -0/+366 |
| | | | * | | | | Moving tests into scheduler subdirectory | Rick Harris | 2011-05-17 | 4 | -392/+0 |
| | | | * | | | | Pep8 fixes | Rick Harris | 2011-05-17 | 1 | -7/+11 |
| | | | * | | | | Adding fill first cost function | Rick Harris | 2011-05-17 | 1 | -2/+31 |
| | | | * | | | | Merging in Sandy's changes adding Noop Cost Fn with tests | Rick Harris | 2011-05-17 | 10 | -102/+345 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | First cut at least cost scheduler | Rick Harris | 2011-05-17 | 1 | -0/+39 |
| | | * | | | | | | This change set adds the ability to create new servers with an href that poin... | Dan Prince | 2011-06-03 | 11 | -75/+74 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge from trunk. | Naveed Massjouni | 2011-06-02 | 2 | -3/+85 |
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | |||||
| | | | * | | | | | | Remove some of the extra image service calls from the OS API images controller. | Dan Prince | 2011-06-02 | 1 | -1/+1 |
| | | | * | | | | | | Remove comment about imageRef not being implemented. | Dan Prince | 2011-06-02 | 1 | -3/+0 |
| | | | * | | | | | | Merge w/ trunk. | Dan Prince | 2011-06-02 | 11 | -244/+371 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merge w/ trunk. | Dan Prince | 2011-05-31 | 11 | -62/+448 |
| | | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | | | |||||
| | | | * | | | | | | | Fixing nova.tests.api.openstack.fakes.stub_out_image_service. It now stubs | Naveed Massjouni | 2011-05-28 | 3 | -14/+9 |
| | | | * | | | | | | | Fixing xen and vmware tests by correctly mocking glance client. | Naveed Massjouni | 2011-05-28 | 1 | -9/+6 |
| | | | * | | | | | | | Fixing integration tests by correctly stubbing image service. | Naveed Massjouni | 2011-05-28 | 1 | -4/+4 |
| | | | * | | | | | | | More image_id to image_ref stuff. Also fixed tests in test_servers. | Naveed Massjouni | 2011-05-28 | 1 | -7/+9 |
| | | | * | | | | | | | Glance client updates for xenapi and vmware API to work with image refs. | Dan Prince | 2011-05-27 | 4 | -24/+24 |
| | | | * | | | | | | | Merge w/ trunk. | Dan Prince | 2011-05-27 | 6 | -40/+215 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Rename instances.image_id to instances.image_ref. | Dan Prince | 2011-05-26 | 2 | -4/+4 |
| | | | * | | | | | | | | Fix test_cloud tests. | Dan Prince | 2011-05-26 | 1 | -2/+2 |
| | | | * | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-05-26 | 8 | -95/+300 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_ref | Naveed Massjouni | 2011-05-25 | 5 | -27/+27 |
| | | | * | | | | | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co... | William Wolf | 2011-05-23 | 3 | -10/+10 |
| | | | * | | | | | | | | | Removing debug print line | Naveed Massjouni | 2011-05-23 | 1 | -1/+0 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | got rid of print statement | William Wolf | 2011-05-23 | 1 | -1/+0 |
| | | | * | | | | | | | | | | Renaming service_image_id vars to image_id to reduce confusion. | Naveed Massjouni | 2011-05-23 | 1 | -1/+0 |
| | | | |/ / / / / / / / / | |||||
| | | | * | | | | | | | | | merge from trunk | William Wolf | 2011-05-23 | 1 | -3/+10 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | moved utils functions into nova/image/ | William Wolf | 2011-05-23 | 1 | -0/+1 |
| | | | * | | | | | | | | | | merge from trunk | William Wolf | 2011-05-20 | 9 | -40/+333 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | Fixed some tests. | Naveed Massjouni | 2011-05-20 | 3 | -10/+19 |
| | | | * | | | | | | | | | | | merge from trunk | William Wolf | 2011-05-19 | 1 | -0/+117 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
