From 1321c587c9098f549b764ace13749f6fa57f8dbd Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 1 Dec 2015 15:00:30 -0500 Subject: [PATCH] Update powerKVM.rst RTD has an error when building: guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM:None: literal blocks in footnotes are not supported by LaTeX Removing the literal block text --- .../ppc64le/virtual_machines/powerKVM.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM.rst index 35fde5656..a98c199f4 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/virtual_machines/powerKVM.rst @@ -88,12 +88,5 @@ If the network bridge is not created or configured successfully, please run "xHR updatenode kvmhost1 -P "xHRM bridgeprereq eth0:br0" - -.. [1] Every standard libvirt installation during PowerKVM powervision provides NAT based connectivity to virtual machines out of the box. Some network bridges(virbr0,virbr1...) and dummy network devices(virbr0-nic,virbr1-nic...) will be created by default :: - - #brctl show - #bridge name bridge id STP enabled interfaces - #virbr0 8000.525400c7f843 yes virbr0-nic - #virbr1 8000.5254001619f5 yes virbr1-nic - +.. [1] Every standard libvirt installation provides NAT based connectivity to virtual machines out of the box using the "virtual bridge" interfaces (virbr0, virbr1, etc) Those will be created by default.