Remove unused method in ContainerManager

This commit is contained in:
chouseknecht 2016-06-03 02:10:59 -04:00
parent 0a42ada42a
commit 67432709a4
No known key found for this signature in database
GPG key ID: 78F1698C5705A81B

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(