You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2016/01/20 18:15:39 UTC

[jira] [Updated] (JCLOUDS-1061) Generic EC2 API assumes the instancetype is required

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

Ignasi Barrera updated JCLOUDS-1061:
------------------------------------
    Summary: Generic EC2 API assumes the instancetype is required  (was: generic EC2 API assumes the instancetype is required)

> Generic EC2 API assumes the instancetype is required
> ----------------------------------------------------
>
>                 Key: JCLOUDS-1061
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1061
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.9.2
>         Environment: OpenNebula 4.14.2
>            Reporter: Paolo
>              Labels: ec2, opennebula
>
> The generic EC2 API assumes the {{instanceType}} field is mandatory, but the OpenNebula API is not returning it. The following response can be used to reproduce the issue and create a unit test to verify it.
> {code:xml}
> <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-01-13/"><requestId>db4affa0-2d0a-4419-9e51-956407249654</requestId>
> <reservationSet>
>     <item>
>         <reservationId>default</reservationId>
>         <ownerId>oneadmin</ownerId>
>         <groupSet>
>             <item>
>                 <groupId>default</groupId>
>             </item>
>         </groupSet>
>         <instancesSet>
>             <item>
>                 <instanceId>i-00000042</instanceId>
>                 <imageId></imageId>
>                 <instanceState>
>                     <code>16</code>
>                     <name>running</name>
>                 </instanceState>
>                 <privateIpAddress>192.168.0.100</privateIpAddress>
>                 <privateDnsName>192.168.0.100</privateDnsName>
>                 <dnsName>192.168.0.100</dnsName>
>                 <keyName>none</keyName>
>                 <productCodes/>
>                 <instanceType></instanceType>
>                 <launchTime>2016-01-20T17:24:25+01:00</launchTime>
>                 <placement>
>                     <availabilityZone>default</availabilityZone>
>                 </placement>
>                 <amiLaunchIndex>42</amiLaunchIndex>
>                 <kernelId>eki-EA801065</kernelId>
>                 <ramdiskId>eri-1FEE1144</ramdiskId>
>                 <monitoring>
>                     <state>disabled</state>
>                 </monitoring>
>                 <clientToken></clientToken>
>             </item>
>         </instancesSet>
>     </item>
> </reservationSet>
> </DescribeInstancesResponse>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)