summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkJohn Tran2011-06-232-4/+53
|\
| * pep8 fixesBrian Waldon2011-06-221-1/+0
| * merging trunkBrian Waldon2011-06-2216-445/+725
| |\
| * | reverting non-xml changesBrian Waldon2011-06-221-4/+4
| * | adding xml support to /images/<id>/meta resource; moving show/update entities...Brian Waldon2011-06-102-8/+58
* | | altho security_group authorize & revoke tests already exist in test_api, addi...John Tran2011-06-231-20/+58
* | | ec2 api describe_security_groups allow group_id param , added tests for creat...John Tran2011-06-211-8/+13
| |/ |/|
* | Merging trunk, fixing conflictsRick Harris2011-06-204-93/+175
|\ \
| * \ Check that server exists when interacting with /v1.1/servers/<id>/meta resourceBrian Waldon2011-06-201-7/+31
| |\ \
| | * | moving instance existance logic down to api layerBrian Waldon2011-06-171-18/+29
| | * | adding server existence check to server metadata resourceBrian Waldon2011-06-151-1/+14
| * | | Implements a portion of ec2 ebs boot.Isaku Yamahata2011-06-173-86/+144
| |\ \ \
| | * | | merge with nova trunkIsaku Yamahata2011-06-1631-789/+1581
| | |\| |
| | * | | pep8Isaku Yamahata2011-06-151-1/+1
| | * | | typoIsaku Yamahata2011-06-151-4/+6
| | * | | ec2utils: minor optimize _try_convert()Isaku Yamahata2011-06-151-2/+3
| | * | | api/ec2: make the parameter parser an independent methodIsaku Yamahata2011-06-152-88/+96
| | * | | boot-from-volume: some comments and NOTE(user name)Isaku Yamahata2011-05-292-0/+7
| | * | | Merge from nova trunkIsaku Yamahata2011-05-278-60/+146
| | |\ \ \
| | * | | | compute: implement ec2 stop/start instancesIsaku Yamahata2011-05-271-10/+24
| | * | | | api/ec2: parse ec2 block device mapping and pass it down to compute apiIsaku Yamahata2011-05-271-1/+19
| | * | | | teach ec2 parser multi dot-separted argumentIsaku Yamahata2011-05-271-5/+12
| | * | | | api/ec2: make ec2 api accept true/falseIsaku Yamahata2011-05-271-4/+4
* | | | | | Merging trunkRick Harris2011-06-178-33/+30
|\| | | | |
| * | | | | Make EC2 update_instance() only update updatable_fields, rather than allThierry Carrez2011-06-171-1/+2
| |\ \ \ \ \
| | * | | | | Fix PEP8Thierry Carrez2011-06-171-1/+2
| | * | | | | Only update updateable fieldsThierry Carrez2011-06-101-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Fixes two minor bugs (lp795123 and lp795126) in the extension mechanism. The...Kevin L. Mitchell2011-06-171-5/+8
| |\ \ \ \ \
| | * | | | | Remove thirdwheel.py and do the test with a now-public ExtensionManager.add_e...Kevin L. Mitchell2011-06-171-2/+2
| | * | | | | Fix lp795123 and lp795126 by making _check_extension() return True or False a...Kevin L. Mitchell2011-06-161-3/+6
| | | |_|_|/ | | |/| | |
| * | | | | Fix the volumes extension resource to have a proper prefix - /os-volumesNaveed Massjouni2011-06-171-3/+3
| |\ \ \ \ \
| | * | | | | Fixing case of volumes aliasNaveed Massjouni2011-06-151-1/+1
| | * | | | | The volumes resource extension should be prefixed by its alias - os-volumesNaveed Massjouni2011-06-151-2/+2
| | * | | | | Alias of volumes extension should be OS-VOLUMESNaveed Massjouni2011-06-131-1/+1
| * | | | | | Removes nova/image/local.py (LocalImageService)Brian Waldon2011-06-171-3/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ merging trunkBrian Waldon2011-06-179-321/+515
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | merging trunkBrian Waldon2011-06-1312-56/+55
| | |\ \ \ \ \ \
| | * | | | | | | further changesBrian Waldon2011-06-091-3/+0
| * | | | | | | | Increased error message readability for the OpenStack API.Brian Lamar2011-06-173-14/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Passed in explanation to 400 messages.Brian Lamar2011-06-153-14/+14
| | | |_|/ / / / / | | |/| | | | | |
| * / | | | | | | Cleaned up some pep8 issues in nova/api/openstack/create_instance_helper.py a...Kevin Bringard2011-06-172-7/+3
| |/ / / / / / /
* | | | | | | | Fixing private-ips testRick Harris2011-06-151-10/+9
* | | | | | | | Adding UUID testRick Harris2011-06-151-1/+2
|/ / / / / / /
* | | | | | | Changed requests with malformed bodies to return a HTTP 400 Bad Request inste...Alex Meade2011-06-141-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fixed HACKINGAlex Meade2011-06-141-3/+3
* | | | | | | | Phew ... ok, this is the last dist-scheduler merge before we get into serious...Sandy Walsh2011-06-147-310/+482
|\ \ \ \ \ \ \ \
| * | | | | | | | removed extra init callsSandy Walsh2011-06-142-2/+0
| * | | | | | | | duplicate routes moved to base classSandy Walsh2011-06-141-33/+21
| * | | | | | | | version passing cleanupSandy Walsh2011-06-141-12/+14
| * | | | | | | | refactored out controller base class to use aggregation over inheritanceSandy Walsh2011-06-143-52/+75