Fix incorrect database_address variable in globals.yml
A typo exists here which results in the following error: TASK: [database | Creating haproxy mysql user] ******************************** fatal: [localhost] => One or more undefined variables: 'keystone_internal_address' is undefined FATAL: all hosts have already failed -- aborting Change-Id: Ib8e88ca5d755d388a80f06b45e8ea80891f70eb3 Closes-Bug: #1471825
This commit is contained in:
parent
d5a9040f70
commit
0ad2f666c0
@ -19,7 +19,7 @@ kolla_internal_address: "10.10.10.254"
|
||||
####################
|
||||
# Database options
|
||||
####################
|
||||
database_address: "{{ keystone_internal_address }}"
|
||||
database_address: "{{ kolla_internal_address }}"
|
||||
database_user: "root"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user