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
This commit is contained in:
parent
bf09a35de7
commit
22501ca02a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user