openstack-ansible/releasenotes/notes/remove-lxc2-support-cf492c787fee8657.yaml
Dmitriy Rabotyagov 83a9e5bfe9 Bump SHAs for master
We also switch services to victoria branch not to fight
with issues that may raise on master (W) until our release

Depends-On: https://review.opendev.org/760567
Change-Id: Icced05b3a91c04c6a45475f77b54805a9fbdd5da
2020-10-30 14:29:40 +00: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..