commit bf7e4313c93d0bc4de3abf5b4b28721d19e71f33 Author: Jonathan Rosser Date: Tue Oct 6 11:43:05 2020 +0100 Remove support for lxc2 config keys Change-Id: I5ab357db8b86bf28e51da9742db36c939ed995c3 diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml index b6cc613..567145f 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) }}"