846b4f9ed2
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>
10 lines
490 B
YAML
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.
|