From f05a668c8361e43430094a02d63a4e8d9c59b1a2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 15 Jun 2016 11:31:54 +0200 Subject: Fix: f-l: usb_table borked rebase. I messed up the identation and missed a semicolon during rebase. Change-Id: I7142721cc57115a72c93bcfd270c03d6cb04c399 Signed-off-by: Alexandru Avadanii --- patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch b/patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch index bab44b53..fbdad7b5 100644 --- a/patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch +++ b/patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch @@ -12,10 +12,10 @@ index ca1b2c4..c0349dc 100644 +++ b/deployment/puppet/openstack_tasks/manifests/roles/compute.pp @@ -316,3 +316,7 @@ class openstack::compute ( nova_config { -+ 'libvirt/use_usb_tablet': value => $::architecture ? { ++ 'libvirt/use_usb_tablet': value => $::architecture ? { + /(arm64|aarch64)/ => false, + default => true, -+ } ++ }; 'libvirt/live_migration_flag': value => 'VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST'; 'libvirt/block_migration_flag': value => 'VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_NON_SHARED_INC'; @@ -364,3 +368,11 @@ class openstack::compute ( -- cgit 1.2.3-korg