Merge "Add remove known_hosts in the instruction for Multi-Node AIO"
This commit is contained in:
commit
1b4cb5699a
@ -171,7 +171,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