commit | fceae7f0385874b5b6f46b4f4ac96f83b27c9e4f | [log] [tgz] |
---|---|---|
author | Jiri Konecny <jiri.konecny@tcpcloud.eu> | Thu Apr 21 17:17:44 2016 +0200 |
committer | Jiri Konecny <jiri.konecny@tcpcloud.eu> | Thu Apr 21 17:18:11 2016 +0200 |
tree | 36ae30674a2cbf383af97059c97c7cce84ebc8f2 | |
parent | 812a6bfb81ef3c3f48e0d613aa4ee1f8af7b67fa [diff] |
[RabbitMQ] Removed deprecated ha_queue option. Change-Id: Ia5477de82e4fda1dae3925e20c370628478e76ac
diff --git a/metadata/service/switch/single.yml b/metadata/service/switch/single.yml index 29d6749..a398e48 100644 --- a/metadata/service/switch/single.yml +++ b/metadata/service/switch/single.yml
@@ -30,4 +30,3 @@ user: openstack password: ${_secret:rabbitmq_openstack_password} virtual_host: '/openstack' - ha_queues: true
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls index 3c669df..41f8cd8 100644 --- a/tests/pillar/control_cluster.sls +++ b/tests/pillar/control_cluster.sls
@@ -33,7 +33,6 @@ user: openstack password: password virtual_host: '/openstack' - ha_queues: true compute: host: 127.0.0.1 region: RegionOne