Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 B6BAD10EAD for ; Tue, 26 Nov 2013 17:55:33 +0000 (UTC) Received: (qmail 1036 invoked by uid 500); 26 Nov 2013 17:53:33 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 98991 invoked by uid 500); 26 Nov 2013 17:53:26 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 98015 invoked by uid 99); 26 Nov 2013 17:53:20 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 17:53:20 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 812B51D3C12; Tue, 26 Nov 2013 17:53:15 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7037314085813744558==" MIME-Version: 1.0 Subject: Re: Review Request 15840: CLOUDSTACK-5206: Ability to control the external id of first class objects From: "ASF Subversion and Git Services" To: "ASF Subversion and Git Services" , "Nitin Mehta" , "cloudstack" Date: Tue, 26 Nov 2013 17:53:15 -0000 Message-ID: <20131126175315.7321.3369@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "ASF Subversion and Git Services" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/15840/ X-Sender: "ASF Subversion and Git Services" References: <20131125185521.32080.474@reviews.apache.org> In-Reply-To: <20131125185521.32080.474@reviews.apache.org> Reply-To: "ASF Subversion and Git Services" X-ReviewRequest-Repository: cloudstack-git --===============7037314085813744558== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15840/#review29443 ----------------------------------------------------------- Commit 6bea532efa2e754407d33ac2f56cf56d1385eda0 in branch refs/heads/master from Nitin Mehta [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6bea532 ] CLOUDSTACK-5206: Ability to control the external id of first class objects. Putting in the generic methods and trying it for objects like vm, volume. This is the first cut - ASF Subversion and Git Services On Nov. 25, 2013, 6:55 p.m., Nitin Mehta wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15840/ > ----------------------------------------------------------- > > (Updated Nov. 25, 2013, 6:55 p.m.) > > > Review request for cloudstack. > > > Bugs: CLOUDSTACK-5206 > https://issues.apache.org/jira/browse/CLOUDSTACK-5206 > > > Repository: cloudstack-git > > > Description > ------- > > CLOUDSTACK-5206: Ability to control the external id of first > class objects. Putting in the generic methods and trying it > for objects like vm, volume. This is the first cut > > > Diffs > ----- > > api/src/com/cloud/storage/VolumeApiService.java 47afa10 > api/src/com/cloud/vm/UserVmService.java 444c47a > api/src/org/apache/cloudstack/api/ApiConstants.java 6f919c1 > api/src/org/apache/cloudstack/api/BaseAsyncCreateCustomIdCmd.java PRE-CREATION > api/src/org/apache/cloudstack/api/BaseAsyncCustomIdCmd.java PRE-CREATION > api/src/org/apache/cloudstack/api/BaseCustomIdCmd.java PRE-CREATION > api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java 7180f4e > api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java fbb785f > api/src/org/apache/cloudstack/api/command/user/volume/CreateVolumeCmd.java eb4ac88 > api/src/org/apache/cloudstack/api/command/user/volume/UpdateVolumeCmd.java f12cef8 > engine/schema/src/com/cloud/vm/dao/UserVmDao.java 606d424 > engine/schema/src/com/cloud/vm/dao/UserVmDaoImpl.java 43bdef1 > server/resources/META-INF/cloudstack/core/spring-server-core-managers-context.xml 2a080f9 > server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 4bbc872 > server/src/com/cloud/storage/VolumeApiServiceImpl.java c693527 > server/src/com/cloud/uuididentity/UUIDManager.java PRE-CREATION > server/src/com/cloud/uuididentity/UUIDManagerImpl.java PRE-CREATION > server/src/com/cloud/vm/UserVmManager.java b7b4bd5 > server/src/com/cloud/vm/UserVmManagerImpl.java 00d8063 > > Diff: https://reviews.apache.org/r/15840/diff/ > > > Testing > ------- > > Tested locally. > > > Thanks, > > Nitin Mehta > > --===============7037314085813744558==--