ansible/cloud/lxc
Evgeni Golov 8db3a63983 fix handling of config options that share the same prefix
container_config:
      - "lxc.network.ipv4.gateway=auto"
      - "lxc.network.ipv4=192.0.2.1"

might try to override lxc.network.ipv4.gateway in the second entry as both
start with "lxc.network.ipv4".
use a regular expression to find a line that contains (optional) whitespace
and an = after the key.

Signed-off-by: Evgeni Golov <evgeni@golov.de>
2016-04-10 13:37:00 +02:00
..
__init__.py Added new module to support LXC containers 2014-11-27 10:47:33 -06:00
lxc_container.py fix handling of config options that share the same prefix 2016-04-10 13:37:00 +02:00