Rename node.RYU to node.Ryu

Perhaps it should be RyuController, but just Ryu for now.
RYU made no sense because it's not an acronym.
This commit is contained in:
Bob Lantz
2015-03-18 16:00:28 -07:00
parent df56fa2716
commit c2be20f09e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ OVSController: The test controller from Open vSwitch.
NOXController: a controller node using NOX (noxrepo.org).
RYU: The Ryu controller.
Ryu: The Ryu controller (https://osrg.github.io/ryu/)
RemoteController: a remote controller node, which may use any
arbitrary OpenFlow-compatible controller, and which is not
@@ -1447,7 +1447,7 @@ class NOX( Controller ):
cdir=noxCoreDir,
**kwargs )
class RYU( Controller ):
class Ryu( Controller ):
"Controller to run Ryu application"
def __init__( self, name, *ryuArgs, **kwargs ):
"""Init.