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,7 +177,6 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
`$ uuidgen`
`$ $EDITOR /tmp/test1.xml`
```
<domain type='kvm'>
<name>test1</name>
<uuid>[INSERT GENERATED UUID]</uuid>
@ -223,7 +222,6 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
<controller type='scsi' index='0' model='virtio-scsi'/>
</devices>
</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.