You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Everett Toews (JIRA)" <ji...@apache.org> on 2014/04/09 17:02:14 UTC

[jira] [Reopened] (JCLOUDS-317) OpenStack Nova v2.0 Domain Server Status missing from OpenStack API

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

Everett Toews reopened JCLOUDS-317:
-----------------------------------

      Assignee: Everett Toews

The fix here causes a NullPointerException when used with ComputeService.listNodes().

There is no mapping of the SHUTOFF state in Server.Status to a NodeMetadata.Status in NovaComputeServiceContextModule.toPortableNodeStatus. 

This causes a null to be passed to NodeMetadataBuilder.status() in ServerInZoneToNodeMetadata.apply() (L112).

> OpenStack Nova v2.0 Domain Server Status missing from OpenStack API
> -------------------------------------------------------------------
>
>                 Key: JCLOUDS-317
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-317
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.7.1
>            Reporter: Qin An
>            Assignee: Everett Toews
>             Fix For: 1.8.0, 1.7.2
>
>
> In OpenStack Compute API v2 and Extensions Reference:
> http://docs.openstack.org/api/openstack-compute/2/content/
> Section 2.1.1 List Servers:
> http://docs.openstack.org/api/openstack-compute/2/content/List_Servers-d1e2078.html
> One can find the expected Server Status Values.
> However in jClouds(I checked both 1.6 and 1.7), some of these server status are missing.
> They are: RESCUE and SHUTOFF
> Some of the server status are not in OpenStack API documents:
> PAUSED and STOPPED
> Among these differences, I guess SHUTOFF replaced the original STOPPED from v1 and PAUSED is removed from v1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)