Fix typos
Fixes a couple of small types in a docstring and exception message. Change-Id: Id6977ca50418f9fbdca2d1a26174637968b305a6
This commit is contained in:
parent
02d87760ee
commit
2add867244
@ -110,16 +110,16 @@ class NetConfig(object):
|
||||
def add_bond(self, bond):
|
||||
"""Add an OvsBond object to the net config object.
|
||||
|
||||
:param bridge: The OvsBond object to add.
|
||||
:param bond: The OvsBond object to add.
|
||||
"""
|
||||
raise NotImplemented("add_bond is not implemented.")
|
||||
|
||||
def add_linux_bond(self, bond):
|
||||
"""Add a LinuxBond object to the net config object.
|
||||
|
||||
:param bridge: The LinuxBond object to add.
|
||||
:param bond: The LinuxBond object to add.
|
||||
"""
|
||||
raise NotImplemented("add_linuxbond is not implemented.")
|
||||
raise NotImplemented("add_linux_bond is not implemented.")
|
||||
|
||||
def apply(self, cleanup=False):
|
||||
"""Apply the network configuration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user