summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merging trunkRick Harris2011-01-119-81/+273
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merging trunkRick Harris2011-01-063-218/+147
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Removing some FIXMEsRick Harris2011-01-061-5/+10
| * | | | | | | | | Reserving image before uploadingRick Harris2011-01-061-2/+8
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | fixed based on reviewer's commentKei Masumoto2011-01-191-2/+0
* | | | | | | | | merged trunk rev569Kei Masumoto2011-01-173-37/+284
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | pep8 fixes... largely to things from trunk?Andy Smith2011-01-141-1/+2
| * | | | | | | merge from upstreamAndy Smith2011-01-142-34/+38
| |\ \ \ \ \ \ \
| | * | | | | | | removed rpc in cloudVishvananda Ishaya2011-01-141-1/+0
| | * | | | | | | import re, remove extra call in cloud.py. Move get_console_output to compute...Vishvananda Ishaya2011-01-141-16/+1
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Implements the blueprint for enabling the setting of the root/admin password ...Ed Leafe2011-01-141-3/+6
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Added unit tests for the Diffie-Hellman class. Merged recent trunk changesEd Leafe2011-01-131-1/+1
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | cleaned up prior merge messEd Leafe2011-01-127-18/+147
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | merged trunk changesEd Leafe2011-01-112-0/+102
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | merged trunk changesEd Leafe2011-01-101-1/+2
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merged changes from trunkEd Leafe2011-01-101-18/+15
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Reverted formatting change no longer necessaryEd Leafe2011-01-071-2/+1
| | | * | | | | | | | merged trunk changesEd Leafe2011-01-078-63/+155
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | incorporated changes suggested by edayEd Leafe2011-01-071-6/+3
| | | * | | | | | | | | Resolved merge differencesEd Leafe2011-01-071-2/+1
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | various cleanup and fixesEd Leafe2011-01-061-5/+2
| | | * | | | | | | | | | Additional cleanup prior to pushingEd Leafe2011-01-072-14/+2
| | | * | | | | | | | | | getting ready to push for merge propEd Leafe2011-01-071-2/+2
| | | * | | | | | | | | | merged changes from trunkEd Leafe2011-01-071-1/+54
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | / | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | * | | | | | | | | Got the basic 'set admin password' stuff workingEd Leafe2011-01-061-9/+8
| | | * | | | | | | | | commit before merging trunkEd Leafe2011-01-062-4/+12
| | | * | | | | | | | | merged trunk changesEd Leafe2011-01-063-213/+91
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | intermediate workEd Leafe2011-01-052-5/+16
| | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Merged with r561Nachi Ueno2011-01-141-14/+18
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Merged with 557Nachi Ueno2011-01-131-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Merged with r551Hisaharu Ishii2011-01-121-4/+41
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Fixed syntax errorsNachi Ueno2011-01-121-1/+1
| | * | | | | | | | | | Merged with 549Nachi Ueno2011-01-122-0/+14
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merged with r548Nachi Ueno2011-01-1213-312/+511
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixed bugNachi Ueno2011-01-121-1/+1
| | * | | | | | | | | | | | Add DescribeInstanceV6 for backward compatibilityNachi Ueno2011-01-121-2/+8
| | * | | | | | | | | | | | Merged and fiexed conflicts with r515Nachi Ueno2011-01-0416-302/+701
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Support IPv6NTT PF Lab.2010-12-241-1/+8
| * | | | | | | | | | | | | merge from upstream and fix leaks in console teststermie2011-01-128-29/+262
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | small cleanupsAndy Smith2011-01-071-1/+1
| * | | | | | | | | | | | | merged from upstream and made applicable changesAndy Smith2011-01-079-284/+306
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | set the hostname factory in the service initAndy Smith2011-01-071-3/+4
| * | | | | | | | | | | | | rename Easy API to Direct APIAndy Smith2011-01-041-19/+19
| * | | | | | | | | | | | | merged from trunkAndy Smith2011-01-0413-167/+517
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Added stack command-line toolAndy Smith2010-12-271-15/+42
| * | | | | | | | | | | | | adds a reflection apiAndy Smith2010-12-231-4/+48
| * | | | | | | | | | | | | remove some notesAndy Smith2010-12-221-2/+0
| * | | | | | | | | | | | | added tests to ensure the easy api works as a backend for Compute APIAndy Smith2010-12-222-19/+25
| * | | | | | | | | | | | | merge from trunkAndy Smith2010-12-2210-141/+190
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Basic Easy API functionalityAndy Smith2010-12-221-0/+163
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |