From e846a5d639a0bcb2a463b3f8879a6b612809e9a2 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 29 Aug 2017 19:44:46 +0000 Subject: [PATCH] Correct keystone database location The defaults were accidently entered with IP addresses instead of the string ``localhost``. Changed to the string as it is what is utilized for conditionals wrapping database changes. Change-Id: I2af8fda9ebcdfb493cf0e697b2aaf5b086bce97b --- playbooks/roles/bifrost-keystone-install/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/bifrost-keystone-install/defaults/main.yml b/playbooks/roles/bifrost-keystone-install/defaults/main.yml index fa86e50d7..c508297dd 100644 --- a/playbooks/roles/bifrost-keystone-install/defaults/main.yml +++ b/playbooks/roles/bifrost-keystone-install/defaults/main.yml @@ -53,10 +53,10 @@ keystone: message_queue: username: keystone password: ChangeThisPa55w0rd - host: 127.0.0.1 + host: localhost database: name: keystone username: keystone password: ChangeThisPa55w0rd - host: 127.0.0.1 + host: localhost