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',