You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chip Childers (JIRA)" <ji...@apache.org> on 2013/06/04 20:55:27 UTC

[jira] [Updated] (CLOUDSTACK-1717) AWS Regions - Local region entry that gets added by default should not include "/api" for its end_point.Also the endpoint should have the actual hostname instead of localhost.

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

Chip Childers updated CLOUDSTACK-1717:
--------------------------------------

    Fix Version/s:     (was: 4.1.0)
                   4.2.0
    
> AWS Regions - Local region entry that gets added by default should not include "/api" for its end_point.Also the endpoint should have the actual hostname instead of localhost.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1717
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1717
>             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
>             Fix For: 4.2.0
>
>
> AWS Regions - Local region entry that gets added by default we should not include "/api" for its end_point.
> Also the endpoint should have the actual hostname instead of localhost.
> End_point for  Local region entry that gets added by default is " http://localhost:8080/client/api". 
> This is inconsistent with the other regions that are being added using endpoint with format "http://<ipaddress>:8080/client/".  Also it is better to include the ipaddress of the hostname instead of "localost"
> mysql> select * from region;
> +----+---------+-----------------------------------+
> | id | name    | end_point                         |
> +----+---------+-----------------------------------+
> |  1 | region1 | http://10.223.131.202:8080/client |
> |  2 | Local   | http://localhost:8080/client/api  |
> +----+---------+-----------------------------------+
> 2 rows in set (0.00 sec)

--
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