summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkJohn Tran2011-06-237-51/+197
|\
| * 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-2274-938/+2952
| | |\
| | * | 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
| * | | fixed pep8 issuesWilliam Wolf2011-06-221-10/+11
| * | | image -> instance in commentWilliam Wolf2011-06-221-1/+1
| * | | merge from trunkWilliam Wolf2011-06-223-5/+4
| |\ \ \ | | | |/ | | |/|
| | * | Stop trying to set a body for HTTP methods that do not allow it. It renders t...Soren Hansen2011-06-213-5/+4
| | |\ \
| | | * | 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-2111-14/+331
| |\| | |
| * | | | 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
| |_|/ / / |/| | | |
* | | | | Other migrations have been merged in before us, so renumberJohannes Erdfelt2011-06-201-0/+0
* | | | | Merge with trunkJohannes Erdfelt2011-06-2054-532/+1626
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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-16132-2192/+5591
| | | |\| | |
| | | * | | | _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-2758-1245/+2531
| | | |\ \ \ \
| | | * | | | | 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
| | | * | | | | db: add a table for block device mappingIsaku Yamahata2011-05-274-0/+209
| | | * | | | | volume/api: allow volume clone from snapshot without sizeIsaku Yamahata2011-05-271-1/+2
| | | * | | | | api/ec2: parse ec2 block device mapping and pass it down to compute apiIsaku Yamahata2011-05-272-2/+20
| | | * | | | | 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
| * | | | | | | Adding tests for is_uuid_likeRick Harris2011-06-182-4/+24
| * | | | | | | Using proper UUID format for uuidsRick Harris2011-06-172-3/+3
| * | | | | | | Merging trunkRick Harris2011-06-1727-302/+148
| |\| | | | | |
| | * | | | | | Make EC2 update_instance() only update updatable_fields, rather than allThierry Carrez2011-06-172-2/+5
| | |\ \ \ \ \ \