| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch the run_instances call in the EC2 back to 'image_id'. Incoming | Dan Prince | 2011-05-26 | 1 | -1/+1 |
| * | Merge w/ trunk. | Dan Prince | 2011-05-26 | 4 | -13/+40 |
| |\ | |||||
| | * | Merged trunk and resolved conflicts | Alex Meade | 2011-05-25 | 2 | -5/+8 |
| | |\ | |||||
| | | * | Several changes designed to bring the openstack api 1.1 closer to spec | Mark Washenberger | 2011-05-25 | 2 | -7/+31 |
| | | |\ | |||||
| | | * | | updating admin_pass moved down to compute where the password is actually rese... | Chris Behrens | 2011-05-25 | 1 | -1/+0 |
| | | * | | instead of the API spawning a greenthread to wait for a host to be picked, | Chris Behrens | 2011-05-24 | 1 | -3/+2 |
| | | * | | Using the root-password subcommand of the nova client results in the password... | Johannes Erdfelt | 2011-05-24 | 1 | -1/+2 |
| | | |\ \ | |||||
| | | | * | | Fix call to spawn_n() instead. It expects a callable | Johannes Erdfelt | 2011-05-18 | 1 | -3/+1 |
| | | | * | | Avoid using spawn_n to fix LP784132 | Johannes Erdfelt | 2011-05-17 | 1 | -1/+3 |
| | | | * | | Set password to one requested in API call | Johannes Erdfelt | 2011-05-17 | 1 | -1/+2 |
| | | * | | | Changed ec2 api dupe key exception log handler info->debug | Dave Walker (Daviey) | 2011-05-23 | 1 | -1/+1 |
| | | * | | | When adding a keypair that already exists, give a friendly error and no trace... | Dave Walker (Daviey) | 2011-05-21 | 1 | -0/+4 |
| | * | | | | merge branch lp:~rackspace-titan/nova/ram-limits | Alex Meade | 2011-05-23 | 2 | -7/+31 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | add absolute limits support to 1.0 api as well | Mark Washenberger | 2011-05-20 | 1 | -24/+20 |
| | | * | | | waldon's naming feedback | Mark Washenberger | 2011-05-19 | 1 | -1/+1 |
| | | * | | | merge lp:nova | Mark Washenberger | 2011-05-18 | 5 | -14/+41 |
| | | |\ \ \ | |||||
| | | * | | | | fixup absolute limits to latest 1.1 spec | Mark Washenberger | 2011-05-18 | 2 | -6/+7 |
| | | * | | | | get real absolute limits in openstack api and verify absolute limit responses | Mark Washenberger | 2011-05-18 | 2 | -22/+12 |
| | | * | | | | Removed extra serialization metadata | Alex Meade | 2011-05-17 | 1 | -3/+0 |
| | | * | | | | Changed builder to match specs and added test | Alex Meade | 2011-05-17 | 2 | -17/+16 |
| | | * | | | | Implemented builder for absolute limits and updated tests | Alex Meade | 2011-05-17 | 2 | -2/+43 |
| | | |\ \ \ \ | |||||
| | | | * | | | | add a todo | Mark Washenberger | 2011-05-16 | 1 | -1/+3 |
| | | |/ / / / | |||||
| | * | | / / | Fixed mistyped line | Alex Meade | 2011-05-23 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Renamed image_ref variables to image_href. Since the convention is that x_ref | Naveed Massjouni | 2011-05-25 | 3 | -12/+12 |
| * | | | | | Fixing docstring. | Naveed Massjouni | 2011-05-24 | 1 | -1/+1 |
| * | | | | | Fixing _get_kernel_ramdisk_from_image to use the correct image service. | Naveed Massjouni | 2011-05-24 | 1 | -7/+4 |
| * | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co... | William Wolf | 2011-05-23 | 2 | -3/+2 |
| * | | | | | Renaming service_image_id vars to image_id to reduce confusion. | Naveed Massjouni | 2011-05-23 | 3 | -14/+10 |
| * | | | | | moved utils functions into nova/image/ | William Wolf | 2011-05-23 | 3 | -8/+14 |
| * | | | | | Removing utils.is_int() | Naveed Massjouni | 2011-05-22 | 1 | -1/+1 |
| * | | | | | Minor cleanup | Naveed Massjouni | 2011-05-21 | 2 | -4/+3 |
| * | | | | | combined the exception catching to eliminate duplication | William Wolf | 2011-05-20 | 1 | -4/+1 |
| * | | | | | merge from trunk | William Wolf | 2011-05-20 | 4 | -47/+106 |
| |\| | | | | |||||
| | * | | | | Merging trunk | Rick Harris | 2011-05-20 | 2 | -46/+61 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Update OSAPI v1.1 extensions so that it supports RequestExtensions. ResponseE... | Dan Prince | 2011-05-20 | 1 | -46/+38 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Update comment on RequestExtension class. | Dan Prince | 2011-05-16 | 1 | -2/+5 |
| | | | * | | | | Merge w/ trunk. | Dan Prince | 2011-05-16 | 5 | -6/+39 |
| | | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | | * | | | | Update comment. | Dan Prince | 2011-05-12 | 1 | -1/+1 |
| | | | * | | | | Make it so that ExtensionRequest objects now return proper webob objects. | Dan Prince | 2011-05-12 | 1 | -11/+0 |
| | | | * | | | | Remove ResponseExtensions. The new RequestExtension covers both use cases. | Dan Prince | 2011-05-12 | 1 | -83/+5 |
| | | | * | | | | Initial work on request extensions. | Dan Prince | 2011-05-12 | 1 | -0/+78 |
| | | * | | | | | Added an EC2 API endpoint that'll allow import of public key. Prior, api only... | John Tran | 2011-05-20 | 1 | -0/+23 |
| | | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | | * | | | | merged from trunk | John Tran | 2011-05-12 | 35 | -449/+3287 |
| | | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | | * | | | | if fingerprint data not provided, added logic to calculate it using the pub key. | John Tran | 2011-03-21 | 1 | -2/+13 |
| | | | * | | | | created api endpoint to allow uploading of public key | John Tran | 2011-03-18 | 1 | -0/+12 |
| | * | | | | | | On second thought, removing decorator | Rick Harris | 2011-05-18 | 1 | -9/+3 |
| | * | | | | | | Adding FlagNotSet exception | Rick Harris | 2011-05-18 | 1 | -1/+2 |
| | * | | | | | | Merging trunk | Rick Harris | 2011-05-18 | 5 | -14/+41 |
| | |\| | | | | | |||||
| | * | | | | | | Merging in Sandy's changes | Rick Harris | 2011-05-13 | 2 | -2/+5 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | trunk merge | Sandy Walsh | 2011-05-13 | 2 | -2/+5 |
| | | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
