From 640f7e2d8b6a2d43fa5e04c7424d98e508d317e4 Mon Sep 17 00:00:00 2001 From: Ryan Brady Date: Tue, 11 Mar 2014 20:06:54 -0400 Subject: Remove Duplicate Rabbit Parameters This patch removes the duplicate rabbit username and password parameters. These parameters cause a conflict when running merge.py because they already exist in the overcloud template. Change-Id: I01d386577734c7c516a477e1e402882294ac4376 --- block-storage.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/block-storage.yaml b/block-storage.yaml index c801040f..8508e1f1 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -4,13 +4,6 @@ Parameters: BlockStorageImage: Type: String Default: overcloud-cinder-volume - RabbitUserName: - Type: String - Default: "guest" - RabbitPassword: - Type: String - Default: "guest" - NoEcho: true OvercloudBlockStorageFlavor: Default: baremetal Description: Flavor for block storage nodes to request when deploying. -- cgit 1.2.3-korg