Set openstack_db_setup_host explicitly

As we have mysql client and mysql config file on infra1 host
for all functional tests, we need to use it instead of the utility
host (since we don't have one for functional tests).

Needed-By: https://review.opendev.org/733443
Change-Id: If91bff7af39a8e465ac1086dcd3378b4e6de3ca7
This commit is contained in:
Dmitriy Rabotyagov 2020-08-05 13:36:00 +03:00
parent 9e43b7adc3
commit 60555c925e
1 changed files with 3 additions and 0 deletions

View File

@ -484,3 +484,6 @@ openstack_user_kernel_options:
## OpenStack service python version
openstack_venv_python_executable: "python3"
uwsgi_python_executable: "{{ openstack_venv_python_executable }}"
## OpenStack db setup host
openstack_db_setup_host: infra1