aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-06-15 13:17:08 -0600
committerAlex Schultz <aschultz@redhat.com>2017-06-15 13:17:08 -0600
commit62dffeb9dad1394e27de4f8c709f6534ecab8ad3 (patch)
tree55d0b0d04462232d3e4259d0a0d0370b23703520 /spec/fixtures/hieradata/default.yaml
parent5e91493f7aaecef924a78f0743f812a225080085 (diff)
Fix redis when hostname has capital letters
The bootstrap_nodeid comparison should be case insensitive. Change-Id: I1e6672bb0219c1cf56ab21dd911c6f33e2436cc3 Closes-Bug: #1698190
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index ad2da39..5d978cc 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -6,6 +6,7 @@ not_hash: string
aodh::rabbit_password: 'password'
aodh_redis_password: 'password'
redis_vip: '127.0.0.1'
+redis::bind: '10.0.0.1'
aodh::auth::auth_password: 'password'
aodh::db::mysql::password: 'password'
aodh::keystone::authtoken::password: 'password'