aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage.yaml
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@redhat.com>2015-04-07 18:10:19 -0400
committerJeff Peeler <jpeeler@redhat.com>2015-04-09 12:02:29 -0400
commit95889dd4ee035d466eb9e5b26a1f2a75ce7847d7 (patch)
treed2f052c56e1ba2df953fcfa169e45acd5b1b219c /cinder-storage.yaml
parent0c14b2ad3e0114ffa0aa9514cdfe3dd9d9d212a8 (diff)
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
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r--cinder-storage.yaml4
1 files changed, 2 insertions, 2 deletions
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