diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-06-28 21:19:29 +0200 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-06-28 21:25:02 +0200 |
commit | cd98f0da79848c16904680fb34fc5891cd4b2e7a (patch) | |
tree | 376afeeca9319301a95068eb505dbee4f0ecf570 /fuel | |
parent | ea1902756d0e1cb5f5ea3aa35e969276a7e9b867 (diff) |
Removed security policies from autodeploy prototype libvirt fuel example libvirt template, preventing
fuel node to boot on Ubuntu 14.04 libvirt.
Change-Id: If9083fba89cca855ef3a4502b820583227cab950
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel')
-rw-r--r-- | fuel/prototypes/auto-deploy/examples/libvirt/conf/vms/fuel-master | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fuel/prototypes/auto-deploy/examples/libvirt/conf/vms/fuel-master b/fuel/prototypes/auto-deploy/examples/libvirt/conf/vms/fuel-master index 9ff8017..d2a7841 100644 --- a/fuel/prototypes/auto-deploy/examples/libvirt/conf/vms/fuel-master +++ b/fuel/prototypes/auto-deploy/examples/libvirt/conf/vms/fuel-master @@ -98,6 +98,5 @@ <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </memballoon> </devices> - <seclabel type='dynamic' model='apparmor' relabel='yes'/> </domain> |