84cb3ff052
This would be the first milestone release of OpenStack-Ansible Stein. Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
16 lines
617 B
YAML
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``
|
|
|