09 - Install and configure Nova on the controller node
This document describes how to install and configure the Compute service (Nova) on the controller node (controller01).
Prerequisites Before starting, make sure you have the basic Keystone credentials and databases created (admin-openrc available).
Create the databases (on controller01) Connect to the SQL server as root to create the necessary databases:
vagrant@controller01:~$ sudo mysql Create the nova_api, nova, and nova_cell0 databases:
CREATE DATABASE nova_api; CREATE DATABASE nova; CREATE DATABASE nova_cell0; Grant permissions to the nova account (replace NOVA_DBPASS with your password):