utilities/ceph/ceph-manager/ceph-manager/ceph_manager
Sun Austin a8eff2855a Fix: "dict" issue for Python 2/3 compatible code
Replace dict.iteritems() with dict.items()
Replace dict.iterkeys() with dict.keys()
Change dict.keys() to list(dict.keys())

Story: 2002909
Task: 24564

Change-Id: Icf5ef6cc9947a87ee8e013d1225b3f36914e6678
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-25 16:52:30 +08:00
..
tests Remove Ceph Cache Tiering 2018-08-13 13:08:37 -04:00
__init__.py Relocate ceph-manager to stx-integ/ceph/ceph-manager 2018-08-13 13:08:36 -04:00
ceph.py Remove Ceph Cache Tiering 2018-08-13 13:08:37 -04:00
constants.py Update upgrade code for removing Ceph Cache Tiering 2018-08-13 13:08:38 -04:00
exception.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-25 16:52:30 +08:00
i18n.py Relocate ceph-manager to stx-integ/ceph/ceph-manager 2018-08-13 13:08:36 -04:00
monitor.py Correct typo: caph should be ceph 2018-08-13 13:08:38 -04:00
server.py Update upgrade code for removing Ceph Cache Tiering 2018-08-13 13:08:38 -04:00