Fix: f-l: usb_table borked rebase. 11/15611/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 15 Jun 2016 09:31:54 +0000 (11:31 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 15 Jun 2016 09:31:57 +0000 (11:31 +0200)
I messed up the identation and missed a semicolon during rebase.

Change-Id: I7142721cc57115a72c93bcfd270c03d6cb04c399
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
patches/fuel-library/0005-Disable-usb-tablet-for-aarch64.patch

index bab44b5..fbdad7b 100644 (file)
@@ -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 (