| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | pep8 | Vishvananda Ishaya | 2011-05-31 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | switch to using webob exception | Vishvananda Ishaya | 2011-05-31 | 1 | -6/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | use a manual 500 with error text instead of traceback for failure | Vishvananda Ishaya | 2011-05-18 | 1 | -1/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | log any exceptions that get thrown trying to retrieve metadata | Vishvananda Ishaya | 2011-05-18 | 1 | -1/+5 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Update the rebuild_instance function in the compute manager so that it accept... | Dan Prince | 2011-05-31 | 1 | -4/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Updates so that 'name' can be updated when doing a OS API v1.1 rebuild. | Dan Prince | 2011-05-30 | 1 | -4/+6 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Added the filtering of image queries with image metadata. This is exposing th... | Alex Meade | 2011-05-31 | 1 | -2/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Restricted image filtering by name and status only | Alex Meade | 2011-05-26 | 1 | -2/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merged trunk | Alex Meade | 2011-05-25 | 4 | -13/+40 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Updated tests to use mox | Alex Meade | 2011-05-25 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Added filtering on image properties | Alex Meade | 2011-05-24 | 1 | -2/+21 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix pep8 errors. | MORITA Kazutaka | 2011-05-27 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volume | MORITA Kazutaka | 2011-05-27 | 8 | -64/+155 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Merge trunk | MORITA Kazutaka | 2011-05-27 | 8 | -60/+146 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | |_|_|/ / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Fix pep8 violations. | MORITA Kazutaka | 2011-05-27 | 1 | -4/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | Fix wrong call of the volume api create() | MORITA Kazutaka | 2011-05-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volume | MORITA Kazutaka | 2011-05-25 | 5 | -15/+42 | |
| | |\| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Merge trunk | MORITA Kazutaka | 2011-05-19 | 5 | -15/+42 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volume | MORITA Kazutaka | 2011-05-13 | 15 | -107/+303 | |
| | |\| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Merge trunk | MORITA Kazutaka | 2011-05-13 | 15 | -107/+303 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | / | | | | | | | | | | | | | | | | | | | Add support for creating a new volume from a existing snapshot with EC2 API. | MORITA Kazutaka | 2011-04-19 | 1 | -2/+10 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Add support for creating a snapshot of a nova volume with euca-create-snapshot. | MORITA Kazutaka | 2011-04-19 | 2 | -8/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | merge trunk | Trey Morris | 2011-05-24 | 5 | -47/+110 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | 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 | |
| | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | 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 | |
