| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make our own function instead of using urllib.urlencode since we apparently d... | William Wolf | 2011-09-19 | 2 | -1/+11 |
| * | merge with trunk | William Wolf | 2011-09-19 | 4 | -15/+43 |
| |\ | |||||
| | * | Fix a bug that would make spawning new instances fail if no port/protocol is ... | Soren Hansen | 2011-09-17 | 1 | -4/+17 |
| | |\ | |||||
| | | * | Merge trunk | Soren Hansen | 2011-09-16 | 31 | -596/+725 |
| | | |\ | |||||
| | | * | | Return three rules for describe_security_groups if a rule refers to a foreign... | Soren Hansen | 2011-09-15 | 1 | -6/+12 |
| | | * | | Make a security group rule that references another security group return ipPe... | Soren Hansen | 2011-09-05 | 1 | -4/+11 |
| | * | | | Merge w/ trunk. | Dan Prince | 2011-09-16 | 8 | -14/+107 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Merge w/ trunk. | Dan Prince | 2011-09-15 | 27 | -588/+591 |
| | |\ \ \ | |||||
| | * | | | | Make quoting consistent. | Dan Prince | 2011-09-12 | 2 | -3/+3 |
| | * | | | | Merge w/ trunk. | Dan Prince | 2011-09-07 | 5 | -16/+49 |
| | |\ \ \ \ | |||||
| | * | | | | | Update the v1.0 rescue admin action and the v1.1 rescue extension to | Dan Prince | 2011-09-06 | 3 | -11/+26 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | merge from trunk | William Wolf | 2011-09-16 | 8 | -14/+107 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | if no public-key is given (--key), do not show public-keys in metadata service | Scott Moser | 2011-09-15 | 1 | -6/+6 |
| | |\ \ \ \ | |||||
| | | * | | | | shorten comment to < 79 chars | Scott Moser | 2011-09-09 | 1 | -1/+1 |
| | | * | | | | put key into meta-data, not top level 'data' | Scott Moser | 2011-09-08 | 1 | -2/+3 |
| | | * | | | | metadata key is 'public-keys', not 'keys' | Scott Moser | 2011-09-08 | 1 | -1/+1 |
| | | * | | | | if no public-key is given (--key), do not show public-keys in metadata service | Scott Moser | 2011-09-08 | 1 | -6/+5 |
| | * | | | | | This makes the OS api extension for booting from volumes work. | Josh Durgin | 2011-09-15 | 1 | -2/+1 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge trunk. | Josh Durgin | 2011-09-15 | 2 | -5/+42 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Use the correct method to get a builder. | Josh Durgin | 2011-09-14 | 1 | -2/+1 |
| | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | Adding flavor extra data extension. | Scott Moser | 2011-09-15 | 4 | -0/+57 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | fix pep8 whitespace error | Scott Moser | 2011-09-14 | 1 | -1/+1 |
| | | * | | | | | | add necessary fields to flavor.rng schema | Scott Moser | 2011-09-14 | 1 | -0/+4 |
| | | * | | | | | | flavor_elem.setAttribute -> flavor_elem.set, flavor -> flavor_dict | Scott Moser | 2011-09-14 | 1 | -1/+1 |
| | | * | | | | | | update variable name after merge: flavor_node -> flavor_elem | Scott Moser | 2011-09-14 | 1 | -1/+1 |
| | | * | | | | | | resolve conflicts / merge with trunk revno 1569 | Scott Moser | 2011-09-14 | 24 | -555/+566 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | add attributes to xml api | Scott Moser | 2011-09-14 | 1 | -0/+3 |
| | | * | | | | | | | fix white space for pep8 | Scott Moser | 2011-09-14 | 1 | -2/+2 |
| | | * | | | | | | | add extension description for FlavorExtraData | Scott Moser | 2011-09-14 | 1 | -0/+46 |
| | | * | | | | | | | make tests pass | Scott Moser | 2011-09-13 | 1 | -4/+3 |
| | | * | | | | | | | add additional data to flavor's ViewBuilder | Scott Moser | 2011-09-13 | 1 | -0/+4 |
| | * | | | | | | | | Removing toprettyxml from OSAPI xml serialization in favor of toxml. | Brian Waldon | 2011-09-15 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| | | * | | | | | | | removing toprettyxml | Brian Waldon | 2011-09-14 | 1 | -1/+1 |
| | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | | The 1.1 API specifies that two vendor content types are allowed in addition t... | Johannes Erdfelt | 2011-09-15 | 2 | -5/+42 |
| | |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| | | * | | | | | | Don't report the wrong content type if a mapped type doesn't exist | Johannes Erdfelt | 2011-09-14 | 1 | -4/+4 |
| | | * | | | | | | Remove unnecessary vendor content types now that they are mapped to standard | Johannes Erdfelt | 2011-09-14 | 1 | -3/+0 |
| | | * | | | | | | Add copyright | Johannes Erdfelt | 2011-09-14 | 1 | -0/+16 |
| | | * | | | | | | Map vendor content types to their standard content type before serializing | Johannes Erdfelt | 2011-09-14 | 1 | -16/+20 |
| | | * | | | | | | Remove debugging | Johannes Erdfelt | 2011-09-14 | 1 | -1/+0 |
| | | * | | | | | | Merge with trunk | Johannes Erdfelt | 2011-09-14 | 1 | -3/+25 |
| | | |\| | | | | | |||||
| | | * | | | | | | Merge with trunk | Johannes Erdfelt | 2011-09-13 | 19 | -513/+500 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge with trunk | Johannes Erdfelt | 2011-09-13 | 8 | -48/+45 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Add support for vendor content types | Johannes Erdfelt | 2011-09-12 | 2 | -3/+24 |
| * | | | | | | | | | | pass-through all other parameters in next links as well | William Wolf | 2011-09-15 | 2 | -6/+11 |
| * | | | | | | | | | | get rid of debugs | William Wolf | 2011-09-15 | 1 | -2/+0 |
| * | | | | | | | | | | pep8 issues | William Wolf | 2011-09-15 | 1 | -1/+0 |
| * | | | | | | | | | | added xml support for servers_list in response with tests | William Wolf | 2011-09-15 | 2 | -3/+10 |
| * | | | | | | | | | | added servers_links in v1.1 with tests | William Wolf | 2011-09-15 | 2 | -2/+19 |
| * | | | | | | | | | | added build_list to servers controllers and view builder and kept all old tes... | William Wolf | 2011-09-15 | 2 | -5/+44 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-09-14 | 21 | -548/+555 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||
