From 65bbc00b54a9c2887599b418789a57a870e67f38 Mon Sep 17 00:00:00 2001
From: shaofeng_cheng <chengsf@winhong.com>
Date: Fri, 11 Aug 2017 17:16:44 +0800
Subject: [PATCH] Add inventory file path in swift-guide.rst

Kolla-ansible command miss inventory file paramter in
deploying part for swift-guide.rst file.

Change-Id: I33267549e2c7740c8ced8232de379bdc5502e9f7
---
 doc/swift-guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/swift-guide.rst b/doc/swift-guide.rst
index ebc6a4adf0..f4339cc72b 100644
--- a/doc/swift-guide.rst
+++ b/doc/swift-guide.rst
@@ -160,7 +160,7 @@ Ansible service:
 
 ::
 
-  kolla-ansible deploy
+  kolla-ansible deploy -i <path/to/inventory-file>
 
 Validation
 ==========