Define ironic_db_password default
It seems we're encountering a weird variable expansing a weird variable expansion issue on FC 27 with ansible. Defining a default should at least unblock infra efforts and we can figure it out later. Change-Id: If9caf26a8ef5b37cf3db718054a2522f750f924b
This commit is contained in:
parent
985c3a9dfa
commit
0cb04c82be
@ -72,6 +72,11 @@ ironicinspector_git_url: https://github.com/openstack/ironic-inspector
|
||||
ironicinspectorclient_git_url: https://github.com/openstack/python-ironic-inspector-client
|
||||
mysql_username: "root"
|
||||
mysql_password: ""
|
||||
# NOTE(TheJulia): While we have indicated we're going to deprecate ironic_db_password,
|
||||
# we didn't properly notate it from what I can see at a glance, and we seem to have
|
||||
# an odd variable expansion issue on fedora blocking migration to fedora-27 that this
|
||||
# should fix....
|
||||
ironic_db_password: aSecretPassword473z
|
||||
disable_dnsmasq_dns: False
|
||||
ironic_git_folder: /opt/stack/ironic
|
||||
ironicclient_git_folder: /opt/stack/python-ironicclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user