summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Do not overwrite project_id from request paramsThierry Carrez2012-01-1122-200/+202
* | | | | | | | Add optional revision field to version numberMark McLoughlin2012-01-111-3/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Add a modify function to the floating ip dns api.Andrew Bogott2012-01-108-27/+87
|/ / / / / /
* | | | | | Adding the request id to response headers.Naveed Massjouni2012-01-102-3/+23
* | | | | | Merge "Bug #894683: nova.service does not handle attribute specific exception...Jenkins2012-01-101-3/+3
|\ \ \ \ \ \
| * | | | | | Bug #894683: nova.service does not handle attribute specific exceptions and c...Armando Migliaccio2012-01-061-3/+3
* | | | | | | Merge "libvirt: implements boot from ISO images"Jenkins2012-01-103-22/+55
|\ \ \ \ \ \ \
| * | | | | | | libvirt: implements boot from ISO imagesJulien Danjou2012-01-033-22/+55
* | | | | | | | Merge "Isolate certain images on certain hosts."Jenkins2012-01-102-2/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | Isolate certain images on certain hosts.Todd Willey2012-01-082-2/+118
* | | | | | | | | Merge "Fix call to compute_api.resize from _migrate"Jenkins2012-01-101-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix call to compute_api.resize from _migrateFrançois Charlier2012-01-101-1/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge "Use instance_properties in resize."Jenkins2012-01-106-15/+21
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Use instance_properties in resize.Mark Washenberger2012-01-056-15/+21
* | | | | | | | Merge "Adds support for floating ip pools"Jenkins2012-01-1016-45/+371
|\ \ \ \ \ \ \ \
| * | | | | | | | Adds support for floating ip poolsVishvananda Ishaya2012-01-0916-45/+371
* | | | | | | | | Merge "fix bug 914049: private key in log"Jenkins2012-01-101-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix bug 914049: private key in logJoe Gordon2012-01-091-1/+7
* | | | | | | | | | Fix bad test cases in smoketest.Hengqing Hu2012-01-101-11/+15
|/ / / / / / / / /
* | | | | | | | | Merge "Adds simple policy engine support"Jenkins2012-01-106-0/+436
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Adds simple policy engine supportVishvananda Ishaya2012-01-096-0/+436
| |/ / / / / / /
* / / / / / / / Bug 885267: Fix GET /servers during instance deleteDean Troyer2012-01-091-3/+10
|/ / / / / / /
* | | | | | | Refactors utils.load_cached_fileVishvananda Ishaya2012-01-092-14/+32
* | | | | | | Serialization, deserialization, and response code decorators.Kevin L. Mitchell2012-01-0961-1980/+2277
| |/ / / / / |/| | | | |
* | | | | | Merge "preload cache table and keep it up to date"Jenkins2012-01-0610-42/+447
|\ \ \ \ \ \
| * | | | | | preload cache table and keep it up to dateTrey Morris2012-01-0510-42/+447
| |/ / / / /
* | | / / / Workaround bug 852095 without importing moxVishvananda Ishaya2012-01-061-5/+6
| |_|/ / / |/| | | |
* | | | | Bug #912858: test_authors_up_to_date does not deal with capitalized names pro...Armando Migliaccio2012-01-062-3/+4
* | | | | Adds workaround check for mox in to_primitiveVishvananda Ishaya2012-01-061-0/+7
|/ / / /
* | | | Ensure tests are python 2.6 compatible.Brian Lamar2012-01-051-4/+8
* | | | Merge "Return 409s instead of 500s when deleting certain instances."Jenkins2012-01-052-0/+38
|\ \ \ \
| * | | | Return 409s instead of 500s when deleting certain instances.Brian Lamar2012-01-052-0/+38
* | | | | Merge "Remove small unneeded code from impl_kombu"Jenkins2012-01-051-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove small unneeded code from impl_kombuChris Behrens2012-01-041-3/+0
* | | | | Merge "Update HACKING.rst."Jenkins2012-01-051-4/+1
|\ \ \ \ \
| * | | | | Update HACKING.rst.Kevin L. Mitchell2012-01-051-4/+1
* | | | | | Tell users what is about to be installed via sudoDaniel P. Berrange2012-01-052-0/+3
|/ / / / /
* / / / / Fix LP912092Jason Kölker2012-01-041-5/+5
|/ / / /
* | | | Merge "Set VLAN MTU size when creating the vlan interface."Jenkins2012-01-041-0/+7
|\ \ \ \
| * | | | Set VLAN MTU size when creating the vlan interface.Todd Willey2012-01-041-0/+7
* | | | | Merge "Remove install_requires processing."Jenkins2012-01-041-8/+0
|\ \ \ \ \
| * | | | | Remove install_requires processing.Monty Taylor2012-01-041-8/+0
* | | | | | Add missing space between XML attributesJohannes Erdfelt2012-01-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge "Fix except format to match HACKING"Jenkins2012-01-041-1/+1
|\ \ \ \ \
| * | | | | Fix except format to match HACKINGJoe Gordon2012-01-041-1/+1
* | | | | | Merge "Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880"Jenkins2012-01-041-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880Chuck Short2012-01-041-3/+3
* | | | | | Merge "Add instance_name field to console detail command which will give the ...Jenkins2012-01-042-1/+3
|\ \ \ \ \ \
| * | | | | | Add instance_name field to console detail commandSandy Walsh2012-01-042-1/+3
* | | | | | | Merge "Fix spelling of variable"Jenkins2012-01-041-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |