019f156ab3
With the move of the container creation process from each service playbook into the lxc-container-create playbook/role, it would be appropriate to ensure that the delay implemented in the service plays is implemented in the role. This patch does so. Change-Id: I473bcccde315ef66f45e912ad33ed665bed3b07c
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
features:
|
|
- The LXC container creation process now has a configurable
|
|
delay for the task which waits for the container to start.
|
|
The variable ``lxc_container_ssh_delay`` can be set to
|
|
change the default delay of five seconds.
|