Merge "Metadata LB configuration should be synchronous"
This commit is contained in:
commit
7a3340e13a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user