install mariadb so mysql command is available

This commit is contained in:
Miroslav Suchý 2014-09-22 14:17:37 +00:00
parent 1828448df4
commit 4131e296d7

View file

@ -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