diff --git a/lab001-control-node.xml b/lab001-control-node.xml
index ba81168e..e8b714da 100644
--- a/lab001-control-node.xml
+++ b/lab001-control-node.xml
@@ -143,17 +143,17 @@ iface eth2 inet dhcp
Create these databases:
# mysql -u root -p
- mysql>CREATE DATABASE keystone;
- mysql>GRANT ALL ON keystone.* TO 'keystoneUser'@'%' IDENTIFIED BY 'keystonePass';
- mysql>CREATE DATABASE glance;
- mysql>mysql>GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';
- mysql>CREATE DATABASE neutron;
- mysql>GRANT ALL ON neutron.* TO 'neutronUser'@'%' IDENTIFIED BY 'neutronPass';
- mysql>CREATE DATABASE nova;
- mysql>GRANT ALL ON nova.* TO 'novaUser'@'%' IDENTIFIED BY 'novaPass';
- mysql>CREATE DATABASE cinder;
- mysql>GRANT ALL ON cinder.* TO 'cinderUser'@'%' IDENTIFIED BY 'cinderPass';
- mysql>quit;
+ mysql> CREATE DATABASE keystone;
+ mysql> GRANT ALL ON keystone.* TO 'keystoneUser'@'%' IDENTIFIED BY 'keystonePass';
+ mysql> CREATE DATABASE glance;
+ mysql> GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';
+ mysql> CREATE DATABASE neutron;
+ mysql> GRANT ALL ON neutron.* TO 'neutronUser'@'%' IDENTIFIED BY 'neutronPass';
+ mysql> CREATE DATABASE nova;
+ mysql> GRANT ALL ON nova.* TO 'novaUser'@'%' IDENTIFIED BY 'novaPass';
+ mysql> CREATE DATABASE cinder;
+ mysql> GRANT ALL ON cinder.* TO 'cinderUser'@'%' IDENTIFIED BY 'cinderPass';
+ mysql> quit;