This fixes the Quantum side of bug #
1070009
Change-Id: I07c41814a3acfb2749d503fe1bc64ab7707535ee
Signed-off-by: Julien Danjou <julien@danjou.info>
'port.exists',
notifier_api.INFO,
{'port': port})
+ for router in plugin.get_routers(context):
+ notifier_api.notify(context,
+ notifier_api.publisher_id('network'),
+ 'router.exists',
+ notifier_api.INFO,
+ {'router': router})
+ for floatingip in plugin.get_floatingips(context):
+ notifier_api.notify(context,
+ notifier_api.publisher_id('network'),
+ 'floatingip.exists',
+ notifier_api.INFO,
+ {'floatingip': floatingip})