openstack-ansible-lxc_conta.../releasenotes/notes/user-containers-1daed001ee6b88ae.yaml
Kevin Carter 846b4f9ed2 Allow deployers to define the container type
The variable `lxc_user_defined_container` has been added which allows a
deployer to define the container variable file in use for a given
container type.

Depends-On: https://review.openstack.org/554383
Change-Id: Ia1373bfa916b4add49a8444d2e4553f898650328
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-24 01:18:07 +00:00

10 lines
490 B
YAML

---
features:
- The variable ``lxc_user_defined_container`` has been added to the
lxc_container_create role allowing deployers to define the variable
file loaded when creating a container. This option defaults to **null**
which will instruct the role to create a container using the OS most closely
assosiated with the underlying OS. This option can be set to either one of
the roles built-in container types or use any variable file local to the
deployment host.