Correct vmbc add command

Command example had an extra node-01 so failed

Change-Id: I6eabf05707ca33049a81bf04f7b76e89246451be
This commit is contained in:
Amy Marrich (spotz) 2020-07-30 13:40:52 -05:00
parent 160c0b31f5
commit 9d0750a5f6

View File

@ -66,7 +66,7 @@ stop virtual BMCs for the virtual machines being managed over IPMI.
and manage libvirt domain through ssh connection::
$ vbmc add node-1 --port 6230 \
--libvirt-uri qemu+ssh://username@192.168.122.1/system node-1
--libvirt-uri qemu+ssh://username@192.168.122.1/system
.. note::