openstack-ansible/releasenotes/notes/lxc-host-machine-vars-5d11b1f269167fd3.yaml
Jean-Philippe Evrard 84cb3ff052 Freeze for milestone release
This would be the first milestone release of OpenStack-Ansible Stein.

Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
2019-03-12 13:40:16 +01:00

16 lines
617 B
YAML

---
fixes:
- |
When using LXC containers with a copy-on-write back-end, the ``lxc_hosts``
role execution would fail due to undefined variables with the
``nspawn_host_`` prefix. This issue has now been fixed.
deprecations:
- |
The following variable name changes have been implemented in order to
better reflect their purpose.
* ``lxc_host_machine_quota_disabled`` -> ``lxc_host_btrfs_quota_disabled``
* ``lxc_host_machine_qgroup_space_limit`` -> ``lxc_host_btrfs_qgroup_space_limit``
* ``lxc_host_machine_qgroup_compression_limit`` -> ``lxc_host_btrfs_qgroup_compression_limit``