diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 15:41:02 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 15:41:02 -0700 |
| commit | 71bd388a6c04df68e4392dbb7354cc8b14f596fe (patch) | |
| tree | 0679b124cb48e92cbf6850f81e7dbc596eda34b8 | |
| parent | 85ad729e4448bb4211b79e325cef897fc4e2b0bb (diff) | |
| download | nova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.tar.gz nova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.tar.xz nova-71bd388a6c04df68e4392dbb7354cc8b14f596fe.zip | |
fix typo
| -rw-r--r-- | nova/virt/libvirt.xml.template | 2 |
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> |
