Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEBF0D46A for ; Tue, 31 Jul 2012 13:06:53 +0000 (UTC) Received: (qmail 56537 invoked by uid 500); 31 Jul 2012 13:06:53 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 56514 invoked by uid 500); 31 Jul 2012 13:06:53 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 56505 invoked by uid 99); 31 Jul 2012 13:06:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 13:06:53 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.199] (HELO na3sys009aog108.obsmtp.com) (74.125.149.199) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 13:06:47 +0000 Received: from mail-vc0-f176.google.com ([209.85.220.176]) (using TLSv1) by na3sys009aob108.postini.com ([74.125.148.12]) with SMTP ID DSNKUBfYUvLyBfPqkXvDxTey+h8cJ2UJj9/5@postini.com; Tue, 31 Jul 2012 06:06:27 PDT Received: by vcbfl11 with SMTP id fl11so7279356vcb.21 for ; Tue, 31 Jul 2012 06:06:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=gFSh7VPuG22lO8hM2moTYj/NXZKLdMSUjZsvxHtcKsE=; b=OrfJux2JGK+KRZZEFg+eGOVSrRGX7SqALfRv9o+4JRFZbUQdjnFQPriz3jOqenYFRo RmPwfAwue6YGRggxVmmX/bEOrX0fnLxqBWEghSDtBQnJfhP5wqdk28/GKhCBTlLEqSNC 5W6cC1jppVOzFSYb1DV7+iVA+pEu02Hqdlpt2BaUdvaKAIFPP2EEkmB+ZoJ1mW4te7cB gNHY1JyWT9r/MAWku/oLCREdzhFPdug6jWvJITORrkYe+jznWeLgpsk3Yce34wip9KXd Onrav3COWDTnWnzfxgodH4wJghSEBOKEW/7dzcAQpQOAjIFGtT4S8g9QHXQf1/bovDen JWAQ== MIME-Version: 1.0 Received: by 10.52.19.133 with SMTP id f5mr12320903vde.41.1343739985703; Tue, 31 Jul 2012 06:06:25 -0700 (PDT) Received: by 10.220.62.78 with HTTP; Tue, 31 Jul 2012 06:06:25 -0700 (PDT) In-Reply-To: <5017A7F5.9060208@widodh.nl> References: <5017A7F5.9060208@widodh.nl> Date: Tue, 31 Jul 2012 09:06:25 -0400 Message-ID: Subject: Re: KVM code will be moved to plugin folder From: Chip Childers To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkozHx1icVtantYN2j47K4wJoj0lKzFcuS0+g8lE/Pcs6FaXuNVLvI4Sk/YknQwaTrpzRtH X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jul 31, 2012 at 5:40 AM, Wido den Hollander wrote: > > > On 07/31/2012 12:03 AM, Edison Su wrote: >> >> KVM code is moved to plugins/hypervisor/kvm, a new jar, cloud-kvm.jar is >> created for all the java classes used by kvm code. > > > Why cloud-kvm.jar? As KVM is also a plugin shouldn't it be named > consistently like cloud-plugin-netapp.jar, cloud-plugin-f5.jar and > cloud-plugin-netscaler.jar? > > Something like: > * cloud-plugin-kvm.jar > * cloud-plugin-hypervisor-kvm.jar > > I think the second name could be a bit long, but since most of the stuff > goes automated for building classpaths I wouldn't mind. > > Wido +1 for the name change. I'd prefer "cloud-plugin-hypervisor-kvm.jar", because that correctly namespaces it as a HV plugin. -chip