diff --git a/Authors b/Authors index 0dc98da959..3448eb0552 100644 --- a/Authors +++ b/Authors @@ -68,6 +68,7 @@ Eric Day Eric Windisch Evan Callicoat Ewan Mellor +Florian Haas François Charlier Gabe Westmaas Gabriel Hurley diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py index 11c9841b3c..0cfcf29939 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 : '