Remove unused method in ContainerManager
This commit is contained in:
parent
c3aab8ddcf
commit
17fc0f11db
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)))
|
self.fail("Error stopping container %s: %s" % (container_id, str(exc)))
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def connect_container_to_network(self, container_id, network ):
|
|
||||||
# TODO - Implement network connecions
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
argument_spec = dict(
|
argument_spec = dict(
|
||||||
|
|
Loading…
Reference in a new issue