diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-04-06 13:43:02 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-04-06 13:43:02 -0500 |
| commit | 560d36e7ad87ca7e8f8619e146ed4965f33dd391 (patch) | |
| tree | 322ec6276ee8fdb36e909c12b496d7ff45ff1e81 | |
| parent | d3fec5c2c3de2d3a1ef0fd1fd809ff248b6df5a8 (diff) | |
another syntax error
| -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 f02beda24..30754b7b6 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -832,7 +832,7 @@ class VMOps(object): if network['cidr_v6']: info['ip6s'] = [ip6_dict()] if network['gateway_v6']: - info['gateway6'] = network['gateway_v6'], + info['gateway6'] = network['gateway_v6'] network_info.append((network, info)) return network_info |
