summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* merged trunkVishvananda Ishaya2011-09-063-15/+42
|\
| * Fixed review commentsTushar Patil2011-09-023-9/+12
| |\
| * \ Resolved conflicts and fixed pep8 errorsTushar Patil2011-09-019-102/+417
| |\ \
| * | | Fix for LP Bug #838251Tushar Patil2011-08-313-15/+39
* | | | default description to nameVishvananda Ishaya2011-09-021-1/+1
* | | | revert description changes, use metadata['description'] if it is set to popul...Vishvananda Ishaya2011-09-024-10/+7
* | | | merged trunkVishvananda Ishaya2011-09-027-44/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| * | | | 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
| |\| | | |
| * | | | | change to use _get_key_name to retrieve the keyVishvananda Ishaya2011-08-311-11/+17
| * | | | | fix keypairs stubsVishvananda Ishaya2011-08-311-0/+1
| * | | | | moved key_name per reviewVishvananda Ishaya2011-08-311-2/+1
| * | | | | merged trunkVishvananda Ishaya2011-08-312-10/+623
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | v1.0 of server create injects first users keypairJesse Andrews2011-08-262-1/+13
| * | | | | merge trunkJesse Andrews2011-08-2626-134/+1233
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | remove security groups, improve exception handling, add testsAnthony Young2011-08-182-3/+3
| * | | | | tests passJesse Andrews2011-08-181-2/+2
| * | | | | follow same pattern as userdata (not metadata apporach)Jesse Andrews2011-08-182-14/+16
| * | | | | merge trunkJesse Andrews2011-08-181-0/+2
| |\ \ \ \ \
| * | | | | | allow specification of key pair/security group info via metadataJesse Andrews2011-08-182-14/+8
* | | | | | | merge trunkAnthony Young2011-08-3111-74/+1213
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | 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