From c0424a887d32694ccedb70d0287a6c881f6e0454 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 14 Nov 2012 09:46:17 +0000 Subject: [PATCH] Fixed issue with router id resolution --- hooks/quantum_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/quantum_utils.py b/hooks/quantum_utils.py index cd97733d..09d9c466 100644 --- a/hooks/quantum_utils.py +++ b/hooks/quantum_utils.py @@ -194,7 +194,7 @@ def configure_ext_net(username, 'Plugging router into ext_net') router = \ quantum.add_gateway_router( - router=['router']['id'], + router=router['router']['id'], body={'network_id': network['network']['id']} ) log('INFO',