Create the database and grant privileges CREATE DATABASE placement; GRANT ALL PRIVILEGES ON placement.* TO ‘placement’@’localhost’ IDENTIFIED BY ‘commonpass’; GRANT ALL PRIVILEGES ON placement.* TO ‘placement’@’%’ IDENTIFIED BY ‘commonpass’; FLUSH PRIVILEGES; exit Create a placement service user . admin-openrc openstack user create –domain default –password-prompt placement Add the Placement user to the service project with…