Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 77987 invoked from network); 31 Mar 2010 22:15:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Mar 2010 22:15:09 -0000 Received: (qmail 52692 invoked by uid 500); 31 Mar 2010 22:15:09 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 52670 invoked by uid 500); 31 Mar 2010 22:15:09 -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 Delivered-To: moderator for libcloud@incubator.apache.org Received: (qmail 61919 invoked by uid 99); 31 Mar 2010 21:31:35 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Sender: Jerry Chen Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) From: Jerry Chen In-Reply-To: Date: Wed, 31 Mar 2010 16:31:02 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <6E023F3A-8142-48E7-A69E-AB013F1EAE56@apache.org> References: To: libcloud@incubator.apache.org X-Mailer: Apple Mail (2.1078) Subject: Re: [libcloud] PATCH: New IBM Adapter On Mar 31, 2010, at 4:11 PM, Eric Woods wrote: > Here is a patch that includes the framework for the new IBM Developer = Cloud adapter. For proof of concept, I've implemented list_nodes, = list_images, list_sizes, and list_locations. I've included the patch as = an attachment, so I may need to follow up with the patch directly = embedded. Looks like a good start. Could you remove the Eclipse project-related files from the patch? = Perhaps add them to your .svnignore. The next thing that each driver should also have are unit tests, but = that can certainly come in a later commit. Cheers, Jerry=