openstack-ansible-lxc_conta.../releasenotes/notes/remove-lxc2-support-cf492c787fee8657.yaml
Jonathan Rosser 29ee8f0e14 Remove support for LXC2 configuration keys
The removal of support for Centos-7 means that it is no longer necessary
to maintain compatibility with LXC2 configuration keys. This patch removes
the code which substitutes LXC3 keys for LXC2 keys.

Depends-On: https://review.opendev.org/742166
Depends-On: https://review.opendev.org/742103
Change-Id: I2911a20a3391e880df80f41eed5c9a8d5e36c2f4
2020-10-05 18:09:10 +01:00

10 lines
492 B
YAML

---
upgrade:
- |
As support for Centos-7 is removed from openstack-ansible in the Victoria
release it is no longer necessary to support LXC2 configuration syntax in
the lxc_container_create ansible role. The version of LXC is now assumed
to be 3 or greater, and any LXC configuration keys that are being overriden
by the deployer in the variable lxc_container_config_list should be updated
to be LXC3 syntax as these will no longer be be converted by ansible code..