[
https://issues.apache.org/jira/browse/CLOUDSTACK-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajani Karuturi updated CLOUDSTACK-1717:
----------------------------------------
Fix Version/s: (was: 4.4.0)
4.4.3
> 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, 4.2.0
> Environment: Build from 4.1
> Reporter: Sangeetha Hariharan
> Assignee: Kishan Kavala
> Fix For: 4.4.3
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)