Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 121488CD3 for ; Wed, 10 Aug 2011 15:14:35 +0000 (UTC) Received: (qmail 60401 invoked by uid 500); 10 Aug 2011 15:14:34 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 60378 invoked by uid 500); 10 Aug 2011 15:14:34 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 60371 invoked by uid 99); 10 Aug 2011 15:14:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 15:14:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 15:14:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AB9CA23888CE; Wed, 10 Aug 2011 15:14:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1156217 - /libcloud/trunk/libcloud/compute/drivers/opennebula.py Date: Wed, 10 Aug 2011 15:14:13 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110810151413.AB9CA23888CE@eris.apache.org> Author: tomaz Date: Wed Aug 10 15:14:13 2011 New Revision: 1156217 URL: http://svn.apache.org/viewvc?rev=1156217&view=rev Log: Add note about compatibility. Modified: libcloud/trunk/libcloud/compute/drivers/opennebula.py Modified: libcloud/trunk/libcloud/compute/drivers/opennebula.py URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/opennebula.py?rev=1156217&r1=1156216&r2=1156217&view=diff ============================================================================== --- libcloud/trunk/libcloud/compute/drivers/opennebula.py (original) +++ libcloud/trunk/libcloud/compute/drivers/opennebula.py Wed Aug 10 15:14:13 2011 @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ -OpenNebula driver +OpenNebula driver. Compatible with OpenNebula 1.4 """ from base64 import b64encode