In Devstack TEMPEST_SERVICES had been made local variable (https://review.openstack.org/#/c/281788) to move all tempest supported services in devstack setting only. - I9c24705e494689f09a885eb0a640efd50db33fcf
Almost all tempest plugin still using unsupported global variable TEMPEST_SERVICES in impressions that they have registered them as service available on tempest side which is not the case.
Below is plan to solve this issue which exist for almost all the plugins
1. make all tempest plugin services set by devstack with local variable
2. remove unsupported TEMPEST_SERVICES setting for all plugins.
3. any new tempest plugin want their testing service to available in tempest should register that in devstack itself.
In Devstack TEMPEST_SERVICES had been made local variable (https:/ /review. openstack. org/#/c/ 281788) to move all tempest supported services in devstack setting only. - I9c24705e494689 f09a885eb0a640e fd50db33fcf
Based on local tempest_services devstack register the available service on tempest side /github. com/openstack- dev/devstack/ blob/614cab33c4 0159f0bc10d92c9 f8dc3f9783708d9 /lib/tempest# L528
- https:/
Almost all tempest plugin still using unsupported global variable TEMPEST_SERVICES in impressions that they have registered them as service available on tempest side which is not the case.
- http:// codesearch. openstack. org/?q= TEMPEST_ SERVICES& i=nope& files=& repos=
Below is plan to solve this issue which exist for almost all the plugins
1. make all tempest plugin services set by devstack with local variable
2. remove unsupported TEMPEST_SERVICES setting for all plugins.
3. any new tempest plugin want their testing service to available in tempest should register that in devstack itself.