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:
parent
0e05496f6e
commit
e846a5d639
@ -53,10 +53,10 @@ keystone:
|
|||||||
message_queue:
|
message_queue:
|
||||||
username: keystone
|
username: keystone
|
||||||
password: ChangeThisPa55w0rd
|
password: ChangeThisPa55w0rd
|
||||||
host: 127.0.0.1
|
host: localhost
|
||||||
database:
|
database:
|
||||||
name: keystone
|
name: keystone
|
||||||
username: keystone
|
username: keystone
|
||||||
password: ChangeThisPa55w0rd
|
password: ChangeThisPa55w0rd
|
||||||
host: 127.0.0.1
|
host: localhost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user