Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D596D4FF for ; Tue, 25 Sep 2012 00:07:38 +0000 (UTC) Received: (qmail 76862 invoked by uid 500); 25 Sep 2012 00:07:38 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 76794 invoked by uid 500); 25 Sep 2012 00:07:38 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 76786 invoked by uid 99); 25 Sep 2012 00:07:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 00:07:38 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 00:07:32 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8P07BRh013996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Sep 2012 20:07:11 -0400 Received: from [10.3.112.26] (ovpn-112-26.phx2.redhat.com [10.3.112.26]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8P07AFh004719 for ; Mon, 24 Sep 2012 20:07:10 -0400 Message-ID: <1348531630.7202.11.camel@avon.watzmann.net> Subject: Re: [PATCH 2/4] Tidy up - move 'address' method (singular) to base driver From: David Lutterkort To: dev@deltacloud.apache.org Date: Mon, 24 Sep 2012 17:07:10 -0700 In-Reply-To: <1348134804-20129-2-git-send-email-marios@redhat.com> References: <1348134804-20129-1-git-send-email-marios@redhat.com> <1348134804-20129-2-git-send-email-marios@redhat.com> Organization: Red Hat Inc Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2012-09-20 at 12:53 +0300, marios@redhat.com wrote: > From: marios ACK