Sangeetha Hariharan created CLOUDSTACK-325:
----------------------------------------------
Summary: AWS API - Port 7080 is not opened by default . This needs
to be opened up for AWS calls to work.
Key: CLOUDSTACK-325
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-325
Project: CloudStack
Issue Type: Bug
Components: AWSAPI
Affects Versions: pre-4.0.0
Environment: Tested on "CentOS 6.3" management server.
cloud-sccs
Git Revision: 5ee613fbf2da5f6212f2f166c980506e0c6cb5cb
Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Reporter: Sangeetha Hariharan
AWS API - Port 7080 is not opened by default . This needs to be opened up for
AWS calls to work.
Steps to reproduce the problem:
install management servers.
Once management server is up:
1. Enable ec2 services by enabling the enable.ec2.api global pamater and
restart management server.
2. Create a user and generate api and secret key.
3. Try to register the user using cloudstack-aws-api-register command:
./cloudstack-aws-api-register --apikey=<api-key> --secretkey=<secret-key>
--cert=<cert> --url=http://<mgmt-server-ip>:7080/awsapi
User registration failed with error: [Errno 113] No route to host
Work Around:
Open the port 7080 manually in /etc/sysconfig/iptables and restart the iptables
services.
After this Soap calls will succeed.
--
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