Introduce post_configuration method
The patch renames set_service_availability method to post_configuration. The patch also removes some service specific code by implementing a new Service method - post_configuration. Story: 2002787 Task: 30507 Change-Id: I1155a5b204ed4d69bf59a697185d3e3c3b4aeb79
This commit is contained in:
@@ -536,7 +536,7 @@ def config_tempest(**kwargs):
|
||||
network.create_tempest_networks(has_neutron, conf,
|
||||
kwargs.get('network_id'))
|
||||
|
||||
services.set_service_availability()
|
||||
services.post_configuration()
|
||||
services.set_supported_api_versions()
|
||||
services.set_service_extensions()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user