nova/nova/virt
Shuquan Huang b3c69ef6d7 Fix nova configuration options description
iscsi_use_multipath = False(BoolOpt) Use multipath connection of the
iSCSI volume
Above description is incorrect and misleading. Actually, this option
is applicable for both FC/iSCSI volumes

Change-Id: Ifdc6a2935702311eb8af363c742b5ab44c7a0d0f
DocImpact: Change the config description of iscsi_use_multipath
Closes-bug: #1495876
2015-09-18 11:12:02 +08:00
..
disk virt: Fix AttributeError for raw image format 2015-07-02 23:50:57 -07:00
hyperv Merge "Hyper-V: Fixes snapshoting inexistent VM issue" 2015-09-16 20:26:48 +00:00
image Fix typo in model doc string 2015-07-03 00:11:55 -07:00
ironic Merge "Ironic: Call unprovison for nodes in DEPLOYING state" 2015-09-09 14:56:29 +00:00
libvirt Fix nova configuration options description 2015-09-18 11:12:02 +08:00
vmwareapi Merge "Fix a few typos" 2015-09-15 11:24:36 +00:00
xenapi Merge "xapi: cleanup volume sr on live migration rollback" 2015-09-14 16:17:34 +00:00
__init__.py
block_device.py Merge "Revert "Add error message to failed block device transform"" 2015-07-24 17:25:49 +00:00
configdrive.py objects: convert config drive to use ImageMeta object 2015-09-07 17:11:02 +01:00
diagnostics.py Diagnostics: add validation for types 2014-08-05 01:49:17 -07:00
driver.py Merge "Set autodoc_index_modules=True so tox -e docs builds module docs again" 2015-07-31 22:21:08 +00:00
event.py Add 'suspended' lifecycle event 2015-04-03 03:59:20 +03:00
fake.py libvirt:Add a driver API to inject an NMI 2015-07-27 23:59:55 +00:00
firewall.py Switch nova.virt.* to use the object dot notation 2015-03-03 08:08:16 -05:00
hardware.py Fix a few typos 2015-09-08 10:36:14 +09:00
imagecache.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
images.py compute: improve exceptions related to disk size checks 2015-08-19 12:54:56 -07:00
interfaces.template Fixes interfaces template identification issue 2014-12-07 17:52:34 +02:00
netutils.py Only work with ipv4 subnet metadata if one exists 2015-07-20 15:44:23 -07:00
opts.py Set autodoc_index_modules=True so tox -e docs builds module docs again 2015-07-30 17:11:47 -07:00
storage_users.py Use oslo.log 2015-02-22 07:56:40 -05:00
virtapi.py Deprecate and remove agent_build_get_by_triple() 2014-06-25 07:18:19 -07:00
volumeutils.py nova.utils._get_root_helper() should be public 2015-08-19 04:00:50 +00:00
watchdog_actions.py