This patch removes get_plugin_version because it's left over
from the original plugin api and is not in the current api.
Change-Id: Icc9f4e6074b30edfe46364819f812731ad514b47
LOG = logging.getLogger(__name__)
-PLUGIN_VERSION = 0.88
AGENT_OWNER_PREFIX = "network:"
NOS_DRIVER = 'neutron.plugins.brocade.nos.nosdriver.NOSdriver'
'security-group' in self.supported_extension_aliases}}
return binding
- def get_plugin_version(self):
- """Get version number of the plugin."""
- return PLUGIN_VERSION
-
@staticmethod
def mac_reformat_62to34(interface_mac):
"""Transform MAC address format.