summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2011-03-24 15:41:02 -0700
committerAnthony Young <sleepsonthefloor@gmail.com>2011-03-24 15:41:02 -0700
commit71bd388a6c04df68e4392dbb7354cc8b14f596fe (patch)
tree0679b124cb48e92cbf6850f81e7dbc596eda34b8
parent85ad729e4448bb4211b79e325cef897fc4e2b0bb (diff)
downloadnova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.tar.gz
nova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.tar.xz
nova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.zip
fix typo
-rw-r--r--nova/virt/libvirt.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt.xml.template b/nova/virt/libvirt.xml.template
index bcc6b3aed..ff98275fc 100644
--- a/nova/virt/libvirt.xml.template
+++ b/nova/virt/libvirt.xml.template
@@ -102,7 +102,7 @@
</serial>
#if $getVar('vnc_compute_host_iface', False)
- <graphics type='vnc' port='-1' autoport='yes' keymap='en-us' listen='${vnc_host_iface}'/>
+ <graphics type='vnc' port='-1' autoport='yes' keymap='en-us' listen='${vnc_compute_host_iface}'/>
#end if
</devices>
</domain>