From: Casey Bodley Date: Wed, 3 Jun 2026 17:03:49 +0000 (-0400) Subject: qa/rgw: disable neutron service in tempest.conf X-Git-Tag: v21.0.1~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12d48cc8b81f4472c85ef5550e702ecec2e68013;p=ceph.git qa/rgw: disable neutron service in tempest.conf Suggested-by: Tobias Urdin Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/tempest.py b/qa/tasks/tempest.py index 142c097cd48..e8bddd00b59 100644 --- a/qa/tasks/tempest.py +++ b/qa/tasks/tempest.py @@ -133,6 +133,7 @@ def configure_instance(ctx, config): cpar = configparser.ConfigParser() cpar.read(local_conf) setup_logging(ctx, cpar) + cpar.set('service_available', 'neutron', 'false') to_config(cconfig, params, 'auth', cpar) to_config(cconfig, params, 'identity', cpar) to_config(cconfig, params, 'object-storage', cpar)