Reviewed: https://review.openstack.org/331353 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6e81fa45790c8903848c0f7ff68cd762169fbe0d Submitter: Jenkins Branch: master
commit 6e81fa45790c8903848c0f7ff68cd762169fbe0d Author: Matt Riedemann <[email protected]> Date: Fri Jun 17 16:54:54 2016 -0400 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 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1593878 Title: The use_usb_tablet option is supposed to be deprecated Status in OpenStack Compute (nova): Fix Released Bug description: The use_usb_tablet option was deprecated here: https://review.openstack.org/#/c/176242/ But when moving it to the centralized config options format the deprecation was dropped, probably via a rebase: https://review.openstack.org/#/c/309239/6/nova/conf/libvirt.py@60 So it needs to be re-deprecated. Another issue is that it was replaced with pointer_model which defaults to None, which breaks the default behavior if and when we drop use_usb_tablet, but that's maybe a separate bug. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1593878/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

