summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-01-26 14:59:17 -0600
committerTrey Morris <trey.morris@rackspace.com>2011-01-26 14:59:17 -0600
commit0c7893e4119bcccdfdfdcdef0931fcc8802688e8 (patch)
treedf3f332fdf1f1afda2721e6ff2d8db16f851c34a /nova
parent303a8ee5bf3086d9b527ff7561b1ec426cff4597 (diff)
downloadnova-0c7893e4119bcccdfdfdcdef0931fcc8802688e8.tar.gz
nova-0c7893e4119bcccdfdfdcdef0931fcc8802688e8.tar.xz
nova-0c7893e4119bcccdfdfdcdef0931fcc8802688e8.zip
added mapping parameter to write_network_config_to_xenstore
Diffstat (limited to 'nova')
-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 c7310987b..68fa1ecd6 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -391,7 +391,7 @@ class VMOps(object):
args = {'id': str(uuid.uuid4())}
resp = self._make_agent_call('resetnetwork', vm, '', args)
- def write_network_config_to_xenstore(self, instance):
+ def write_network_config_to_xenstore(self, instance, mapping):
vm = self._get_vm_opaque_ref(instance)
self.write_to_param_xenstore(vm, mapping)