summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* make our own function instead of using urllib.urlencode since we apparently d...William Wolf2011-09-192-1/+11
* merge with trunkWilliam Wolf2011-09-194-15/+43
|\
| * Fix a bug that would make spawning new instances fail if no port/protocol is ...Soren Hansen2011-09-171-4/+17
| |\
| | * Merge trunkSoren Hansen2011-09-1631-596/+725
| | |\
| | * | Return three rules for describe_security_groups if a rule refers to a foreign...Soren Hansen2011-09-151-6/+12
| | * | Make a security group rule that references another security group return ipPe...Soren Hansen2011-09-051-4/+11
| * | | Merge w/ trunk.Dan Prince2011-09-168-14/+107
| |\ \ \ | | | |/ | | |/|
| * | | Merge w/ trunk.Dan Prince2011-09-1527-588/+591
| |\ \ \
| * | | | Make quoting consistent.Dan Prince2011-09-122-3/+3
| * | | | Merge w/ trunk.Dan Prince2011-09-075-16/+49
| |\ \ \ \
| * | | | | Update the v1.0 rescue admin action and the v1.1 rescue extension toDan Prince2011-09-063-11/+26
| | |_|_|/ | |/| | |
* | | | | merge from trunkWilliam Wolf2011-09-168-14/+107
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | if no public-key is given (--key), do not show public-keys in metadata serviceScott Moser2011-09-151-6/+6
| |\ \ \ \
| | * | | | shorten comment to < 79 charsScott Moser2011-09-091-1/+1
| | * | | | put key into meta-data, not top level 'data'Scott Moser2011-09-081-2/+3
| | * | | | metadata key is 'public-keys', not 'keys'Scott Moser2011-09-081-1/+1
| | * | | | if no public-key is given (--key), do not show public-keys in metadata serviceScott Moser2011-09-081-6/+5
| * | | | | This makes the OS api extension for booting from volumes work.Josh Durgin2011-09-151-2/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge trunk.Josh Durgin2011-09-152-5/+42
| | |\ \ \ \ \
| | * | | | | | Use the correct method to get a builder.Josh Durgin2011-09-141-2/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Adding flavor extra data extension.Scott Moser2011-09-154-0/+57
| |\ \ \ \ \ \
| | * | | | | | fix pep8 whitespace errorScott Moser2011-09-141-1/+1
| | * | | | | | add necessary fields to flavor.rng schemaScott Moser2011-09-141-0/+4
| | * | | | | | flavor_elem.setAttribute -> flavor_elem.set, flavor -> flavor_dictScott Moser2011-09-141-1/+1
| | * | | | | | update variable name after merge: flavor_node -> flavor_elemScott Moser2011-09-141-1/+1
| | * | | | | | resolve conflicts / merge with trunk revno 1569Scott Moser2011-09-1424-555/+566
| | |\ \ \ \ \ \
| | * | | | | | | add attributes to xml apiScott Moser2011-09-141-0/+3
| | * | | | | | | fix white space for pep8Scott Moser2011-09-141-2/+2
| | * | | | | | | add extension description for FlavorExtraDataScott Moser2011-09-141-0/+46
| | * | | | | | | make tests passScott Moser2011-09-131-4/+3
| | * | | | | | | add additional data to flavor's ViewBuilderScott Moser2011-09-131-0/+4
| * | | | | | | | Removing toprettyxml from OSAPI xml serialization in favor of toxml.Brian Waldon2011-09-151-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | removing toprettyxmlBrian Waldon2011-09-141-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | The 1.1 API specifies that two vendor content types are allowed in addition t...Johannes Erdfelt2011-09-152-5/+42
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Don't report the wrong content type if a mapped type doesn't existJohannes Erdfelt2011-09-141-4/+4
| | * | | | | | Remove unnecessary vendor content types now that they are mapped to standardJohannes Erdfelt2011-09-141-3/+0
| | * | | | | | Add copyrightJohannes Erdfelt2011-09-141-0/+16
| | * | | | | | Map vendor content types to their standard content type before serializingJohannes Erdfelt2011-09-141-16/+20
| | * | | | | | Remove debuggingJohannes Erdfelt2011-09-141-1/+0
| | * | | | | | Merge with trunkJohannes Erdfelt2011-09-141-3/+25
| | |\| | | | |
| | * | | | | | Merge with trunkJohannes Erdfelt2011-09-1319-513/+500
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-138-48/+45
| | |\ \ \ \ \ \ \
| | * | | | | | | | Add support for vendor content typesJohannes Erdfelt2011-09-122-3/+24
* | | | | | | | | | pass-through all other parameters in next links as wellWilliam Wolf2011-09-152-6/+11
* | | | | | | | | | get rid of debugsWilliam Wolf2011-09-151-2/+0
* | | | | | | | | | pep8 issuesWilliam Wolf2011-09-151-1/+0
* | | | | | | | | | added xml support for servers_list in response with testsWilliam Wolf2011-09-152-3/+10
* | | | | | | | | | added servers_links in v1.1 with testsWilliam Wolf2011-09-152-2/+19
* | | | | | | | | | added build_list to servers controllers and view builder and kept all old tes...William Wolf2011-09-152-5/+44
|/ / / / / / / / /
* | | | | | | | | Merge w/ trunk.Dan Prince2011-09-1421-548/+555
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |