install mariadb so mysql command is available
This commit is contained in:
parent
1828448df4
commit
4131e296d7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
- openstack-nova-scheduler
|
- openstack-nova-scheduler
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- openstack-utils
|
- openstack-utils
|
||||||
|
- mariadb
|
||||||
- name: Set up db connection to controller
|
- 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
|
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
|
- name: Set these configuration keys to configure Compute to use the Qpid message broker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue