Files
openstack-ansible-os_nova/tasks
Jesse Pretorius ce9a25baa8 Cast the resulting intersect set into a list
When using Ansible with python3, the result of
the intersect filter is a set, not a list. This
causes a failure when trying to access item 0
in the list.

In this patch we cast the set to a list before
accessing item 0. This will work for both
python2 and python3.

Change-Id: I03a4efe3be5e56b3373b1e5897ff86931edc7587
2017-07-06 18:10:54 +01:00
..
2017-05-23 15:13:00 +00:00
2017-05-18 18:46:05 -05:00