Re-deprecate use_usb_tablet config option

The option was originally deprecated in
73d5d1f4618aca3fc5fa9d7cac6ea39b5199a3ca but that was
lost in dda676c80b539e98507cb85a1ce5644f74b755ee.

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:
Matt Riedemann 2016-06-17 16:54:54 -04:00
parent fab0cba7cd
commit 6e81fa4579

View File

@ -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, '