A common library that interfaces with VMware NSX.
Go to file
Abhishek Raut f20ebba9ef [NSX Search]: Append resource_type while limiting scope for a resource
Currently the search API accepts resource_type as an optional param
which is used to limit the scope of the search to a given type of
resource. This in turn searches the backend for all fields of all
objects.
For example, a search for LogicalSwitch resource_type may return
NSGroups which contain a membership criteria for LogicalSwitch.
In this case NSGroups are returned since the target_type field for
the NSGroup is set to LogicalSwitch.
In order to correctly return only objects of type LogicalSwitch, the
query must have resource_type:LogicalSwitch instead of LogicalSwitch.

Change-Id: I0418c0a758b28ec46b77a7adaf2dbc3addac6da3
2017-01-17 13:45:21 -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 [NSX Search]: Append resource_type while limiting scope for a resource 2017-01-17 13:45:21 -08: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 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-03-02 05:09:24 +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 2017-03-03 23:01:33 +00:00
test-requirements.txt Updated from global requirements 2017-02-10 06:02:15 +00:00
tox.ini Add in tox -s cover support 2017-03-01 02:28:49 -08:00

README.rst

vmware-nsxlib

Features

  • TODO