vmware-nsxlib/vmware_nsxlib/v3
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
..
__init__.py Expose allocation pool to router creation 2018-08-24 21:14:20 +00:00
client_cert.py Remove sha224 from supported client cert hash algs 2018-05-25 12:41:44 -07:00
client.py Retry on 503 Service Unavailable 2018-05-30 07:02:45 +00:00
cluster.py Support MP cluster unavailable managers 2018-07-22 07:47:18 +03:00
config.py Support MP cluster unavailable managers 2018-07-22 07:47:18 +03:00
constants.py NSX|V3: Support new icmp codes and types list 2018-08-14 10:11:43 +03:00
core_resources.py Expose allocation pool to router creation 2018-08-24 21:14:20 +00:00
exceptions.py Fix an issue: TypeError: __str__ returned non-string (type NoneType) 2018-07-04 00:28:45 -07:00
load_balancer.py New api for getting the LB virtual servers status 2018-08-12 13:41:22 +03:00
native_dhcp.py Separate native DHCP apis to allow external usage 2018-03-08 07:49:17 +00:00
ns_group_manager.py Drop log translations 2017-03-27 08:03:53 +03:00
nsx_constants.py Expose allocation pool to router creation 2018-08-24 21:14:20 +00:00
policy_constants.py Refactor policy code to match the new NSX 2018-02-28 15:46:21 +02:00
policy_defs.py Merge "Policy: support multiple services in a communication map" 2018-03-21 11:53:25 +00:00
policy_resources.py Replace uuid.uuid4() with uuidutils.generate_uuid() 2018-04-03 02:25:42 +00:00
resources.py New resource for getting the managers IPs of the cluster 2018-08-02 11:59:27 +03:00
router.py Fix get_connected_t0_transit_net ot return the IP we need 2018-07-29 15:53:47 +03:00
security.py NSX|V3: Support new icmp codes and types list 2018-08-14 10:11:43 +03:00
trust_management.py Add find cert by pem data method 2017-11-20 13:31:57 -08:00
utils.py Support MP cluster unavailable managers 2018-07-22 07:47:18 +03:00
vpn_ipsec.py New api for getting VPN session status 2018-08-12 14:33:15 +03:00