Add option to configure number of service ports in networks
Some services like portprober agent cannot be disabled via api,
so in tests like ip availability tests they should be explicitly
skipped from calculations.
Related-Prod: https://mirantis.jira.com/browse/PRODX-42203
Change-Id: I089bc013188079289914d98fd24cbfd3c4d91530
diff --git a/tempest/config.py b/tempest/config.py
index 0a084ea..82a0a93 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -787,6 +787,9 @@
default=False,
help="The environment does not support network separation "
"between tenants."),
+ cfg.IntOpt('service_ports_number',
+ default=0,
+ help="Number of neutron service ports created per network"),
]
network_feature_group = cfg.OptGroup(name='network-feature-enabled',