openstack-ansible/releasenotes/notes/lxc-ssh-wait-deprecation-fe3eda58fc9d318e.yaml
Andy McCrae f9f5f0053a SHA Pin for OSA Pike-2
Change-Id: I499d94b829c096135a060b5867ef4eceb662b5c1
2017-06-05 11:21:57 +01:00

13 lines
622 B
YAML

---
upgrade:
- The var ``lxc_container_ssh_delay`` along with SSH specific ping checks
have been removed in favor of using Ansible's wait_for_connection module,
which will not rely on SSH to the container to verify connectivity. A new
variable called ``lxc_container_wait_params`` has been added to allow
configuration of the parameters passed to the ``wait_for_connection``
module.
deprecations:
- The var ``lxc_container_ssh_delay`` along with SSH specific ping checks
have been removed in favor of using Ansible's wait_for_connection module,
which will not rely on SSH to the container.