Merge "Metadata LB configuration should be synchronous"

This commit is contained in:
Jenkins 2015-09-16 09:42:01 +00:00 committed by Gerrit Code Review
commit 7a3340e13a

View File

@ -553,7 +553,7 @@ class NsxVMetadataProxyHandler:
lb_obj.submit_to_backend( lb_obj.submit_to_backend(
self.nsxv_plugin.nsx_v.vcns, self.nsxv_plugin.nsx_v.vcns,
edge_id) edge_id, async=False)
def configure_router_edge(self, rtr_id, context=None): def configure_router_edge(self, rtr_id, context=None):
# Connect router interface to inter-edge network # Connect router interface to inter-edge network