tacker/tacker
Yasufumi Ogawa ccf89cb149 Cleanup deprecated iteritems of dict
To fix the issue because of using deprecated method in python3, replace
iteritems() with items(). Although tacker itself does not cause the
error because it uses `six` actually, no need to keep python2 support.

Change-Id: Ifec7d5d3146ffe01addcb1e5c0ab78ce92bae0ff
Related-Bug: 1872120
2020-05-12 16:58:04 +00:00
..
agent from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
api Cleanup deprecated iteritems of dict 2020-05-12 16:58:04 +00:00
cmd Cleanup Python 2.7 support 2020-03-29 20:23:26 +00:00
common Auth parameters for uploading vnf package from URI 2020-04-25 07:41:37 +00:00
conductor Auth parameters for uploading vnf package from URI 2020-04-25 07:41:37 +00:00
conf Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
db Cleanup deprecated iteritems of dict 2020-05-12 16:58:04 +00:00
extensions Support LCM operation with user data 2020-04-24 11:37:45 +09:00
glance_store Auth parameters for uploading vnf package from URI 2020-04-25 07:41:37 +00:00
hacking Update hacking for Python3 2020-04-24 13:48:53 +02:00
keymgr Update hacking for Python3 2020-04-24 13:48:53 +02:00
locale Imported Translations from Zanata 2020-04-30 09:41:05 +00:00
mistral Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
nfvo Fix create custom Mistral action 2020-05-01 04:20:10 +00:00
objects Merge "Cleanup of .keys()" 2020-04-27 00:01:52 +00:00
plugins from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
policies Fetch an on-boarded VNF package with HTTP_RANGE 2020-04-25 07:39:06 +00:00
releasenotes/notes Remove infra and mgmt parsing logic from API 2017-01-06 08:39:56 +00:00
services Remove unused import logging 2016-05-12 10:52:23 +08:00
tests Cleanup deprecated iteritems of dict 2020-05-12 16:58:04 +00:00
tosca Cleanup of .keys() 2020-04-25 08:16:00 +00:00
vnflcm Support LCM operation with user data 2020-04-24 11:37:45 +09:00
vnfm Cleanup of .keys() 2020-04-25 08:16:00 +00:00
__init__.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
_i18n.py Remove i18n.enable_lazy() call from tacker.cmd 2018-11-14 14:56:52 +05:30
alarm_receiver.py from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
auth.py Enable UT test_auth.py 2018-11-15 00:19:49 +08:00
context.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
manager.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
policy.py Update hacking for Python3 2020-04-24 13:48:53 +02:00
service.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
version.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
wsgi.py Update hacking for Python3 2020-04-24 13:48:53 +02:00