VMWare NSXv: Add distributed URL locking to ini
NSXv plugin supports distributed locking using tooz library. This patch adds the required parameter to the ini file. DocImpact Depends-On: Icbcec938c1c5ae7a528350f2f283388b81fa66b7 Change-Id: I8a7c36d044c4be29b0dfa3fbb8e9379723cebd61
This commit is contained in:
parent
1ab4fc7319
commit
1710f7c72f
@ -150,6 +150,12 @@
|
||||
# (Optional) Password to configure for Edge appliance login
|
||||
# edge_appliance_password =
|
||||
|
||||
# (Optional) URL for distributed locking coordination resource for lock manager
|
||||
# This value is passed as a parameter to tooz coordinator.
|
||||
# By default, value is None and oslo_concurrency is used for single-node
|
||||
# lock management.
|
||||
# locking_coordinator_url =
|
||||
|
||||
[nsx]
|
||||
# Maximum number of ports for each bridged logical switch
|
||||
# The recommended value for this parameter varies with NSX version
|
||||
|
Loading…
x
Reference in New Issue
Block a user