From 0663cce822b61973902cce7ed0d469af3a91db76 Mon Sep 17 00:00:00 2001
From: zhuzeyu <zhu.zeyu@zte.com.cn>
Date: Tue, 17 Jan 2017 11:08:52 +0800
Subject: [PATCH] Modify the repo in multinode.rst file

TrivialFix

Change-Id: I47ac48bd5fc07b3bc9fd43c249de0fba8b030076
---
 doc/multinode.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/multinode.rst b/doc/multinode.rst
index a95aecfdd4..5c807c2599 100644
--- a/doc/multinode.rst
+++ b/doc/multinode.rst
@@ -94,9 +94,9 @@ Edit the Inventory File
 =======================
 
 The ansible inventory file contains all the information needed to determine
-what services will land on which hosts. Edit the inventory file in the kolla
-directory ``ansible/inventory/multinode`` or if kolla was installed with pip,
-it can be found in ``/usr/share/kolla``.
+what services will land on which hosts. Edit the inventory file in the 
+kolla-ansible directory ``ansible/inventory/multinode`` or if kolla-ansible
+was installed with pip, it can be found in ``/usr/share/kolla``.
 
 Add the ip addresses or hostnames to a group and the services associated with
 that group will land on that host:
-- 
GitLab