kolla/kolla/image
Martin Chlumsky 858ebd84c6 kolla-build: Wrap tpl_dict.keys() in a list()
In python 3, tpl_dict.keys() returns a dict_keys object that does not
support indexing and is then indexed.
Wrap tpl_dict.keys() in a list() so it can be be indexed in python 2 and
3.

Change-Id: I17e3bbfc4eeba58e4bdd7fdd1ecdb21baa5c4461
Closes-Bug: 1778781
(cherry picked from commit 96ca4c2f2c)
2018-06-29 16:59:42 +00:00
..
__init__.py Make build.py importable lib 2016-06-07 16:40:16 +00:00
build.py kolla-build: Wrap tpl_dict.keys() in a list() 2018-06-29 16:59:42 +00:00