[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishan Kavala resolved CLOUDSTACK-1716.
---------------------------------------

    Resolution: Won't Fix

Region Id is not auto-generated like other entities. Id is assigned by the 
admin while creating a Region. So, it should not be UUID. This is in-line with 
earlier discussion on dev-list
                
> AWS Regions - listRegions(),removeRegions(),updateRegions() should accept 
> UUID value instead of id.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1716
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1716
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0
>         Environment: Build from 4.1
>            Reporter: Sangeetha Hariharan
>            Assignee: Kishan Kavala
>            Priority: Critical
>             Fix For: 4.1.0
>
>
> AWS Regions - listRegions(),removeRegions(),updateRegions() should accept 
> UUID value instead of id.
> Regions table does not have UUID 
> mysql> desc region;
> +-----------+------------------+------+-----+---------+-------+
> | Field     | Type             | Null | Key | Default | Extra |
> +-----------+------------------+------+-----+---------+-------+
> | id        | int(10) unsigned | NO   | PRI | NULL    |       |
> | name      | varchar(255)     | NO   | UNI | NULL    |       |
> | end_point | varchar(255)     | NO   |     | NULL    |       |
> +-----------+------------------+------+-----+---------+-------+
> 3 rows in set (0.00 sec)
> Also listRegions(),removeRegions(),updateRegions() should accept UUID value 
> instead of id. addRegion() should result in UUID being generated for the 
> region entry and returned as part of response.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to