summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:18:30 -0600
committermatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:18:30 -0600
commit9ea70573e95dd0172dd9dd0edb01bc0709d3f58d (patch)
treef598af2ccc3d3bacd7e2fe65a888d74880baee21
parent733f3bce52811fec3de009ec21bbdfba9112b8ae (diff)
downloadcxmanage-9ea70573e95dd0172dd9dd0edb01bc0709d3f58d.tar.gz
nojira fixing to vs from
Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
-rw-r--r--cxmanage_api/fabric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxmanage_api/fabric.py b/cxmanage_api/fabric.py
index 4682ae6..32584cf 100644
--- a/cxmanage_api/fabric.py
+++ b/cxmanage_api/fabric.py
@@ -377,7 +377,7 @@ class Fabric(object):
"""
self.primary_node.bmc.fabric_config_rm_network(name=name)
- def unassign_network_to_uplink(self, name, uplink):
+ def unassign_network_from_uplink(self, name, uplink):
"""Unassigns the network to the uplink
>>> fabric.unassign_network_to_uplink('foo', 0)