openstack-ansible/tests/roles/bootstrap-host
Jimmy McCrory 58e9c8db6e Fix deprecation warning for undefined variables
Provide a default empty variable for 'bootstrap_host_data_disk_device'.
Tasks which make use of this variable within with_items lists have been
updated to evaluate that it has been set before executing.

'with_' clauses are evaluated before 'when' clauses. In Ansible 1.9
tasks are silently skipped when a variable within a 'with_' clause is
undefined, Ansible 2 provides a deprecation warning.

Change-Id: I66d7c15a43a70237b35d8ba7325d24e3b7206208
2016-08-29 17:28:22 +00:00
..
defaults Fix deprecation warning for undefined variables 2016-08-29 17:28:22 +00:00
tasks Fix deprecation warning for undefined variables 2016-08-29 17:28:22 +00:00
templates Automatically detect whether to test ceilometer/aodh 2016-08-23 04:52:01 +00:00
vars Enable Gnocchi by default 2016-08-15 20:30:03 +00:00