Re-deprecate use_usb_tablet config option
The option was originally deprecated in73d5d1f461but that was lost indda676c80b. Let's fix it so we can still save the window for removing it in Ocata. Change-Id: Ia3acd7160b6d0043f3d0503812cdafc6850a1323 Closes-Bug: #1593878
This commit is contained in:
@@ -63,7 +63,9 @@ libvirt_general_opts = [
|
||||
'0 => not partitioned, >0 => partition number'),
|
||||
cfg.BoolOpt('use_usb_tablet',
|
||||
default=True,
|
||||
help='Sync virtual and real mouse cursors in Windows VMs'),
|
||||
deprecated_for_removal=True,
|
||||
help='(Deprecated, please see pointer_model) Sync virtual and '
|
||||
'real mouse cursors in Windows VMs'),
|
||||
cfg.StrOpt('live_migration_inbound_addr',
|
||||
help='Live migration target ip or hostname '
|
||||
'(if this option is set to None, which is the default, '
|
||||
|
||||
Reference in New Issue
Block a user