Metadata LB configuration should be synchronous
When metadata configuration is deployed to a router or DHCP edge, it overwrites the existing LB configuration. This operation cannot be concurrent with any other transaction on the edge and therefore cannot be asynchronous. Change-Id: I77465a572a8f07a3fd248386899dfd3de27791f1
This commit is contained in:
parent
a7932dab51
commit
cfe96c857b
@ -553,7 +553,7 @@ class NsxVMetadataProxyHandler:
|
||||
|
||||
lb_obj.submit_to_backend(
|
||||
self.nsxv_plugin.nsx_v.vcns,
|
||||
edge_id)
|
||||
edge_id, async=False)
|
||||
|
||||
def configure_router_edge(self, rtr_id, context=None):
|
||||
# Connect router interface to inter-edge network
|
||||
|
Loading…
Reference in New Issue
Block a user