Add layout fixes for RTD

This commit is contained in:
Joshua Boniface 2019-07-06 18:11:14 -04:00
parent 96b9522f1e
commit 9c9d0edd86
1 changed files with 55 additions and 57 deletions

View File

@ -177,8 +177,7 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
`$ uuidgen` `$ uuidgen`
`$ $EDITOR /tmp/test1.xml` `$ $EDITOR /tmp/test1.xml`
``` <domain type='kvm'>
<domain type='kvm'>
<name>test1</name> <name>test1</name>
<uuid>[INSERT GENERATED UUID]</uuid> <uuid>[INSERT GENERATED UUID]</uuid>
<description>Testing VM</description> <description>Testing VM</description>
@ -222,8 +221,7 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
</interface> </interface>
<controller type='scsi' index='0' model='virtio-scsi'/> <controller type='scsi' index='0' model='virtio-scsi'/>
</devices> </devices>
</domain> </domain>
```
*NOTE:* This Libvirt XML is only a sample; it should be modified to fit the specifics of the VM. Alternatively to manual configuration, one can use a tool like `virt-manager` to generate valid Libvirt XML configurations for PVC to use. *NOTE:* This Libvirt XML is only a sample; it should be modified to fit the specifics of the VM. Alternatively to manual configuration, one can use a tool like `virt-manager` to generate valid Libvirt XML configurations for PVC to use.