[
https://issues.apache.org/jira/browse/CLOUDSTACK-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110520#comment-14110520
]
ASF subversion and git services commented on CLOUDSTACK-7405:
-------------------------------------------------------------
Commit b3bfe21cf1e3c73ebdc6b597f32558b63b2fe519 in cloudstack's branch
refs/heads/4.3 from [~webern]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b3bfe21 ]
CLOUDSTACK-7405: Allow all VR urls to be accessed without trailing slash
Signed-off-by: Erik Weber <[email protected]>
Signed-off-by: Sebastien Goasguen <[email protected]>
> ec2 metadata service requires trailing / for listing items
> ----------------------------------------------------------
>
> Key: CLOUDSTACK-7405
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7405
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: AWSAPI
> Reporter: Scott Moser
> Priority: Minor
>
> This came to me through bug reports to cloud-init:
> https://bugs.launchpad.net/cloud-init/+bug/1356855
> and
> https://bugs.launchpad.net/cloud-init/+bug/1311107
> Apparently, the EC2 metadata service that cloudstack provides returns a 404
> for "dictionary" entries that do not have a trailing /.
> Example (as reported to me, i have no first hand experience).
> $ wget http://169.254.169.254/latest/meta-data ;
> 404
> $ wget http://169.254.169.254/latest/meta-data/
> $ cat index.html ; echo
> ami-id
> ami-launch-index
> ami-manifest-path
> block-device-mapping/
> hostname
> instance-action
> instance-id
> instance-type
> local-hostname
> local-ipv4
> mac
> metrics/
> network/
> placement/
> profile
> public-hostname
> public-ipv4
> public-keys/
> reservation-id
> security-groups
> services/
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)