summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Call to instance_info_cache_delete to use uuid"Jenkins2012-01-125-72/+73
|\ \ \ \ \ \ \
| * | | | | | | Call to instance_info_cache_delete to use uuidAlex Meade2012-01-115-72/+73
* | | | | | | | Merge "Fix libguestfs operation with specified partitions"Jenkins2012-01-111-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix libguestfs operation with specified partitionsPádraig Brady2012-01-101-3/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Don't overwrite local context on elevated"Jenkins2012-01-111-4/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Don't overwrite local context on elevatedVishvananda Ishaya2012-01-091-4/+10
* | | | | | | | Merge "Remove 'location' from GlanceImageService"Jenkins2012-01-112-7/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove 'location' from GlanceImageServiceBrian Waldon2012-01-112-7/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-01-112-1/+6
|/ / / / / / /
* | | | | | | Merge "fix reboot_instance typo"Jenkins2012-01-111-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix reboot_instance typolzyeval2012-01-101-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Add @utils.deprecated()."Jenkins2012-01-112-1/+280
|\ \ \ \ \ \
| * | | | | | Add @utils.deprecated().Kevin L. Mitchell2012-01-102-1/+280
| | |_|/ / / | |/| | | |
* | | | | | Bug #914907: register_models in db/sqlalchemy/models.py references non-existe...Armando Migliaccio2012-01-111-1/+1
* | | | | | Update logging in compute manager to use uuidsAlex Meade2012-01-111-38/+43
* | | | | | 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-107-27/+68
* | | | | | 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-1015-41/+355
|\ \ \ \ \ \ \ \
| * | | | | | | | Adds support for floating ip poolsVishvananda Ishaya2012-01-0915-41/+355
* | | | | | | | | fix bug 914049: private key in logJoe Gordon2012-01-091-1/+7
* | | | | | | | | 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
* | | | | 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