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/multinode_major_upgrade.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/multinode_major_upgrade.yaml') diff --git a/ci/environments/multinode_major_upgrade.yaml b/ci/environments/multinode_major_upgrade.yaml index 609e06ff..ba5e3335 100644 --- a/ci/environments/multinode_major_upgrade.yaml +++ b/ci/environments/multinode_major_upgrade.yaml @@ -65,3 +65,4 @@ parameter_defaults: heat::rpc_response_timeout: 600 SwiftCeilometerPipelineEnabled: False Debug: True + NotificationDriver: 'noop' -- cgit 1.2.3-korg