Update mq queue mirror directive to match vhost

Updates the definition for queue mirroring to use the same vhost as the
queue itself is defined to be.

Change-Id: Ibb631d7adb237fa17c5e853a9e9e35297a525782
This commit is contained in:
Bryan Strassner 2019-04-17 16:30:14 -05:00
parent aa909ed2eb
commit b575df40e6
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ conf:
rabbitmq: rabbitmq:
# adding rmq policy to mirror messages from celery queues # adding rmq policy to mirror messages from celery queues
policies: policies:
- vhost: "/" - vhost: "airflow"
name: "ha_celery" name: "ha_celery"
definition: definition:
ha-mode: "all" ha-mode: "all"