tripleo-validations/scripts
James Slagle c8a490f25b Fix Python 3 incompatibility in tripleo-ansible-inventory
When running under Python 3, the keys() method on a dict returns a
dict_keys object, not a list. The dict_keys object can't be indexed like
a list, so an exception is thrown. This patch switches from using the
keys() method to using list() on the dict instead, which returns a list
of the keys.

Change-Id: Ifb1814f2406318c4c42edc21581a6fc6d34eb91e
2019-10-02 15:42:27 -04:00
..
bindep-install Convert tox to native zuul 2019-08-09 09:24:17 +02:00
run-local-test Convert tox to native zuul 2019-08-09 09:24:17 +02:00
run-validations.sh Improve stackrc file sourcing 2019-06-17 14:47:23 +02:00
tripleo-ansible-inventory Fix Python 3 incompatibility in tripleo-ansible-inventory 2019-10-02 15:42:27 -04:00