diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-01-20 16:27:09 -0600 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-01-20 16:27:09 -0600 |
| commit | f77043d44aa640e1811a3fe236fc8fd5dfecf990 (patch) | |
| tree | 5e1b1d3a1d4e61dff92713dcb74775b1f881cd8e | |
| parent | 8d1798008fcec536f1117a275b168ca449f1dfbf (diff) | |
syntax
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 2 |
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'] |
