TVD: no longer experimental

Remove the log. The plugin is progressing nicely. Core services
are working and have been tested thorughly.

A few remaining issues with service plugins.

Change-Id: I381400fb8bd977b2d8375cb599ae4f675e9e1a6d
This commit is contained in:
Gary Kotton 2018-02-03 13:43:33 -08:00
parent 9ab1f68179
commit c93f928b03
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class NsxTVDPlugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
def __init__(self):
self._extension_manager = nsx_managers.ExtensionManager()
LOG.info("Start NSX TVD Plugin")
LOG.info("This plugin is experimental!")
# Validate configuration
config.validate_nsx_config_options()
super(NsxTVDPlugin, self).__init__()