diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 7209775769cf259b96cf485c7aa1c4357fae97ec..2d8107e105456c8cbcc9604ffa1406fea341f8d4 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -608,7 +608,7 @@ the content shown below.
     mkdir /etc/kolla/config/nova
     cat << EOF > /etc/kolla/config/nova/nova-compute.conf
     [libvirt]
-    virt_type=qemu
+    virt_type = qemu
     EOF
 
 For *all-in-one* deployments, the following commands can be run. These will
@@ -650,7 +650,7 @@ with a glance image and neutron networks.
 
 ::
 
-    source /etc/kolla/admin-openrc.sh
+    . /etc/kolla/admin-openrc.sh
 
     #centOS
     cd /usr/share/kolla-ansible