Remove support for lxc2 config keys
Change-Id: I48b053f98bc89c8dde19b73622cce295095db672
This commit is contained in:
parent
036795aa9f
commit
919a34298c
@ -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) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user