From 766a7f52f54b6b8578d54c8819bce82e638d7873 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 29 Nov 2016 14:14:25 +0000 Subject: [PATCH] Add workaround for disabling rootwrap for now --- snap/etc/nova/nova.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/etc/nova/nova.conf b/snap/etc/nova/nova.conf index 5a0bddd..2623e32 100644 --- a/snap/etc/nova/nova.conf +++ b/snap/etc/nova/nova.conf @@ -1,5 +1,8 @@ [DEFAULT] compute_driver = libvirt.LibvirtDriver +[workarounds] +disable_rootwrap = True + [libvirt] virt_type = kvm