summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix file injection for OSAPI rebuilds. Fixes 881649.Dan Prince2011-10-251-21/+6
* | | | | | | | Merge "Fix deletion of instances without fixed ips."Jenkins2011-10-272-1/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix deletion of instances without fixed ips.Asbjørn Sannes2011-10-262-1/+31
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Adding support for retrying glance image downloads.Naveed Massjouni2011-10-264-4/+44
|/ / / / / / /
* | | | | | | Merge "Removed callback concept on VM driver methods:"Jenkins2011-10-2611-113/+83
|\ \ \ \ \ \ \
| * | | | | | | Removed callback concept on VM driver methods:Brian Lamar2011-10-2511-113/+83
| |/ / / / / /
* | | | | | | Merge "Replaces all references to nova.db.api with nova.db"Jenkins2011-10-2623-186/+184
|\ \ \ \ \ \ \
| * | | | | | | Replaces all references to nova.db.api with nova.dbAlex Meade2011-10-2523-186/+184
| |/ / / / / /
* | | | | | | Speed up test suite by 20 secondsJohannes Erdfelt2011-10-262-289/+144
* | | | | | | Merge "Improve the liveness checking for services"Jenkins2011-10-262-4/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve the liveness checking for servicesDavid Subiros2011-10-212-4/+11
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix concurrency of XenAPI sessions"Jenkins2011-10-256-97/+118
|\ \ \ \ \ \
| * | | | | | Fix concurrency of XenAPI sessionsJohannes Erdfelt2011-10-246-97/+118
* | | | | | | Merge "Fix undefined glance_host in get_glance_client"Jenkins2011-10-252-1/+22
|\ \ \ \ \ \ \
| * | | | | | | Fix undefined glance_host in get_glance_clientMike Lundy2011-10-242-1/+22
| |/ / / / / /
* | | | | | | Merge "Improve access check on images"Jenkins2011-10-252-1/+66
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve access check on imagesLoganathan Parthipan2011-09-302-1/+66
* | | | | | | Server metadata must support server uuids.Mark Washenberger2011-10-242-2/+20
* | | | | | | Merge "Use UUIDs instead of IDs for OSAPI servers."Jenkins2011-10-2419-439/+476
|\ \ \ \ \ \ \
| * | | | | | | Use UUIDs instead of IDs for OSAPI servers.Mark Washenberger2011-10-2119-439/+476
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Refactoring nova.tests.api.openstack.test_flavors"Jenkins2011-10-242-44/+26
|\ \ \ \ \ \ \
| * | | | | | | Refactoring nova.tests.api.openstack.test_flavorsBrian Waldon2011-10-172-44/+26
* | | | | | | | Merge "Convert instancetype.flavorid to string"Jenkins2011-10-2414-181/+368
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Convert instancetype.flavorid to stringBrian Waldon2011-10-2214-181/+368
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Refactoring of extensions"Jenkins2011-10-2125-461/+291
|\ \ \ \ \ \ \
| * | | | | | | Refactoring of extensionsKevin L. Mitchell2011-10-2025-461/+291
| |/ / / / / /
* / / / / / / Adds ext4 and reiserfs to _mount_filesystem().Josh Kearney2011-10-201-1/+1
|/ / / / / /
* | | | | | Merge "Fixes bug 872459."Jenkins2011-10-201-11/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixes bug 872459.Josh Kearney2011-10-191-11/+0
* | | | | | Merge "Start switching from gflags to optparse"Jenkins2011-10-192-158/+269
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Start switching from gflags to optparseMark McLoughlin2011-10-192-158/+269
* | | | | | Merge "Repartition and resize disk when marked as managed."Jenkins2011-10-195-2/+186
|\ \ \ \ \ \
| * | | | | | Repartition and resize disk when marked as managed.Rick Harris2011-10-195-2/+186
* | | | | | | Merge "Remove dead DB API call."Jenkins2011-10-191-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove dead DB API call.Chris Behrens2011-10-191-5/+0
| | |/ / / / / | |/| | | | |
* / | | | | | Only log instance actions once if instance action logging is enabled (now dis...Josh Kearney2011-10-191-6/+16
|/ / / / / /
* | | | | | Don't leak exceptions out to usersJohannes Erdfelt2011-10-181-1/+1
* | | | | | Merge "Chain up to superclass tearDown in ServerActionsTest"Jenkins2011-10-182-0/+4
|\ \ \ \ \ \
| * | | | | | Chain up to superclass tearDown in ServerActionsTestMark McLoughlin2011-10-182-0/+4
| | |/ / / / | |/| | | |
* | | | | | Fix EC2 test_cloud timing issuesChris Behrens2011-10-182-87/+42
* | | | | | Merge "Refactoring image and server metadata api tests"Jenkins2011-10-183-282/+202
|\ \ \ \ \ \
| * | | | | | Refactoring image and server metadata api testsBrian Waldon2011-10-173-282/+202
| |/ / / / /
* | | | | | Redirects requests from /v#.# to /v#.#/Alex Meade2011-10-182-1/+19
* | | | | | Merge "Refactoring nova.tests.api.openstack.test_servers"Jenkins2011-10-184-1006/+506
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactoring nova.tests.api.openstack.test_serversBrian Waldon2011-10-174-1006/+506
* | | | | | Merge "Add XML templates."Jenkins2011-10-1723-440/+2598
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add XML templates.Kevin L. Mitchell2011-10-1723-440/+2598
* | | | | | Refactoring nova.tests.api.openstack.test_imagesBrian Waldon2011-10-173-189/+107
* | | | | | Merge "Makes snapshots work for amis. Fixes bug 873156"Jenkins2011-10-174-12/+61
|\ \ \ \ \ \
| * | | | | | Makes snapshots work for amis. Fixes bug 873156Vishvananda Ishaya2011-10-144-12/+61