Remove unused method in ContainerManager

This commit is contained in:
chouseknecht 2016-06-03 02:10:59 -04:00 committed by Matt Clay
parent c3aab8ddcf
commit 17fc0f11db

View file

@ -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(