Ubuntu Pastebin

Paste from babbageclunk at Fri, 23 Dec 2016 01:04:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<domain type="kvm">
    <os>
        <type>hvm</type>
    </os>
    <features>
        <acpi></acpi>
        <apic></apic>
        <pae></pae>
    </features>
    <devices>
        <controller type="usb" index="0">
            <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x2"></address>
        </controller>
        <controller type="pci" index="0" model="pci-root"></controller>
        <serial type="pty">
            <source path="/dev/pts/2"></source>
            <target port="0"></target>
        </serial>
        <console type="pty" tty="/dev/pts/2">
            <source path="/dev/pts/2"></source>
            <target port="0"></target>
        </console>
        <input type="mouse" bus="ps2"></input>
        <input type="keyboard" bus="ps2"></input>
        <graphics type="vnc" port="-1" autoport="yes" listen="127.0.0.1">
            <listen type="address" address="127.0.0.1"></listen>
        </graphics>
        <video>
            <model type="cirrus" vram="9216" heads="1"></model>
            <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"></address>
        </video>
        <interface type="bridge">
            <mac address=""></mac>
            <model type="virtio"></model>
            <source bridge="virbr0"></source>
            <guest dev="eth0"></guest>
        </interface>
        <disk device="disk" type="file">
            <driver type="qcow2" name="qemu"></driver>
            <source file="/var/lib/juju/kvm/guests/juju-862251-1-kvm-3.qcow"></source>
            <target dev="vda"></target>
        </disk>
        <disk device="disk" type="file">
            <driver type="raw" name="qemu"></driver>
            <source file="/var/lib/juju/kvm/guests/juju-862251-1-kvm-3-ds.iso"></source>
            <target dev="vdb"></target>
        </disk>
    </devices>
    <name>juju-862251-1-kvm-3</name>
    <vcpu>1</vcpu>
    <currentMemory unit="MiB">512</currentMemory>
    <memory unit="MiB">512</memory>
</domain>
Download as text