Merge "Update LXC container config options"

This commit is contained in:
Zuul 2019-05-12 16:24:55 +00:00 committed by Gerrit Code Review
commit 1dcc547bfc
1 changed files with 4 additions and 5 deletions

View File

@ -33,11 +33,10 @@ lxc_container_map:
release: "{{ hostvars[physical_host]['ansible_distribution_version'] }}"
lxc_container_default_config_list:
- "lxc.start.auto=1"
- "lxc.start.delay=15"
- "lxc.autodev=1"
- "lxc.group=onboot"
- "lxc.group=openstack"
- "lxc.autodev=1"
- "lxc.pts=1024"
- "lxc.kmsg=0"
- "lxc.hook.autodev=/var/lib/lxc/{{ inventory_hostname }}/autodev"
- "lxc.pty.max=1024"
- "lxc.start.auto=1"
- "lxc.start.delay=15"