Skip to content
Snippets Groups Projects
Commit 6b1ef3ff authored by Mark Goddard's avatar Mark Goddard
Browse files

Don't set mysql_service_name for bifrost

Bifrost will determine the name of the service for MySQL based on the OS
distro if mysql_service_name is not set. Setting it explicitly in
extra-vars was causing problems on systems that use mariadb.

Change-Id: I892b1c9cf636b9dfc1bacc92e1e2f0d066018260
Closes-Bug: #1753522
parent e66cb5d4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,5 @@ inspector_log_dir: "/var/log/kolla/ironic-inspector"
# Nginx log directory.
nginx_log_dir: "/var/log/kolla/nginx"
mysql_service_name: mysql
ansible_python_interpreter: /var/lib/kolla/venv/bin/python
network_interface: "{{ bifrost_network_interface }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment