Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 46534 invoked from network); 21 Aug 2010 05:56:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Aug 2010 05:56:42 -0000 Received: (qmail 16758 invoked by uid 500); 21 Aug 2010 05:56:42 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 16617 invoked by uid 500); 21 Aug 2010 05:56:38 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 16609 invoked by uid 99); 21 Aug 2010 05:56:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2010 05:56:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2010 05:56:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7L5uGng006816 for ; Sat, 21 Aug 2010 05:56:16 GMT Message-ID: <29755809.485711282370176789.JavaMail.jira@thor> Date: Sat, 21 Aug 2010 01:56:16 -0400 (EDT) From: "Tomaz Muraus (JIRA)" To: libcloud@incubator.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Subject: [libcloud] [jira] Created: (LIBCLOUD-47) Bug in dummy driver (_ip_to_int and _int_to_ip function) Bug in dummy driver (_ip_to_int and _int_to_ip function) -------------------------------------------------------- Key: LIBCLOUD-47 URL: https://issues.apache.org/jira/browse/LIBCLOUD-47 Project: Libcloud Issue Type: Bug Components: Core Reporter: Tomaz Muraus _ip_to_int and _int_to_ip function functions are defined inside a DummyNodeDriver class, but don't accept "self" as a first argument and obviously this won't work and throws an exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.