tacker/tacker/db/nfvo
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
..
__init__.py Implement multisite VIM feature 2016-03-28 15:32:54 -07:00
nfvo_db.py Support to use barbican to encode vim password 2017-06-26 07:23:10 -07:00
nfvo_db_plugin.py Make non-admin's VIM accessible for admin 2019-07-30 05:15:44 +00:00
ns_db.py Cleanup deprecated iteritems of dict 2020-05-12 16:58:04 +00:00
vnffg_db.py Cleanup deprecated iteritems of dict 2020-05-12 16:58:04 +00:00