commit 7418eed9b3968020cf700011368b50e14b1bea2b Author: Jonathan Rosser Date: Tue Oct 6 11:41:11 2020 +0100 Remove support for lxc2 config keys Change-Id: Ife936a720b4039e53862dde4952bf5c0f76bc7c6 diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml index f1960dc..f508bad 100644 --- a/tests/group_vars/all_containers.yml +++ b/tests/group_vars/all_containers.yml @@ -26,10 +26,5 @@ properties: # NOTE(cloudnull): The lxc-openstack AA profile for is used to ensure general # container functionality typical to the integrated build. -lxc2_container_config_list: - - 'lxc.aa_profile=lxc-openstack' - -lxc3_container_config_list: +lxc_container_config_list: - 'lxc.apparmor.profile=lxc-openstack' - -lxc_container_config_list: "{{ lookup('pipe', 'lxc-info --version || echo 2.0.0') is version_compare('3.0.0', 'lt') | ternary(lxc2_container_config_list, lxc3_container_config_list) }}"