From 22501ca02a789ac7d83f140771d654040e5b55fd Mon Sep 17 00:00:00 2001
From: Weezer Su <weezer.su@gmail.com>
Date: Wed, 19 Oct 2016 16:01:47 -0500
Subject: [PATCH] Add remove known_hosts in the instruction for Multi-Node AIO

Add the rm ~/.ssh/known_hosts for the Rerunning the build script
part in the instruction.

Change-Id: Iba7610e00f07bb61cd8b11892e208ea4c67a1d75
Closes-Bug: #1635037
---
 multi-node-aio/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multi-node-aio/README.rst b/multi-node-aio/README.rst
index b2426d9f..fcf873e3 100644
--- a/multi-node-aio/README.rst
+++ b/multi-node-aio/README.rst
@@ -168,7 +168,7 @@ be easily done using the following snippet.
 .. code-block:: bash
 
     for i in $(virsh list --all --name); do virsh destroy $i; virsh undefine $i; rm /var/lib/libvirt/images/$i.img; done
-    PARTITION_HOST=false ./build.sh
+    rm ~/.ssh/known_hosts; PARTITION_HOST=false ./build.sh
 
 
 Deploying OpenStack into the environment