bf143155f4
The LXC-Container-Create role now has the ability to setup all of the network interfaces using systemd-networkd. Those changes give us a uniform interface to consume when we create containers and free's the roles from having to care about specific container interface config. This change removes our now redundant tasks. This also ensures "dbus" is available in the base contianer image which was simply added for consistency. Change-Id: I9278b1f73e1e0fdf98ab5fbe016a77aeb3f75be2 Depends-On: I5d3ddcfa11d575648a69a04f2fb30236c2c89da3 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
7 lines
106 B
Django/Jinja
7 lines
106 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
lxc.start.auto = 1
|
|
lxc.start.delay = 15
|
|
lxc.group = onboot
|
|
lxc.group = openstack
|