From 167974aa0e915aee684374bec0d890a8086b89fc Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Wed, 22 Feb 2017 23:47:06 +0800
Subject: [PATCH] Update the "source" to "."

When import rc file into openstack, use "." rather than "source".

Change-Id: I8d115db48bb152acc0b5e54b218684d0d4b4384e
---
 doc/quickstart.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 7209775769..2d8107e105 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