From 341cbd9c77b7e6d48319ce9e4f0a6b465ee5157c Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Mon, 23 Aug 2010 22:25:09 -0700 Subject: [PATCH] bunch more fixes --- nova/endpoint/cloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/endpoint/cloud.py b/nova/endpoint/cloud.py index db79c585..1c4c3483 100644 --- a/nova/endpoint/cloud.py +++ b/nova/endpoint/cloud.py @@ -599,7 +599,7 @@ class CloudController(object): network_topic = yield self.get_network_topic() rpc.call(network_topic, {"method": "setup_fixed_ip", - "args": {"fixed_ip": fixed_ip['id']}}) + "args": {"fixed_ip_id": fixed_ip['id']}}) rpc.cast(FLAGS.compute_topic, {"method": "run_instance",