summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Fixed review commentsTushar Patil2011-09-023-9/+12
|\
| * Glance can now perform its own authentication/authorization checks when we're...Kevin L. Mitchell2011-09-011-3/+3
| |\
| | * pull-up from trunkKevin L. Mitchell2011-09-019-98/+1025
| | |\
| | * | Fix glance image authorization check now that glance can do authorization che...Kevin L. Mitchell2011-08-251-3/+3
* | | | Resolved conflicts and fixed pep8 errorsTushar Patil2011-09-019-102/+417
|\| | |
| * | | remove extra references to state_descriptionVishvananda Ishaya2011-09-012-4/+3
| * | | - implements changes-since for servers resourceBrian Waldon2011-09-011-11/+13
| |\ \ \ | | |_|/ | |/| |
| | * | merging trunkBrian Waldon2011-09-017-83/+395
| | |\ \
| | * | | supporting changes-sinceBrian Waldon2011-08-301-11/+13
| * | | | Fixes NotFound exceptions to show the proper instance id in the ec2 api.Vishvananda Ishaya2011-09-011-5/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | change snapshot msg tooVishvananda Ishaya2011-08-241-1/+1
| | * | | Fix not found exceptions to properly use ec2_ips for not foundVishvananda Ishaya2011-08-231-4/+6
| * | | | fix for lp838583 - fixes bug in os-floating-ips view code that prevents insta...Anthony Young2011-09-011-3/+3
| |\ \ \ \
| | * | | | fix for lp838583 - return instance_id for associated floating_ips, add testAnthony Young2011-08-311-3/+3
| * | | | | merge trunk, fix testsVishvananda Ishaya2011-08-317-63/+362
| |\| | | |
| | * | | | merge trunk, fix conflictVishvananda Ishaya2011-08-311-0/+13
| | |\ \ \ \
| | | * \ \ \ Validates that user-data is b64 encoded.Tushar Patil2011-08-311-0/+13
| | | |\ \ \ \
| | | | * | | | Fix for LP Bug #837534Tushar Patil2011-08-301-0/+13
| | | | | |/ / | | | | |/| |
| | * | | | | merged trunkVishvananda Ishaya2011-08-315-62/+110
| | |\| | | |
| | | * | | | Fixed and improved the way instance "states" are set. Instead of relying on s...Brian Lamar2011-08-314-60/+103
| | | |\ \ \ \
| | | | * | | | Merged trunk.Brian Lamar2011-08-291-10/+17
| | | | |\| | |
| | | | * | | | Merged trunk.Brian Lamar2011-08-291-0/+606
| | | | |\ \ \ \
| | | | * | | | | review feedbackBrian Lamar2011-08-252-7/+3
| | | | * | | | | Merged trunk.Brian Lamar2011-08-252-2/+231
| | | | |\ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Review feedback.Brian Lamar2011-08-252-6/+9
| | | | * | | | | Reverted two mistakes when looking over full diff.Brian Lamar2011-08-251-6/+4
| | | | * | | | | Removed RESIZE-CONFIRM hack.Brian Lamar2011-08-251-8/+0
| | | | * | | | | Added DELETED status to OSAPI just in case.Brian Lamar2011-08-241-0/+3
| | | | * | | | | Merged trunk and fixed conflicts.Brian Lamar2011-08-241-4/+25
| | | | |\ \ \ \ \
| | | | * | | | | | Fix for trying rebuilds when instance is not active.Brian Lamar2011-08-241-6/+4
| | | | * | | | | | Merged trunk.Brian Lamar2011-08-242-6/+23
| | | | |\ \ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | * | | | | | Merged trunk.Brian Lamar2011-08-237-6/+222
| | | | |\ \ \ \ \ \
| | | | * | | | | | | PEP8 fixesBrian Lamar2011-08-231-7/+11
| | | | * | | | | | | Merged trunk.Brian Lamar2011-08-2210-44/+130
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Merge and fix tests.Brian Lamar2011-08-223-33/+57
| | | | * | | | | | | | Fixes/updates to make test_cloud pass.Dan Prince2011-08-221-0/+1
| | | | * | | | | | | | Merged task_state -> task_states and fixed test_servers test.Brian Lamar2011-08-221-3/+3
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Renamed task_state to task_states...Dan Prince2011-08-221-3/+3
| | | | * | | | | | | | | Merged trunk.Brian Lamar2011-08-228-68/+281
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | | * | | | | | | | | Ec2 API updates.Dan Prince2011-08-221-1/+24
| | | | * | | | | | | | | Merged trunk.Brian Lamar2011-08-193-4/+125
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Lots of modifications surrounding the OSAPI to remove any mention of dealing ...Brian Lamar2011-08-193-34/+35
| | | | * | | | | | | | | | vm_state --> vm_statesDan Prince2011-08-191-12/+12
| | | * | | | | | | | | | | add explicit message for NoMoreFloatingIps exceptionAnthony Young2011-08-311-1/+2
| | | * | | | | | | | | | | add test to verify 400 response when out of addressesAnthony Young2011-08-301-1/+1
| | | * | | | | | | | | | | fix FloatingIpAlreadyInUse to use correct string pattern, convert ApiErrors t...Anthony Young2011-08-301-1/+5
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | fix remaining testsVishvananda Ishaya2011-08-301-1/+1
| | * | | | | | | | | | | pep8, fix fakesVishvananda Ishaya2011-08-301-0/+1
| | * | | | | | | | | | | make two functions instead of fast flag and add compute api commands instead ...Vishvananda Ishaya2011-08-301-7/+7
| | * | | | | | | | | | | merged trunkVishvananda Ishaya2011-08-302-10/+623
| | |\| | | | | | | | | |