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:
Martin Kopec
2019-04-11 16:35:16 +00:00
parent b7ea055eed
commit 507940a586
9 changed files with 84 additions and 64 deletions

View File

@@ -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()