From c93f928b03147a983d182edd71e00c29072c2c1e Mon Sep 17 00:00:00 2001 From: Gary Kotton <gkotton@vmware.com> Date: Sat, 3 Feb 2018 13:43:33 -0800 Subject: [PATCH] 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 --- vmware_nsx/plugins/nsx/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vmware_nsx/plugins/nsx/plugin.py b/vmware_nsx/plugins/nsx/plugin.py index cf3a01cfcb..c417e2502e 100644 --- a/vmware_nsx/plugins/nsx/plugin.py +++ b/vmware_nsx/plugins/nsx/plugin.py @@ -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__()