Mellanox OS name change: MLNXOS changed to ONYX (#34753)

* Mellanox OS name change: MLNXOS changed to ONYX

Signed-off-by: Samer Deeb <samerd@mellanox.com>

* Fix alphabetical order of modules metadata

Signed-off-by: Samer Deeb <samerd@mellanox.com>
This commit is contained in:
Samer Deeb
2018-01-11 14:21:17 -08:00
committed by John R Barker
parent 57ff84251e
commit f8884f12bc
73 changed files with 381 additions and 383 deletions

View File

@@ -145,7 +145,7 @@ def get_bgp_summary(module):
return show_cmd(module, cmd, json_fmt=False, fail_on_error=False)
class BaseMlnxosModule(object):
class BaseOnyxModule(object):
def __init__(self):
self._module = None