murano/murano/db
M V P Nitesh 580677eedc Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I45fa65427318e1c35bb521de46e81ea12ca7b770
2017-05-03 09:17:18 +00:00
..
catalog Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
cfapi_migration Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
migration Increase description column length in task table 2016-08-30 18:08:14 +00:00
services Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
sqla Drop use of 'oslo' namespace package 2015-04-28 20:21:22 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
api.py Fix DB migration script 2014-07-12 13:16:04 +00:00
cfapi_models.py Add models and migration for new service broker db 2016-05-18 22:04:57 -04:00
models.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
session.py Clean imports in code 2016-08-23 15:17:27 +00:00