kolla/ansible
Steven Dake 9c5e708fe2 Add pid_mode to libvirt
Libvirt requires pid_mode to Host to operate on Fedora Hosts.  Further
we will need this for libvirt upgrade.  I am not entirely sure why
libvirt running with pid=host gets things working, but it definately
has something to do with CentOS's libvirt's integration with systemd.

Nailing down the problem, the interface to the Docker module accepts only
None or "host".  There is no way to generate a None type except with !!null
in yml, but this does not work in the jinja2 parser.  As a result, one
solution is this conditional.  A better long term solution would be for
the Docker module to take some other argument to indicate None that can
be expressed in a string.

Change-Id: I54eb87e8ce8679bbf12f671527280c73e195b2e4
Closes-Bug: #1473270
2015-07-15 13:24:35 -07:00
..
inventory Ansible Nova w/ libvirt support 2015-07-12 12:44:14 +00:00
library Add temporary Ansible keystone modules 2015-07-12 03:14:49 +00:00
roles Add pid_mode to libvirt 2015-07-15 13:24:35 -07:00
site.yml Ansible Nova w/ libvirt support 2015-07-12 12:44:14 +00:00