vmware-nsxlib/vmware_nsxlib/tests
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
..
unit Expose allocation pool to router creation 2018-08-24 21:14:20 +00:00
__init__.py Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00
base.py Add initial framework using cookiecutter 2016-08-08 20:41:29 +00:00