openstack-ansible/releasenotes/notes/container-create-commands-b3aa578309fa665b.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

9 lines
440 B
YAML

---
features:
- The ``lxc-container-create`` role now consumes the variable
``lxc_container_commands`` which should contain any shell commands that
should be executed in a newly created container. This feature is designed
to be used in group_vars to ensure that containers are fully prepared
at the time they are created, thus cutting down the number of times
containers are restarted during deployments and upgrades.