openstack-ansible/releasenotes/notes/container-bind-mounts-1a3a763178255841.yaml
Jesse Pretorius 851ac188d8 Fix role SHA's for Newton-3 release
Change-Id: Iac3fec6f70963e97d12cbe4fd8cafb05a99c56a2
2016-08-31 10:46:18 +01:00

13 lines
560 B
YAML

---
features:
- The ``lxc-container-create`` role now consumes the variable
``lxc_container_bind_mounts`` which should contain a list
of bind mounts to apply to a newly created container. The
appropriate host and container directory will be created and
the configuration applied to the container config. 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.