A common library that interfaces with VMware NSX.
Go to file
Abhishek Raut bc1b7744c6 Fix address bindings in logical port update
During port updates, if the user does not pass address bindings,
nsxlib should perform a LP GET on the backend and use the
existing address bindings.
The response body returns address bindings in a dict format
which breaks the update in _build_attrs method. This patch
adds a new method which will convert the address bindings
dict into PacketAddressClassifier namedtuple.

Change-Id: I660cc63264d1458d17d587555889974571960bd5
2017-01-09 01:57:15 -08: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 Fix address bindings in logical port update 2017-01-09 01:57:15 -08:00
.coveragerc Add initial framework using cookiecutter 2016-08-08 20:41:29 +00: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 Remove vmware-nsxlib bug link 2016-11-08 13:18:36 -05:00
babel.cfg Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
requirements.txt Updated from global requirements 2017-01-18 01:25:39 +00:00
run_tests.sh Move all nsxlib code and tests to vmware_nsxlib 2016-10-06 09:59:47 +03:00
setup.cfg Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
setup.py Updated from global requirements 2016-10-05 13:38:14 +00:00
test-requirements.txt Updated from global requirements 2016-11-09 04:26:32 +00:00
tox.ini Expand PEP8 tests on nsxlib 2016-12-25 07:55:36 +02:00

README.rst

vmware-nsxlib

Features

  • TODO