From 95889dd4ee035d466eb9e5b26a1f2a75ce7847d7 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 7 Apr 2015 18:10:19 -0400 Subject: Make all default values match overcloud defaults It's very confusing for them to be different, especially in the case of comparing Tuskar vs non-Tuskar deployments where the parameters are read from different files. Note: NeutronPhysicalBridge is named differently in the overcloud template (HypervisorNeutronPhysicalBridge). This is the only parameter checked that isn't named exactly the same, hopefully there aren't any others. (Checked controller, compute, ceph, cinder, and swift for both puppet and non-puppet templates) Change-Id: I48ce1eb40d2d080c589ce619c50eddff17efe882 --- cinder-storage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cinder-storage.yaml') diff --git a/cinder-storage.yaml b/cinder-storage.yaml index 7eab89a6..3a938498 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -71,10 +71,10 @@ parameters: description: Name of an existing EC2 KeyPair to enable SSH access to the instances type: string RabbitPassword: - default: '' + default: 'guest' type: string RabbitUserName: - default: '' + default: 'guest' type: string RabbitClientUseSSL: default: false -- cgit 1.2.3-korg