openstack-ansible-lxc_conta.../releasenotes/notes/lxc-container-start-delay-d7917f69d9469316.yaml
Jesse Pretorius 019f156ab3 Implement configurable start delay for containers
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
2016-07-29 19:22:23 +01:00

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.