Fixed issue with router id resolution

This commit is contained in:
James Page 2012-11-14 09:46:17 +00:00
parent 0c7085a5f1
commit c0424a887d
1 changed files with 1 additions and 1 deletions

View File

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