NSX|V: Ensure that 6.2.x can start with transparent vlan config

Enable the service to start but do not enable the extension if the
feature is not supported by the NSX

Change-Id: I3f8f95bb08a3e98acdd3602919ca50c3c410439e
This commit is contained in:
Zhenmei 2017-05-15 05:05:03 -04:00 committed by Gary Kotton
parent d204d0bad3
commit 0d1f29d654
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ class NsxVPluginV2(addr_pair_db.AllowedAddressPairsMixin,
if c_utils.is_nsxv_version_6_3(self.nsx_v.vcns.get_version()):
self.supported_extension_aliases.append("vlan-transparent")
else:
raise NotImplementedError(_("Transparent support only from "
"NSX 6.3 onwards"))
LOG.warning("Transparent support only from "
"NSX 6.3 onwards")
self.sg_container_id = self._create_security_group_container()
self.default_section = self._create_cluster_default_fw_section()
self._process_security_groups_rules_logging()