openstack-ansible-openstack.../defaults
Kevin Carter c126f7e3fe
Correct defaults
The `is_container` and `cache_timeout` needed to be updated to
accomodate a typical deployment.

The cache timeout was being defined as a default and as a variable
which is loaded at the start of the role. This make it impossible to
override this option. The `cache_timeout` option has been removed
from the variable files. Because this option is defined in the
defaults it will retain it's current functionality but allow deployers
to override this option.

The `is_container` default was using the `ansible_virtualization_type`
and checking if the string was returned as "lxc". This option was updated
to now also detect if the container type is "systemd-nspawn".

Change-Id: I4d65a7f83055d0483aaf23f487551341686396c6
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-06-12 10:10:36 -05:00
..
main.yml Correct defaults 2018-06-12 10:10:36 -05:00