Remove support for lxc2 config keys

Change-Id: I48b053f98bc89c8dde19b73622cce295095db672
This commit is contained in:
Jonathan Rosser 2020-10-06 11:38:36 +01:00
parent 036795aa9f
commit 919a34298c
1 changed files with 1 additions and 6 deletions

View File

@ -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) }}"