You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "John Clarke (JIRA)" <ji...@apache.org> on 2019/01/15 13:49:00 UTC

[jira] [Updated] (JCLOUDS-1486) Fix NPE and Remove Nullable osImageKey From OsImage

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

John Clarke updated JCLOUDS-1486:
---------------------------------
    Description: 
NodeMetadata.Status cannot be calculated based on server.state() only.
 eg. NodeMetadata.Status.SUSPENDED === server.state() == NORMAL && !server.started()
 also, missing key for State.PENDING_ADD leads to NPEs.

 

Undo change to make osImageKey Nullable in org.jclouds.dimensiondata.cloudcontrol.domain.OsImage

  was:Update dimensiondata ServerImageApi to support v2.7


> Fix NPE and Remove Nullable osImageKey From OsImage
> ---------------------------------------------------
>
>                 Key: JCLOUDS-1486
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1486
>             Project: jclouds
>          Issue Type: Task
>          Components: jclouds-labs
>    Affects Versions: 2.1.0
>            Reporter: John Clarke
>            Priority: Major
>              Labels: dimensiondata
>             Fix For: 2.1.2
>
>
> NodeMetadata.Status cannot be calculated based on server.state() only.
>  eg. NodeMetadata.Status.SUSPENDED === server.state() == NORMAL && !server.started()
>  also, missing key for State.PENDING_ADD leads to NPEs.
>  
> Undo change to make osImageKey Nullable in org.jclouds.dimensiondata.cloudcontrol.domain.OsImage



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)