summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/xenapi/vmops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py
index 7f9e78df5..1045d5d98 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -104,7 +104,7 @@ class VMOps(object):
'dns': network['dns'],
'ips': [{'netmask': network['netmask'],
'enabled': '1',
- 'ip': 192.168.3.3}]} # <===== CHANGE!!!!
+ 'ip': '192.168.3.3'}]} # <===== CHANGE!!!!
self.write_network_config_to_xenstore(vm_ref, mapping)
bridge = network['bridge']