commit 8be6bebe6e00d9289551ab90944cd79b83c30a15 Author: Dmitriy Rabotyagov Date: Fri Oct 16 19:15:08 2020 +0300 Fix neutron functional test We broke neutron functional tests previously when dropped compatability with lxc2 so we should fix them now. Change-Id: Ic2f425a6d9780624596ec6cb1bcf40fef9d8951f diff --git a/test-install-neutron.yml b/test-install-neutron.yml index f62df6b..fb337da 100644 --- a/test-install-neutron.yml +++ b/test-install-neutron.yml @@ -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 }}"