c744a4bfaf
The `lxc_container_recreate` variable will allow for recreating already deployed containers using either a playbook or a command line argument. This option is most useful during an upgrade, where the containers are thrown away and completely rebuilt from scratch. Change-Id: I3ba35daf49111a3fdfb2e30cffddd9af23aafb28
7 lines
274 B
YAML
7 lines
274 B
YAML
---
|
|
features:
|
|
- Added the ``lxc_container_recreate`` option, which will destroy then
|
|
recreate LXC containers. The container names and IP addresses will remain
|
|
the same, as will the MAC addresses of any containers using the
|
|
``lxc_container_fixed_mac`` setting.
|