Jay Jahns 18468787b9 Add Initial NSX Integration
Default variables are established to add NSX integration to OSA,
as well as documentation on how to implement the integration.

Change-Id: I9843fedf2463251f7663d4607932f029f86dbda2
2020-08-28 20:21:07 +00:00

8 lines
169 B
Django/Jinja

[DEFAULT]
[nsx_p]
nsx_api_user = {{ nsx_api_user | default('admin') }}
nsx_api_password = {{ nsx_api_password }}
nsx_api_managers = {{ nsx_api_managers | join(',') }}