summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Remove duplicated functions.Jason Kölker2011-10-102-12/+0
* | | | | | | | | | | Merge "moved floating ip db access and sanity checking from network api into ...Jenkins2011-10-1011-308/+454
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | moved floating ip db access and sanity checking from network api into network...Trey Morris2011-09-3011-308/+454
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Include original exception in ClassNotFound exceptionJulien Danjou2011-10-102-2/+2
* | | | | | | | | | Merge "Make sure unknown extensions return 404"Jenkins2011-10-082-2/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make sure unknown extensions return 404Ahmad Hassan2011-10-062-2/+13
* | | | | | | | | | | Merge "Allow db schema downgrades"Jenkins2011-10-071-2/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Allow db schema downgradesStanislaw Pitucha2011-10-031-2/+13
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Stop returning correct password on api calls"Jenkins2011-10-062-9/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Stop returning correct password on api callsAhmad Hassan2011-10-052-9/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Fixes bug 862658 -- ec2 metadata issue getting IPs"Jenkins2011-10-061-1/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixes bug 862658 -- ec2 metadata issue getting IPsChris Behrens2011-09-291-1/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Set error state on spawn error + integration test.Brian Lamar2011-10-033-8/+31
| |/ / / / / / |/| | | | | |
* | | | | | | Merge "Fixes bug 862633 -- OS api consoles create() broken"Jenkins2011-10-012-1/+233
|\ \ \ \ \ \ \
| * | | | | | | Fixes bug 862633 -- OS api consoles create() brokenChris Behrens2011-09-292-1/+233
| |/ / / / / /
* | | | | | | Adds a script that can automatically delete orphaned VDIs. Also had to move s...Josh Kearney2011-09-303-3/+7
* | | | | | | Merge "Deallocate ip if build fails."Jenkins2011-09-301-24/+50
|\ \ \ \ \ \ \
| * | | | | | | Deallocate ip if build fails.Rick Harris2011-09-301-24/+50
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Moving admin actions to extension"Jenkins2011-09-3012-367/+321
|\ \ \ \ \ \ \
| * | | | | | | Moving admin actions to extensionBrian Waldon2011-09-2912-367/+321
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Fixed bug lp850602. Adding backing file copy operation on kvm block mi...Jenkins2011-09-302-12/+47
|\ \ \ \ \ \ \
| * | | | | | | Fixed bug lp850602.Kei Masumoto2011-09-282-12/+47
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "bug 861310"Jenkins2011-09-301-0/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | bug 861310Sateesh Chodapuneedi2011-09-291-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge "Fixes euca-describe-instances failing or not showing IPs"Jenkins2011-09-2912-280/+443
|\ \ \ \ \ \
| * | | | | | Fixes euca-describe-instances failing or not showing IPsChris Behrens2011-09-2812-280/+443
| |/ / / / /
* | | | | | Merge "Change 'recurse_zones' to 'local_zone_only'."Jenkins2011-09-292-15/+13
|\ \ \ \ \ \
| * | | | | | Change 'recurse_zones' to 'local_zone_only'.Chris Behrens2011-09-282-15/+13
| |/ / / / /
* | | | | | Merge "bug lp845714"Jenkins2011-09-294-3/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bug lp845714Aaron Lee2011-09-294-3/+14
| |/ / / /
* | | | | Merge "Enforce snapshot cleanup."Jenkins2011-09-291-23/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Enforce snapshot cleanup.David Subiros2011-09-291-23/+25
* | | | | Merge "Fixes a test failure in master"Jenkins2011-09-281-4/+4
|\ \ \ \ \
| * | | | | Fixes a test failure in masterChris Behrens2011-09-281-4/+4
| | |/ / / | |/| | |
* / | | | Snapshots/backups can no longer happen simultaneously. Tests included.Brian Lamar2011-09-286-8/+85
|/ / / /
* | | | Merge "Accept message as sole argument to NovaException"Jenkins2011-09-281-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Accept message as sole argument to NovaExceptionJohannes Erdfelt2011-09-281-10/+10
| |/ /
* | | Merge "Fix 047 migration with SQLAlchemy 0.7.2"Jenkins2011-09-281-1/+1
|\ \ \
| * | | Fix 047 migration with SQLAlchemy 0.7.2Mark McLoughlin2011-09-281-1/+1
| |/ /
* / / Signer no longer fails if hashlib.sha256 is not available. test_signer unit t...Brendan Maguire2011-09-282-4/+102
|/ /
* | Merge "compute_api create*() and schedulers refactoring"Jenkins2011-09-2734-1254/+1772
|\ \
| * | compute_api create*() and schedulers refactoringChris Behrens2011-09-2734-1254/+1772
* | | Raise InsufficientFreeMemoryAaron Lee2011-09-273-7/+6
* | | Merge "Removed db_pool complexities from nova.db.sqlalchemy.session. Fixes bu...Jenkins2011-09-272-39/+1
|\ \ \ | |/ / |/| |
| * | Removed db_pool complexities from nova.db.sqlalchemy.session. Fixes bug 838581.Brian Lamar2011-09-262-39/+1
* | | Merge "Adds disk config"Jenkins2011-09-278-10/+371
|\ \ \
| * | | Adds disk configMatt Dietz2011-09-238-10/+371
* | | | Merge "Fix some minor issues due to premature merge of original code."Jenkins2011-09-273-28/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix some minor issues due to premature merge of original code.Johannes Erdfelt2011-09-263-28/+42
* | | | Merge "Ensure minRam and minDisk are always integers"Jenkins2011-09-263-9/+21
|\ \ \ \