python-tempestconf/config_tempest
Martin Kopec 33e39f3606 Implement set_availability method
By implementing this method we will decrease dependency
on SERVICE_NAMES. python-tempestconf loops over any
service which has a class implementation under
config_tempest/services directory. Therefore we can easily
set service availability in the loop by calling
set_availability method which sets appropriate values in
[service_available] section of tempest.conf.

This review also fixes the problem with not taking
service's versions into account when setting service
availability.

Story: 2002787
Task: 29632

Change-Id: Ica42fe6ae57eaef6bffd28b557f6b178a2ed8fb9
2019-03-05 16:19:40 +00:00
..
services Implement set_availability method 2019-03-05 16:19:40 +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 Implement set_availability method 2019-03-05 16:19:40 +00:00
credentials.py Create utils.py 2018-08-13 11:57:14 +02:00
flavors.py Update image flavor to have some disk 2019-02-19 11:28:15 +05:30
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