A common library that interfaces with VMware NSX.
Go to file
Gary Kotton 216d8a3be9 Provide a callback to inject headers to the NSX
Enable application to bind to a callback that will inject
headers to the requests sent to the NSX. This can for example
be: 'X-NSX-EUSER' which will provide the NSX context of the user
on behalf of whom the opertaion is done.

A new method set_inject_headers_callback(in is added. This method
receives a callback that should return a dictionary of headers to
be added.

Change-Id: I90fa7ea8c7828bf97aec66321e4169588108760e
2017-10-24 23:41:56 -07:00
doc/source Expand PEP8 tests on nsxlib 2016-12-25 07:55:36 +02:00
releasenotes Enable release notes translation 2016-10-06 20:56:37 +02:00
tools Add Constraints support 2016-12-21 14:00:57 +11:00
vmware_nsxlib Provide a callback to inject headers to the NSX 2017-10-24 23:41:56 -07:00
.coveragerc Add in tox -s cover support 2017-03-01 02:28:49 -08:00
.gitignore Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
.gitreview Added .gitreview 2016-08-01 07:49:28 +00:00
.testr.conf Move all nsxlib code and tests to vmware_nsxlib 2016-10-06 09:59:47 +03:00
CONTRIBUTING.rst Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
HACKING.rst Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
LICENSE Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
MANIFEST.in Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
README.rst VMware-NSXLib:Remove Invalid Link 2017-07-17 15:12:58 +08:00
babel.cfg Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
requirements.txt Updated from global requirements 2017-09-26 15:59:15 +00:00
run_tests.sh Move all nsxlib code and tests to vmware_nsxlib 2016-10-06 09:59:47 +03:00
setup.cfg Remove support for py34 2017-06-07 10:58:31 +07:00
setup.py Updated from global requirements 2017-03-03 23:01:33 +00:00
test-requirements.txt Updated from global requirements 2017-09-11 21:52:22 +00:00
tox.ini Use flake8-import-order plugin 2017-07-04 22:35:02 -07:00

README.rst

vmware-nsxlib

Features

  • TODO