lib/testlab/container/lxc.rb in testlab-0.4.11 vs lib/testlab/container/lxc.rb in testlab-0.4.12

- old
+ new

@@ -93,19 +93,9 @@ end true end - # ZTK:SSH object - # - # Returns a *ZTK:SSH* class instance configured for this container. - # - # @return [ZTK::SSH] An instance of ZTK::SSH configured for this - # container. - def ssh(options={}) - self.node.container_ssh(self, options) - end - # Does the container exist? # # @return [Boolean] True if the containers exists, false otherwise. def exists? @ui.logger.debug { "Container Exists?: #{self.id} " }