python-tempestconf/config_tempest
Chandan Kumar 7c355f403e Fixed SafeConfigParser deprecation warning for py3
Using six.PY3 as configparser.SafeConfigParser in py2 got
renamed to configparser.ConfigParser in py3. In order to
keep the codebase running on both version, we are using
it.

Change-Id: I78471e3d0962cda610c22641787d80103eb413b0
2019-01-03 17:04:02 +05:30
..
services Adapt python-tempestconf to python3 2018-12-12 12:35:26 +00:00
tests Add unit test for profile feature 2018-12-21 15:58:41 +00:00
__init__.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
accounts.py Don't expose credentials 2018-08-10 14:38:15 +00:00
clients.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
constants.py Removing dependence of SERVICE_EXTENSION_KEY 2018-08-08 15:09:51 +02:00
credentials.py Create utils.py 2018-08-13 11:57:14 +02:00
flavors.py Fix: return the flavor ID on autodetection 2018-08-06 20:32:34 +02:00
main.py Fixed SafeConfigParser deprecation warning for py3 2019-01-03 17:04:02 +05:30
profile.py Add unit test for profile feature 2018-12-21 15:58:41 +00:00
tempest_conf.py Fixed SafeConfigParser deprecation warning for py3 2019-01-03 17:04:02 +05:30
users.py Merge "Replace tenant by project, part 2" 2018-06-27 12:44:52 +00:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00