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/scenario003-multinode.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/scenario003-multinode.yaml') diff --git a/ci/environments/scenario003-multinode.yaml b/ci/environments/scenario003-multinode.yaml index 2cce1680..7a72562c 100644 --- a/ci/environments/scenario003-multinode.yaml +++ b/ci/environments/scenario003-multinode.yaml @@ -67,3 +67,4 @@ parameter_defaults: GlanceBackend: 'file' KeystoneTokenProvider: 'fernet' SwiftCeilometerPipelineEnabled: false + NotificationDriver: 'noop' -- cgit 1.2.3-korg