bifrost/playbooks
Luong Anh Tuan 9629270987 Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it wil l return iterators in PY3 as well.
And dict.items/keys will more readable.

In py2, the performance about list should be negligible, see
https://wiki.openstack.org/wiki/Python3 and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I6f8ee2ed36ed94e2ef8347463f56eed44464a605
2016-11-22 19:47:39 +00:00
..
inventory Merge "Rename of the nginx_port variable" 2016-02-12 18:54:22 +00:00
library Replace six.iteritems() with .items() 2016-11-22 19:47:39 +00:00
roles Merge "Allow bifrost to work with selinux enabled" 2016-11-21 17:12:19 +00:00
cleanup-deployment-images.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
deploy-dynamic.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
deploy.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
enroll-dynamic.yaml Make boolean usage consistent across playbooks 2016-06-03 12:48:44 -07:00
enroll.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
example-deploy-all-available-nodes.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
install.yaml Fix DIB conditionals for CLI override 2016-03-29 10:38:29 -04:00
redeploy-dynamic.yaml Add redeploy-dynamic playbook 2016-06-08 12:59:28 +00:00
test-bifrost-create-vm.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
test-bifrost-dhcp.yaml Merge "playbooks: Do not serialize ironic deployment" 2016-11-03 12:04:09 +00:00
test-bifrost-dynamic.yaml Merge "playbooks: Do not serialize ironic deployment" 2016-11-03 12:04:09 +00:00
test-bifrost.yaml Merge "playbooks: Do not serialize ironic deployment" 2016-11-03 12:04:09 +00:00