Add TODO for load balancer feature support

When actual NSX versiono has been determined, we need to revisit
to move the load balancer feature support to the correct version.
We put this feature under NSX 2.0 for now.

Change-Id: I5f6dea097442593ceeb5248625def108b18a9596
This commit is contained in:
Tong Liu 2017-06-23 23:47:41 -07:00
parent a89c605a9d
commit 0cf7954e65

View File

@ -197,6 +197,9 @@ class NsxLib(NsxLibBase):
if (version.LooseVersion(self.get_version()) >=
version.LooseVersion(nsx_constants.NSX_VERSION_2_0_0)):
# Features available since 2.0
# TODO(tongl) Load balancer is supported in the next version
# after 2.0. Move load balancer feature to NSX version 2.x
# when the actual version of NSX has been decided.
if (feature == nsx_constants.FEATURE_EXCLUDE_PORT_BY_TAG or
feature == nsx_constants.FEATURE_ROUTER_FIREWALL or
feature == nsx_constants.FEATURE_LOAD_BALANCER):