From d8203a3d177b0dd4c7620a8ba6728e4b7a93b1b3 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 21 Mar 2019 11:05:39 +0100 Subject: [PATCH] Disable RabbitMQ by default Change-Id: I642b089732d2500a0674049587569931ef2a3711 --- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 2 +- releasenotes/notes/json-rpc-default-f0cdafc217a1122c.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/json-rpc-default-f0cdafc217a1122c.yaml diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index c978e895c..567d3805b 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -24,7 +24,7 @@ transform_boot_image: false testing: false ci_testing: false # Use Rabbit MQ as a message bus. -use_rabbitmq: true +use_rabbitmq: false # set to true to skip installing ironic dependencies skip_package_install: False diff --git a/releasenotes/notes/json-rpc-default-f0cdafc217a1122c.yaml b/releasenotes/notes/json-rpc-default-f0cdafc217a1122c.yaml new file mode 100644 index 000000000..68356c31f --- /dev/null +++ b/releasenotes/notes/json-rpc-default-f0cdafc217a1122c.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + RabbitMQ is no longer used by default, set ``use_rabbitmq=true`` to enable.