summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorFlorian Haas <florian@hastexo.com>2012-06-05 20:56:00 +0200
committerFlorian Haas <florian@hastexo.com>2012-06-05 21:42:51 +0200
commit42998d0a6fe1bed7876aadf604cf74f6c4eaff78 (patch)
tree29745a4d6b4426167e92b4b5446b8f64a3dab602 /nova
parent9a020a6ecf5d0ec1a49e8f52ce1c8908ae51e2b5 (diff)
More meaningful help messages for libvirt migration options
Change-Id: I08f4724a7ef664cfebba57c5c9495494853289a8 Reference: http://libvirt.org/html/libvirt-libvirt.html#virDomainMigrate
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/libvirt/connection.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py
index 11c9841b3..0cfcf2993 100644
--- a/nova/virt/libvirt/connection.py
+++ b/nova/virt/libvirt/connection.py
@@ -114,17 +114,19 @@ libvirt_opts = [
help='Sync virtual and real mouse cursors in Windows VMs'),
cfg.StrOpt('live_migration_uri',
default="qemu+tcp://%s/system",
- help='Define protocol used by live_migration feature'),
+ help='Migration target URI '
+ '(any included "%s" is replaced with '
+ 'the migration target hostname)'),
cfg.StrOpt('live_migration_flag',
default='VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER',
- help='Define live migration behavior.'),
+ help='Migration flags to be set for live migration'),
cfg.StrOpt('block_migration_flag',
default='VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, '
'VIR_MIGRATE_NON_SHARED_INC',
- help='Define block migration behavior.'),
+ help='Migration flags to be set for block migration'),
cfg.IntOpt('live_migration_bandwidth',
default=0,
- help='Define live migration behavior'),
+ help='Maximum bandwidth to be used during migration, in Mbps'),
cfg.StrOpt('snapshot_image_format',
default=None,
help='Snapshot image format (valid options are : '