c12s-kubespray/roles/kubernetes-apps/external_provisioner
Victor Morales 7e4f4a96fc Replace iteritems() to items() in Jinja2 templates (#4437)
The iteritems() dictionary's method has been removed in Python3. Using
this method in Jinja2 templates limits the execution to Python2 which
will be deprecated in 2020[1]. This change replaces that method for
the items() method as it's suggested in the official website[2].

[1] https://pythonclock.org/
[2] https://docs.ansible.com/ansible/latest/user_guide/playbooks_python_version.html#dict-iteritems
2019-04-08 00:32:26 -07:00
..
cephfs_provisioner Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
local_path_provisioner Set default value for local_path_provisioner_enabled in role (#4309) 2019-02-28 05:36:08 -08:00
local_volume_provisioner Replace iteritems() to items() in Jinja2 templates (#4437) 2019-04-08 00:32:26 -07:00
meta feat(external-provisioner): adds support for local-path-provisioner (#4232) 2019-02-25 22:45:30 -08:00