9629270987
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 |
||
---|---|---|
.. | ||
inventory | ||
library | ||
roles | ||
cleanup-deployment-images.yaml | ||
deploy-dynamic.yaml | ||
deploy.yaml | ||
enroll-dynamic.yaml | ||
enroll.yaml | ||
example-deploy-all-available-nodes.yaml | ||
install.yaml | ||
redeploy-dynamic.yaml | ||
test-bifrost-create-vm.yaml | ||
test-bifrost-dhcp.yaml | ||
test-bifrost-dynamic.yaml | ||
test-bifrost.yaml |