mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
install mariadb so mysql command is available
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
- openstack-nova-scheduler
|
||||
- python-novaclient
|
||||
- openstack-utils
|
||||
- mariadb
|
||||
- name: Set up db connection to controller
|
||||
action: command openstack-config --set /etc/nova/nova.conf database connection mysql://nova:{{NOVA_DBPASS}}@{{controller_private_ip}}/nova
|
||||
- name: Set these configuration keys to configure Compute to use the Qpid message broker
|
||||
|
||||
Reference in New Issue
Block a user