summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Allow VMs to be resumed after a hypervisor rebootRafi Khardalian2012-11-2011-15/+29
* | | | | | | | | | | | | | | Merge "maint: remove an unused import from libvirt.utils"Jenkins2012-11-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | maint: remove an unused import from libvirt.utilsPádraig Brady2012-11-231-1/+0
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "nova-dhcpbridge should require the FLAGFILE is set"Jenkins2012-11-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nova-dhcpbridge should require the FLAGFILE is setMark McLoughlin2012-11-231-2/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge "Remove stale flags unit tests"Jenkins2012-11-253-134/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove stale flags unit testsMark McLoughlin2012-11-233-134/+0
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge "Add keystoneclient to pip-requires"Jenkins2012-11-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add keystoneclient to pip-requiresJoe Gordon2012-11-191-0/+1
* | | | | | | | | | | | | | | | Merge "Encode consoleauth token in utf-8 to make it a str"Jenkins2012-11-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Encode consoleauth token in utf-8 to make it a strEugene Kirpichov2012-11-231-2/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Imported Translations from TransifexOpenStack Jenkins2012-11-241-391/+409
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "Move global fixture setup into nova/test.py"Jenkins2012-11-232-84/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move global fixture setup into nova/test.pyMonty Taylor2012-11-222-84/+74
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Don't update arch twice when create server"Jenkins2012-11-231-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Don't update arch twice when create serverBelmiro Moreira2012-11-221-1/+0
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Truncate large console logs in libvirt.Michael Still2012-11-236-17/+98
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge "Compute doesn't set the 'host' field in instance"Jenkins2012-11-224-41/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Compute doesn't set the 'host' field in instanceÉdouard Thuleau2012-11-214-41/+88
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | remove db access in xen driver.Yaguang Tang2012-11-221-6/+3
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge "Unpin amqplib and kombu requirements."Jenkins2012-11-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Unpin amqplib and kombu requirements.Vishvananda Ishaya2012-11-141-2/+2
* | | | | | | | | | | | | Merge "Add a CONTRIBUTING file."Jenkins2012-11-222-4/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add a CONTRIBUTING file.Russell Bryant2012-11-212-4/+19
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Xenapi: Don't resize down if not auto_disk_config"Jenkins2012-11-223-2/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Xenapi: Don't resize down if not auto_disk_configAndrew Laski2012-11-213-2/+22
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge "Remove obsolete config drive init.d example"Jenkins2012-11-221-65/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove obsolete config drive init.d exampleLorin Hochstein2012-11-201-65/+0
* | | | | | | | | | | | | | Merge "Imported Translations from Transifex"OpenStack Jenkins2012-11-221-337/+627
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Imported Translations from TransifexOpenStack Jenkins2012-11-221-337/+627
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Move compute_driver into nova.virt.driverMark McLoughlin2012-11-2114-38/+69
* | | | | | | | | | | | | | Re-organize compute opts a bitMark McLoughlin2012-11-211-45/+57
* | | | | | | | | | | | | | Move compute opts from nova.configMark McLoughlin2012-11-216-54/+49
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge "Handle instances not being found in EC2 API responses."Jenkins2012-11-213-1/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Handle instances not being found in EC2 API responses.Michael Still2012-11-203-1/+24
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Adds missing index migrations by instance/status."Jenkins2012-11-211-0/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Adds missing index migrations by instance/status.Dan Prince2012-11-201-0/+40
* | | | | | | | | | | | | | Merge "improve session handling around instance_ methods"Jenkins2012-11-212-77/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | improve session handling around instance_ methodsDevananda van der Veen2012-11-162-77/+41
* | | | | | | | | | | | | | | Merge "Fix wait_for_deleted function in SmokeTests."Jenkins2012-11-212-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix wait_for_deleted function in SmokeTests.Dan Prince2012-11-212-5/+7
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "Wrap log messages with _()"Jenkins2012-11-2110-16/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Wrap log messages with _()daisy-ycguo2012-11-2110-16/+20
* | | | | | | | | | | | | | | | Merge "Move sql options to nova.db.sqlalchemy.session"Jenkins2012-11-215-45/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move sql options to nova.db.sqlalchemy.sessionMark McLoughlin2012-11-215-45/+44
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Add debug logging to disk mount modulesDaniel P. Berrange2012-11-213-0/+26
* | | | | | | | | | | | | | | | Remove the libguestfs disk mount API implementationDaniel P. Berrange2012-11-211-121/+0
* | | | | | | | | | | | | | | | Remove img_handlers config parameter usageDaniel P. Berrange2012-11-215-61/+44
* | | | | | | | | | | | | | | | Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-215-159/+292
* | | | | | | | | | | | | | | | Introduce a VFS implementation backed by the libguestfs APIsDaniel P. Berrange2012-11-213-0/+494
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |