vmware-nsx/vmware_nsx/plugins/nsx_v3
Anna Khmelnitsky 2910521b1d NSXv3: Solve race condition in DB cert provider
Certificate provider is dumping certificate to file system and
deleting it immediately after use. In order to prevent file
collisions between neutron processes, pid was used, which was
problematic since the pid was assigned before neutron fork.
This commit switches to use random file name, generated at later
stage.
In addition, it adds locks to bullet-proof collisions within
same process.

Change-Id: Iee6c179a4412b150345e5fffc095b88d86758b51
2017-05-24 20:54:22 -07:00
..
api_replay NSX-v3: Initial framework for api-replay-mode 2016-06-01 09:41:44 -07:00
__init__.py Divide vmware_nsx/plugins into plugin-specific subdirectories 2015-09-16 16:14:47 -07:00
availability_zones.py NSX-V3| Fix AZ when native dhcp is disabled 2017-03-27 09:15:16 +03:00
cert_utils.py Remove logging leftovers 2017-03-29 12:08:47 +00:00
plugin.py NSX|V3: ensure that network rollback works correctly 2017-05-16 02:24:09 -07:00
utils.py NSXv3: Solve race condition in DB cert provider 2017-05-24 20:54:22 -07:00