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
This commit is contained in:
Julia Kreger 2017-08-29 19:44:46 +00:00
parent 0e05496f6e
commit e846a5d639

View File

@ -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