From 28f926f96ef59769c88be8463517b126b243885f Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 13 Jul 2017 11:58:05 -0700 Subject: CI/scenarios: set NotificationDriver to 'noop' So we don't waste RabbitMQ resources since nothing will actually consume the messages sent on the queue. Note: we don't change scenario001, since it's a Telemetry scenario and the services require notifications enabled. Change-Id: I7d1d80da4eda7c0385461fe62b1d3038022973c6 --- ci/environments/scenario006-multinode-containers.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/scenario006-multinode-containers.yaml') diff --git a/ci/environments/scenario006-multinode-containers.yaml b/ci/environments/scenario006-multinode-containers.yaml index 97db897b..4715e339 100644 --- a/ci/environments/scenario006-multinode-containers.yaml +++ b/ci/environments/scenario006-multinode-containers.yaml @@ -58,3 +58,4 @@ parameter_defaults: # we don't deploy Swift so we switch to file backend. GlanceBackend: 'file' IronicCleaningDiskErase: 'metadata' + NotificationDriver: 'noop' -- cgit 1.2.3-korg