diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-02-25 14:53:55 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-02-25 17:14:55 +0100 |
commit | ca27087edd27555aa6d7992b3e754c970bc6543f (patch) | |
tree | 37e5e076e17c6bc0dad4ad0ddc0fcbf0378ec9ec /deploy | |
parent | 7a402764fdb92f8f09c67c2345355a52c1348572 (diff) |
Remove apparmor for vFuel
Not every CPU supports apparmor and
there is no real benefit when using it
only for fuel.
Change-Id: Ibb3221b85d8565f718df9b087aa324d0f606bdee
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 2 | ||||
-rw-r--r-- | deploy/templates/virtual_environment_noha/vms/fuel.xml | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index 4e7c7fd2a..86892eb7e 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -61,6 +61,4 @@ <memballoon model='virtio'> </memballoon> </devices> - <seclabel type='dynamic' model='apparmor' relabel='yes'/> </domain> - diff --git a/deploy/templates/virtual_environment_noha/vms/fuel.xml b/deploy/templates/virtual_environment_noha/vms/fuel.xml index 4e7c7fd2a..2d2596310 100644 --- a/deploy/templates/virtual_environment_noha/vms/fuel.xml +++ b/deploy/templates/virtual_environment_noha/vms/fuel.xml @@ -61,6 +61,5 @@ <memballoon model='virtio'> </memballoon> </devices> - <seclabel type='dynamic' model='apparmor' relabel='yes'/> </domain> |