From 32776556509e58f3eeae78aa81f7368d5033daf2 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Fri, 24 Apr 2015 17:06:35 -0500 Subject: [PATCH] removed cluster from cloud --- .kitchen.cloud.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.kitchen.cloud.yml b/.kitchen.cloud.yml index 8ac4f631..44ecc992 100644 --- a/.kitchen.cloud.yml +++ b/.kitchen.cloud.yml @@ -41,13 +41,6 @@ suites: rabbitmq: use_distro_version: true excludes: ["centos-6-5-x64", "centos-7-0-x64"] - - name: cluster - run_list: - - recipe[rabbitmq::default] - attributes: - rabbitmq: - cluster: true - cluster_disk_nodes: ['rabbit@localhost'] - name: lwrps run_list: - recipe[rabbitmq_test::lwrps]