summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Always use bdm in instance_block_mapping on Xen" into stable/folsomJenkins2012-11-272-13/+36
|\
| * Always use bdm in instance_block_mapping on XenClay Gerrard2012-11-212-13/+36
* | Merge "Read deleted flavors when using to_xml()" into stable/folsomJenkins2012-11-272-2/+6
|\ \
| * | Read deleted flavors when using to_xml()Rafi Khardalian2012-11-222-2/+6
| |/
* | Merge "nova-manage doesn't validate key to update the quota" into stable/folsomJenkins2012-11-272-1/+10
|\ \
| * | nova-manage doesn't validate key to update the quotavijaya-erukala2012-11-212-1/+10
* | | Merge "Compute doesn't set the 'host' field in instance" into stable/folsomJenkins2012-11-274-40/+79
|\ \ \
| * | | Compute doesn't set the 'host' field in instanceÉdouard Thuleau2012-11-224-40/+79
* | | | Merge "Set instance host field after resource claim" into stable/folsomJenkins2012-11-278-34/+60
|\ \ \ \ | |/ / /
| * | | Set instance host field after resource claimBrian Elliott2012-11-218-34/+60
| |/ /
* | | Merge "Save exceptions earlier in finish_resize" into stable/folsomJenkins2012-11-271-2/+7
|\ \ \
| * | | Save exceptions earlier in finish_resizeChris Behrens2012-11-211-2/+7
| |/ /
* | | Merge "Pass elevated context to confirm resize" into stable/folsomJenkins2012-11-271-1/+1
|\ \ \
| * | | Pass elevated context to confirm resizeVishvananda Ishaya2012-11-211-1/+1
| | |/ | |/|
* | | Merge "Truncate large console logs in libvirt." into stable/folsomJenkins2012-11-276-23/+125
|\ \ \
| * | | Truncate large console logs in libvirt.Michael Still2012-11-266-23/+125
* | | | Merge "Encode consoleauth token in utf-8 to make it a str" into stable/folsomJenkins2012-11-271-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Encode consoleauth token in utf-8 to make it a strEugene Kirpichov2012-11-221-2/+2
* | | | Merge "Use disk image path to setup lxc and uml container" into stable/folsomJenkins2012-11-261-2/+2
|\ \ \ \
| * | | | Use disk image path to setup lxc and uml containerunicell2012-11-151-2/+2
* | | | | Improve the performance of quantum detection.Michael Still2012-11-221-4/+10
* | | | | Merge "Don't require quantumclient when running nova-api." into stable/folsomJenkins2012-11-222-7/+11
|\ \ \ \ \
| * | | | | Don't require quantumclient when running nova-api.Dan Prince2012-11-222-7/+11
| | |/ / / | |/| | |
* | | | | Merge "Reinstate default FLAGS.compute_driver for folsom" into stable/folsomJenkins2012-11-221-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Reinstate default FLAGS.compute_driver for folsomAdam Gandelman2012-11-211-0/+1
| | |/ / | |/| |
* | | | Merge "add port support when QuantumV2 subclass is used" into stable/folsomJenkins2012-11-222-2/+59
|\ \ \ \
| * | | | add port support when QuantumV2 subclass is usedMark McClain2012-11-162-2/+59
* | | | | Merge "don't explode if a 413 didn't set Retry-After" into stable/folsomJenkins2012-11-221-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | don't explode if a 413 didn't set Retry-AfterSean Dague2012-11-161-2/+3
| | |/ / | |/| |
* | | | Fixes bug Snapshotting LXC instance failsDavid Kang2012-11-212-4/+197
| |_|/ |/| |
* | | Stop network.api import on network importVishvananda Ishaya2012-11-179-22/+27
| |/ |/|
* | Eliminates simultaneous schedule race.Vishvananda Ishaya2012-11-203-20/+33
* | make QuantumV2 support requested nic orderingMark McClain2012-11-162-9/+60
* | Merge "Stable oslo (aka common) update" into stable/folsomJenkins2012-11-2010-87/+99
|\ \
| * | Stable oslo (aka common) updateGary Kotton2012-11-1610-87/+99
* | | Merge "Proxy floating IP calls to quantum" into stable/folsomJenkins2012-11-205-24/+482
|\ \ \
| * | | Proxy floating IP calls to quantumAkihiro MOTOKI2012-11-155-24/+482
| | |/ | |/|
* | | Merge "Ensures compute_driver flag can be used by bdm" into stable/folsomJenkins2012-11-202-6/+5
|\ \ \
| * | | Ensures compute_driver flag can be used by bdmJohn Garbutt2012-11-192-6/+5
* | | | Merge "Don't verify image hashes if checksumming is disabled." into stable/fo...Jenkins2012-11-202-1/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't verify image hashes if checksumming is disabled.Michael Still2012-11-192-1/+28
| | |/ | |/|
* | | Merge "Fix Broken XML Namespace Handling" into stable/folsomJenkins2012-11-203-9/+65
|\ \ \ | |_|/ |/| |
| * | Fix Broken XML Namespace HandlingDavanum Srinivas2012-11-143-9/+65
* | | Fix signing_dir option for auth_token middleware.Russell Bryant2012-11-191-1/+1
| |/ |/|
* | Merge "Fix reserve_block_device_name while attach volume" into stable/folsomJenkins2012-11-151-0/+1
|\ \
| * | Fix reserve_block_device_name while attach volumeVishvananda Ishaya2012-11-061-0/+1
* | | Merge " fix deletion of LVM backed instances" into stable/folsomJenkins2012-11-141-1/+1
|\ \ \
| * | | fix deletion of LVM backed instancesYaguang Tang2012-11-131-1/+1
* | | | Merge "Fixed instance deletion issue from Nova API." into stable/folsomJenkins2012-11-142-6/+9
|\ \ \ \
| * | | | Fixed instance deletion issue from Nova API.Unmesh Gurjar2012-11-072-6/+9