Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 098AB200C15 for ; Wed, 8 Feb 2017 10:25:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0821D160B67; Wed, 8 Feb 2017 09:25:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53BA0160B5A for ; Wed, 8 Feb 2017 10:25:11 +0100 (CET) Received: (qmail 79075 invoked by uid 500); 8 Feb 2017 09:24:10 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 79022 invoked by uid 500); 8 Feb 2017 09:24:10 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 78993 invoked by uid 99); 8 Feb 2017 09:24:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 09:24:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2D993189ABA for ; Wed, 8 Feb 2017 09:24:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id W_wU29BKkZhv for ; Wed, 8 Feb 2017 09:24:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 86BAA618B0 for ; Wed, 8 Feb 2017 09:24:08 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3E9CEE0D1E for ; Wed, 8 Feb 2017 09:24:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 97154252EB for ; Wed, 8 Feb 2017 09:23:59 +0000 (UTC) Date: Wed, 8 Feb 2017 09:23:59 +0000 (UTC) From: "Daan Hoogland (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-3975) createVolume using accountid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Feb 2017 09:25:12 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daan Hoogland closed CLOUDSTACK-3975. ------------------------------------- Resolution: Won't Fix > createVolume using accountid > ---------------------------- > > Key: CLOUDSTACK-3975 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3975 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the default.) > Components: API > Affects Versions: 4.1.0 > Environment: Any environment > Reporter: Mitchell Klijnstra > Priority: Minor > Labels: API > > Currently it is possible when calling the CS API to associate a new yet-to-create volume to an account using the account name. This works but is in my opinion not as strict as having the ability to use an account' UUID instead. This would make sure that the disk is never created under a different account then was intended. > It seems logically to me to also allow UUID's as this seems to be the general practise on the API as a whole. Consistency being key. -- This message was sent by Atlassian JIRA (v6.3.15#6346)