f9f5f0053a
Change-Id: I499d94b829c096135a060b5867ef4eceb662b5c1
13 lines
622 B
YAML
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.
|