X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombSetup.py;fp=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombSetup.py;h=796639e87973d3768145e2c3ec179648d5ae2bcf;hp=b9c4c568027bad291f436a190c0ca3e4373adbd0;hb=f3b78e659d703921581b4007fd88c770672cd988;hpb=8bac3376ddbefc0c4e668f57f4d7083c276dbc7b diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py index b9c4c56802..796639e879 100644 --- a/resources/libraries/python/honeycomb/HoneycombSetup.py +++ b/resources/libraries/python/honeycomb/HoneycombSetup.py @@ -503,15 +503,13 @@ class HoneycombSetup(object): "in progress ...".format(node['host'])) @staticmethod - def install_odl_features(node, odl_name, path, *features): + def install_odl_features(node, path, *features): """Install required features on a running ODL client. :param node: Honeycomb node. - :param odl_name: Name of ODL client version to use. :param path: Path to ODL client on node. :param features: Optional, list of additional features to install. :type node: dict - :type odl_name: str :type path: str :type features: list """