Revision 4b75f8a4 lib/cmdlib/common.py

b/lib/cmdlib/common.py
1287 1287
  return new_digest
1288 1288

  
1289 1289

  
1290
def OpAddInstanceCommunicationNetwork(network):
1291
  """Create OpCode that adds the instance communication network.
1290
def AddInstanceCommunicationNetworkOp(network):
1291
  """Create an OpCode that adds the instance communication network.
1292 1292

  
1293 1293
  This OpCode contains the configuration necessary for the instance
1294 1294
  communication network.
......
1312 1312
    tags=[])
1313 1313

  
1314 1314

  
1315
def OpConnectInstanceCommunicationNetwork(group_uuid, network):
1316
  """Create OpCode that connects a group to the instance communication
1317
  network.
1315
def ConnectInstanceCommunicationNetworkOp(group_uuid, network):
1316
  """Create an OpCode that connects a group to the instance
1317
  communication network.
1318 1318

  
1319 1319
  This OpCode contains the configuration necessary for the instance
1320 1320
  communication network.

Also available in: Unified diff