Fix neutron functional test

We broke neutron functional tests previously when dropped
compatability with lxc2 so we should fix them now.

Change-Id: Ic2f425a6d9780624596ec6cb1bcf40fef9d8951f
This commit is contained in:
Dmitriy Rabotyagov 2020-10-16 19:15:08 +03:00
parent be3ee26130
commit 8be6bebe6e

View File

@ -39,7 +39,7 @@
container_command: |
[[ ! -d "/{{ kernel_module_path[ansible_pkg_mgr] }}" ]] && mkdir -p "/{{ kernel_module_path[ansible_pkg_mgr] }}"
container_config:
- "lxc.{{ lxc_config_key_apparmor }}=unconfined"
- "lxc.apparmor.profile=unconfined"
- "lxc.cgroup.devices.allow=a *:* rmw"
- "lxc.mount.entry=/{{ kernel_module_path[ansible_pkg_mgr] }} {{ kernel_module_path[ansible_pkg_mgr] }} none bind 0 0"
delegate_to: "{{ physical_host }}"