Remove unused method in ContainerManager
This commit is contained in:
parent
0a42ada42a
commit
67432709a4
1 changed files with 0 additions and 4 deletions
|
@ -1813,10 +1813,6 @@ class ContainerManager(DockerBaseClass):
|
|||
self.fail("Error stopping container %s: %s" % (container_id, str(exc)))
|
||||
return response
|
||||
|
||||
def connect_container_to_network(self, container_id, network ):
|
||||
# TODO - Implement network connecions
|
||||
pass
|
||||
|
||||
|
||||
def main():
|
||||
argument_spec = dict(
|
||||
|
|
Loading…
Reference in a new issue