| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Implements a portion of ec2 ebs boot. | Isaku Yamahata | 2011-06-17 | 3 | -86/+144 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | merge with nova trunk | Isaku Yamahata | 2011-06-16 | 31 | -789/+1581 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | pep8 | Isaku Yamahata | 2011-06-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | typo | Isaku Yamahata | 2011-06-15 | 1 | -4/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | ec2utils: minor optimize _try_convert() | Isaku Yamahata | 2011-06-15 | 1 | -2/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | api/ec2: make the parameter parser an independent method | Isaku Yamahata | 2011-06-15 | 2 | -88/+96 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | boot-from-volume: some comments and NOTE(user name) | Isaku Yamahata | 2011-05-29 | 2 | -0/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merge from nova trunk | Isaku Yamahata | 2011-05-27 | 8 | -60/+146 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | compute: implement ec2 stop/start instances | Isaku Yamahata | 2011-05-27 | 1 | -10/+24 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | api/ec2: parse ec2 block device mapping and pass it down to compute api | Isaku Yamahata | 2011-05-27 | 1 | -1/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | teach ec2 parser multi dot-separted argument | Isaku Yamahata | 2011-05-27 | 1 | -5/+12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | api/ec2: make ec2 api accept true/false | Isaku Yamahata | 2011-05-27 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Make EC2 update_instance() only update updatable_fields, rather than all | Thierry Carrez | 2011-06-17 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Fix PEP8 | Thierry Carrez | 2011-06-17 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Only update updateable fields | Thierry Carrez | 2011-06-10 | 1 | -1/+1 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fixes two minor bugs (lp795123 and lp795126) in the extension mechanism. The... | Kevin L. Mitchell | 2011-06-17 | 1 | -5/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Remove thirdwheel.py and do the test with a now-public ExtensionManager.add_e... | Kevin L. Mitchell | 2011-06-17 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Fix lp795123 and lp795126 by making _check_extension() return True or False a... | Kevin L. Mitchell | 2011-06-16 | 1 | -3/+6 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix the volumes extension resource to have a proper prefix - /os-volumes | Naveed Massjouni | 2011-06-17 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Fixing case of volumes alias | Naveed Massjouni | 2011-06-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | The volumes resource extension should be prefixed by its alias - os-volumes | Naveed Massjouni | 2011-06-15 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Alias of volumes extension should be OS-VOLUMES | Naveed Massjouni | 2011-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Removes nova/image/local.py (LocalImageService) | Brian Waldon | 2011-06-17 | 1 | -3/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merging trunk | Brian Waldon | 2011-06-17 | 9 | -321/+515 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | merging trunk | Brian Waldon | 2011-06-13 | 12 | -56/+55 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | further changes | Brian Waldon | 2011-06-09 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Increased error message readability for the OpenStack API. | Brian Lamar | 2011-06-17 | 3 | -14/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Passed in explanation to 400 messages. | Brian Lamar | 2011-06-15 | 3 | -14/+14 | |
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * / | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up some pep8 issues in nova/api/openstack/create_instance_helper.py a... | Kevin Bringard | 2011-06-17 | 2 | -7/+3 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunk | Trey Morris | 2011-06-16 | 7 | -313/+500 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Changed requests with malformed bodies to return a HTTP 400 Bad Request inste... | Alex Meade | 2011-06-14 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | fixed HACKING | Alex Meade | 2011-06-14 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Phew ... ok, this is the last dist-scheduler merge before we get into serious... | Sandy Walsh | 2011-06-14 | 7 | -310/+482 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | removed extra init calls | Sandy Walsh | 2011-06-14 | 2 | -2/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | duplicate routes moved to base class | Sandy Walsh | 2011-06-14 | 1 | -33/+21 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | version passing cleanup | Sandy Walsh | 2011-06-14 | 1 | -12/+14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | refactored out controller base class to use aggregation over inheritance | Sandy Walsh | 2011-06-14 | 3 | -52/+75 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | removed yucky None return types | Sandy Walsh | 2011-06-13 | 3 | -11/+24 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | trunk merge | Sandy Walsh | 2011-06-13 | 2 | -3/+10 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | zones image_id/image_href support for 1.0/1.1 | Sandy Walsh | 2011-06-13 | 4 | -16/+15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | forgot some debugging statements | Sandy Walsh | 2011-06-09 | 2 | -11/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | trunk merge and ec2 tests fixed | Sandy Walsh | 2011-06-09 | 3 | -8/+12 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | tests working after merge-3 update | Sandy Walsh | 2011-06-09 | 31 | -511/+1186 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Little cleanups | Sandy Walsh | 2011-06-01 | 1 | -3/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 and all that | Sandy Walsh | 2011-06-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | tests all passing again | Sandy Walsh | 2011-06-01 | 2 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | list --reservation now works across zones | Sandy Walsh | 2011-06-01 | 2 | -5/+9 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | reservation id's properly forwarded to child zones on create | Sandy Walsh | 2011-06-01 | 1 | -0/+30 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | basic reservation id support to GET /servers | Sandy Walsh | 2011-06-01 | 2 | -30/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | basic zone-boot test in place | Sandy Walsh | 2011-05-31 | 3 | -5/+3 | |
