summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Initialize progress to 0 for build and resize.Rick Harris2012-02-281-0/+2
* | | | | | | | | | | | | Merge "Perform image show early in the resize process"Jenkins2012-02-293-28/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Perform image show early in the resize processMark Washenberger2012-02-293-28/+34
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Add lun number to provider_location in create_volume * Fixes bug 938876"Jenkins2012-02-291-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add lun number to provider_location in create_volumejohn-griffith2012-02-221-1/+4
* | | | | | | | | | | | | Include hypervisor_hostname in the extended server attributes.Josh Kearney2012-02-291-3/+15
* | | | | | | | | | | | | Merge "Provide retry-after guidance on throttled requests"Jenkins2012-02-292-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Provide retry-after guidance on throttled requestsEoghan Glynn2012-02-282-1/+15
* | | | | | | | | | | | | Merge "Include launch_index when creating instances."Jenkins2012-02-298-6/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Include launch_index when creating instances.Mike Milner2012-02-238-6/+114
* | | | | | | | | | | | | Return empty list when volume not attachedBrian Waldon2012-02-283-22/+48
* | | | | | | | | | | | | Merge "Cast volume-related ids to str"Jenkins2012-02-297-30/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Cast volume-related ids to strBrian Waldon2012-02-287-30/+40
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Fix for bug 942896: Make sure network['host'] is set"Jenkins2012-02-292-3/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix for bug 942896: Make sure network['host'] is setBrad Hall2012-02-282-3/+33
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Allow xvd* to be supplied for volume in xenapiBrian Waldon2012-02-282-2/+24
|/ / / / / / / / / / /
* | | | | | | | | | | Fix issue starting nova-compute w/ XenServerBrian Lamar2012-02-281-18/+1
* | | | | | | | | | | Merge "Make scheduler filters more pluggable"Jenkins2012-02-2814-135/+194
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make scheduler filters more pluggableChris Behrens2012-02-2714-135/+194
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Fixes bug 942549"Jenkins2012-02-282-1/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixes bug 942549John Garbutt2012-02-282-1/+13
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Use constant time string comparisons for auth.Russell Bryant2012-02-284-4/+29
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge "Rename zones table to cells and Instance.zone_name to cell_name"Jenkins2012-02-285-43/+78
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename zones table to cells and Instance.zone_name to cell_nameChris Behrens2012-02-285-43/+78
* | | | | | | | | | | Merge "Ensure temporary file gets cleaned up after test"Jenkins2012-02-281-13/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ensure temporary file gets cleaned up after testJohannes Erdfelt2012-02-281-13/+17
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "OS X Support fixed, bug 942352"Jenkins2012-02-282-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | OS X Support fixed, bug 942352Joe Gordon2012-02-272-3/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Add NoopFirewallDriver"Jenkins2012-02-282-0/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add NoopFirewallDriverChris Behrens2012-02-282-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge "Do not hit the network_api every poll"Jenkins2012-02-286-18/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not hit the network_api every pollJason Kölker2012-02-276-18/+77
| |/ / / / / / / /
* | | | | | | | | Merge "Call detach_volume when attach fails"Jenkins2012-02-282-1/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Call detach_volume when attach failsBrian Waldon2012-02-272-1/+16
| |/ / / / / / / /
* | | | | | | | | Use assertDictMatch to keep 2.6 unit tests passingMark Washenberger2012-02-281-1/+1
* | | | | | | | | Merge "Handle case where instance['info_cache'] is None"Jenkins2012-02-282-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Handle case where instance['info_cache'] is NoneChris Behrens2012-02-282-2/+4
* | | | | | | | | | Merge "TypeError API exceptions get logged incorrectly"Jenkins2012-02-281-2/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | TypeError API exceptions get logged incorrectlyChris Behrens2012-02-281-2/+3
* | | | | | | | | | Merge "Fixes cloudpipe extension to work with keystone"Jenkins2012-02-2810-273/+151
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-2610-273/+151
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge "Add utils.tempdir() context manager for easy temp dirs"Jenkins2012-02-2810-326/+261
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-2810-326/+261
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Remove monkey patching in carrot RPC driverJohannes Erdfelt2012-02-281-3/+0
|/ / / / / / /
* | | | | | | Merge "Adds temporary chown to sparse_copy."Jenkins2012-02-272-19/+44
|\ \ \ \ \ \ \
| * | | | | | | Adds temporary chown to sparse_copy.Rick Harris2012-02-272-19/+44
* | | | | | | | make nova-network usable with Python < 2.6.5Christian Berendt2012-02-271-7/+12
|/ / / / / / /
* | | | | | | Merge "Re-adds ssl to kombu configuration and adds flags that are needed to p...Jenkins2012-02-273-1/+103
|\ \ \ \ \ \ \
| * | | | | | | Re-adds ssl to kombu configuration and adds flags that are needed to pass thr...Joshua Harlow2012-02-273-1/+103
* | | | | | | | Merge "Fix bug 900864 Quantum Manager flag for IP injection."Jenkins2012-02-271-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |