summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | pep8Vishvananda Ishaya2011-05-311-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | | switch to using webob exceptionVishvananda Ishaya2011-05-311-6/+4
| | * | | | | | | | | | | | | | | | | | | | | | | use a manual 500 with error text instead of traceback for failureVishvananda Ishaya2011-05-181-1/+7
| | * | | | | | | | | | | | | | | | | | | | | | | log any exceptions that get thrown trying to retrieve metadataVishvananda Ishaya2011-05-181-1/+5
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Update the rebuild_instance function in the compute manager so that it accept...Dan Prince2011-05-311-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Updates so that 'name' can be updated when doing a OS API v1.1 rebuild.Dan Prince2011-05-301-4/+6
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Added the filtering of image queries with image metadata. This is exposing th...Alex Meade2011-05-311-2/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Restricted image filtering by name and status onlyAlex Meade2011-05-261-2/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Merged trunkAlex Meade2011-05-254-13/+40
| | |\| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Updated tests to use moxAlex Meade2011-05-251-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Added filtering on image propertiesAlex Meade2011-05-241-2/+21
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix pep8 errors.MORITA Kazutaka2011-05-271-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-278-64/+155
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Merge trunkMORITA Kazutaka2011-05-278-60/+146
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | Merged trunk and resolved conflictsAlex Meade2011-05-252-5/+8
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Several changes designed to bring the openstack api 1.1 closer to specMark Washenberger2011-05-252-7/+31
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | updating admin_pass moved down to compute where the password is actually rese...Chris Behrens2011-05-251-1/+0
| | | | * | | | | | | | | | | | | | | | | | | | | instead of the API spawning a greenthread to wait for a host to be picked,Chris Behrens2011-05-241-3/+2
| | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-241-1/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | | | | Fix call to spawn_n() instead. It expects a callableJohannes Erdfelt2011-05-181-3/+1
| | | | | * | | | | | | | | | | | | | | | | | | | Avoid using spawn_n to fix LP784132Johannes Erdfelt2011-05-171-1/+3
| | | | | * | | | | | | | | | | | | | | | | | | | Set password to one requested in API callJohannes Erdfelt2011-05-171-1/+2
| | | | | | |_|_|/ / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | merge branch lp:~rackspace-titan/nova/ram-limitsAlex Meade2011-05-232-7/+31
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | add absolute limits support to 1.0 api as wellMark Washenberger2011-05-201-24/+20
| | | | * | | | | | | | | | | | | | | | | | | | waldon's naming feedbackMark Washenberger2011-05-191-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | merge lp:novaMark Washenberger2011-05-185-14/+41
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | fixup absolute limits to latest 1.1 specMark Washenberger2011-05-182-6/+7
| | | | * | | | | | | | | | | | | | | | | | | | get real absolute limits in openstack api and verify absolute limit responsesMark Washenberger2011-05-182-22/+12
| | | | * | | | | | | | | | | | | | | | | | | | Removed extra serialization metadataAlex Meade2011-05-171-3/+0
| | | | * | | | | | | | | | | | | | | | | | | | Changed builder to match specs and added testAlex Meade2011-05-172-17/+16
| | | | * | | | | | | | | | | | | | | | | | | | Implemented builder for absolute limits and updated testsAlex Meade2011-05-172-2/+43
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | add a todoMark Washenberger2011-05-161-1/+3
| | | | |/ / / / / / / / / / / / / / / / / / /
| | | * | | | | / / / / / / / / / / / / / / / Fixed mistyped lineAlex Meade2011-05-231-1/+1
| | | | |_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Fix pep8 violations.MORITA Kazutaka2011-05-271-4/+9
| * | | | | | | | | | | | | | | | | | | | | Fix wrong call of the volume api create()MORITA Kazutaka2011-05-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-255-15/+42
| |\| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge trunkMORITA Kazutaka2011-05-195-15/+42
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-1315-107/+303
| |\| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge trunkMORITA Kazutaka2011-05-1315-107/+303
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| * | / | | | | | | | | | | | | | | | | | | Add support for creating a new volume from a existing snapshot with EC2 API.MORITA Kazutaka2011-04-191-2/+10
| |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Add support for creating a snapshot of a nova volume with euca-create-snapshot.MORITA Kazutaka2011-04-192-8/+50
* | | | | | | | | | | | | | | | | | | | | merge trunkTrey Morris2011-05-245-47/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Changed ec2 api dupe key exception log handler info->debugDave Walker (Daviey)2011-05-231-1/+1
| * | | | | | | | | | | | | | | | | | | | When adding a keypair that already exists, give a friendly error and no trace...Dave Walker (Daviey)2011-05-211-0/+4
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merging trunkRick Harris2011-05-202-46/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update OSAPI v1.1 extensions so that it supports RequestExtensions. ResponseE...Dan Prince2011-05-201-46/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Update comment on RequestExtension class.Dan Prince2011-05-161-2/+5
| | | * | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-05-165-6/+39
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Update comment.Dan Prince2011-05-121-1/+1
| | | * | | | | | | | | | | | | | | | | | | Make it so that ExtensionRequest objects now return proper webob objects.Dan Prince2011-05-121-11/+0