A common library that interfaces with VMware NSX.
Go to file
Tong Liu 6982eed2b4 Expose allocation pool to router creation
Recently, platform exposes new API to create LR with allocation
profile so that user can specify allocation pool for LoadBalancer.

Also update the feature support util since this feature is only
available on version 2.3 and after. This feature can be enabled
based on nsx version.

e.g. Create LR with LB SMALL allocation pool
  allocation_pool = {
      "allocation_pool_type": "LoadBalancerAllocationPool",
      "allocation_size": "SMALL"}
  create(..., allocation_pool=allocation_pool)

Change-Id: I55cd17a81b3ff6705345b170d15f26fc9a5b0f74
2018-08-24 21:14:20 +00: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 Really remove tox_install.sh 2018-03-22 20:17:11 +01:00
vmware_nsxlib Expose allocation pool to router creation 2018-08-24 21:14:20 +00:00
.coveragerc Add in tox -s cover support 2017-03-01 02:28:49 -08:00
.gitignore Switch to stestr 2018-07-04 11:33:58 +07:00
.gitreview Added .gitreview 2016-08-01 07:49:28 +00:00
.stestr.conf migrate to stestr 2018-03-06 07:50:40 +02:00
.zuul.yaml Add lower-constraints job 2018-04-09 06:26:32 +00:00
babel.cfg Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
CONTRIBUTING.rst change http with https 2018-02-23 11:33:49 +00:00
HACKING.rst fix error url 2018-02-06 01:06:36 +08:00
LICENSE Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
lower-constraints.txt Switch to stestr 2018-07-04 11:33:58 +07: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
requirements.txt uncap eventlet 2018-04-15 07:44:48 +03:00
run_tests.sh Switch to stestr 2018-07-04 11:33:58 +07: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 Switch to stestr 2018-07-04 11:33:58 +07:00
tox.ini make python 3 the default for tox.ini 2018-06-19 11:38:01 -06:00

vmware-nsxlib

Features

  • TODO