summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkJohn Tran2011-06-239-53/+204
|\
| * "nova-manage checks if user is member of proj, prior to adding role for that ...John Tran2011-06-231-0/+5
| |\
| | * nova-manage checks if user is member of proj, prior to adding role for that p...John Tran2011-06-201-0/+5
| * | Add xml serialization for all /images/<id>/meta and /images/<id>/meta/<key> r...Brian Waldon2011-06-233-4/+142
| |\ \
| | * | pep8 fixesBrian Waldon2011-06-222-2/+0
| | * | merging trunkBrian Waldon2011-06-2291-1302/+3205
| | |\ \
| | * | | reverting non-xml changesBrian Waldon2011-06-222-11/+10
| | * | | adding xml support to /images/<id>/meta resource; moving show/update entities...Brian Waldon2011-06-103-14/+155
| * | | | This catches the InstanceNotFound exception on create, and ignores it. This ...William Wolf2011-06-231-42/+51
| |\ \ \ \
| | * | | | fixed pep8 issuesWilliam Wolf2011-06-221-10/+11
| | * | | | merge from trunkWilliam Wolf2011-06-221-1/+1
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixes issues with displaying exceptions regarding flavors in nova-manageAlex Meade2011-06-221-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | fixed incorrect exceptionAlex Meade2011-06-221-1/+1
| |/ / / /
| | * | | image -> instance in commentWilliam Wolf2011-06-221-1/+1
| | * | | merge from trunkWilliam Wolf2011-06-224-6/+5
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Stop trying to set a body for HTTP methods that do not allow it. It renders t...Soren Hansen2011-06-214-6/+5
| |\ \ \ \
| | * | | | Bump WebOb requirement to 1.0.8 in pip-requires.Soren Hansen2011-06-211-1/+1
| | * | | | Stop trying to set a body for HTTP methods that do not allow it. It renders t...Soren Hansen2011-06-213-5/+4
| | | * | | merge from trunkWilliam Wolf2011-06-2113-16/+430
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | merge from trunkWilliam Wolf2011-06-2113-73/+313
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | if we get InstanceNotFound error on create, ignore (means it has been deleted...William Wolf2011-06-211-42/+50
* | | | | | altho security_group authorize & revoke tests already exist in test_api, addi...John Tran2011-06-232-20/+129
* | | | | | ec2 api describe_security_groups allow group_id param , added tests for creat...John Tran2011-06-212-8/+22
|/ / / / /
* | | | | This branch adds support to the xenapi driver for updating the guest agent on...Johannes Erdfelt2011-06-2113-16/+430
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Other migrations have been merged in before us, so renumberJohannes Erdfelt2011-06-201-0/+0
| * | | | Merge with trunkJohannes Erdfelt2011-06-2057-544/+1633
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | This patch adds support for working with instances by UUID in addition to int...Rick Harris2011-06-2013-73/+313
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Moving add_uuid migration to 025Rick Harris2011-06-201-0/+0
| * | | | Merging trunk, fixing conflictsRick Harris2011-06-2025-157/+1165
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Check that server exists when interacting with /v1.1/servers/<id>/meta resourceBrian Waldon2011-06-203-10/+99
|\ \ \ \ \
| * | | | | moving instance existance logic down to api layerBrian Waldon2011-06-173-21/+45
| * | | | | pep8Brian Waldon2011-06-151-0/+2
| * | | | | adding server existence check to server metadata resourceBrian Waldon2011-06-152-1/+64
* | | | | | Implements a portion of ec2 ebs boot.Isaku Yamahata2011-06-1723-147/+1066
|\ \ \ \ \ \
| * | | | | | pep8: white space/blank linesIsaku Yamahata2011-06-182-3/+1
| * | | | | | fix mismerge.Isaku Yamahata2011-06-161-1/+1
| * | | | | | merge with nova trunkIsaku Yamahata2011-06-16158-2550/+6305
| |\| | | | |
| * | | | | | _setup_block_device_mapping: raise ApiError when db inconsistency foundIsaku Yamahata2011-06-161-2/+10
| * | | | | | db/block_device_mapping_get_all_by_instance: don't raise.Isaku Yamahata2011-06-163-56/+45
| * | | | | | pep8Isaku Yamahata2011-06-1510-30/+40
| * | | | | | typoIsaku Yamahata2011-06-156-16/+18
| * | | | | | ec2utils: minor optimize _try_convert()Isaku Yamahata2011-06-151-2/+3
| * | | | | | block_device_mapping: don't use [] as default argumentIsaku Yamahata2011-06-157-10/+15
| * | | | | | api/ec2: make the parameter parser an independent methodIsaku Yamahata2011-06-153-89/+97
| * | | | | | boot-from-volume: some comments and NOTE(user name)Isaku Yamahata2011-05-293-0/+8
| * | | | | | Merge from nova trunkIsaku Yamahata2011-05-2769-1373/+2760
| |\ \ \ \ \ \
| * | | | | | | unittest: make unit tests happyIsaku Yamahata2011-05-272-0/+12
| * | | | | | | unittest: tests for boot from volume and stop/start instancesIsaku Yamahata2011-05-272-10/+327
| * | | | | | | compute: implement ec2 stop/start instancesIsaku Yamahata2011-05-276-18/+134
| * | | | | | | compute, virt: support boot-from-volume without ephemeral device and no deviceIsaku Yamahata2011-05-2711-39/+243