[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7779) Cloud view: labels for instances are the image id

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Dec 2 04:16:05 EST 2010


    [ https://jira.jboss.org/browse/JBIDE-7779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566779#comment-12566779 ] 

Max Andersen commented on JBIDE-7779:
-------------------------------------

if we are doing this then at least do it fully ;)

private static String getName(DeltaCloudInstance instance) {
		StringBuilder sb = new StringBuilder();
		if (instance != null) {
		      if(instance.getName()!=null) { sb.append(instance.getName()); }
		      if(instance.getId()!=null) { sb.append(" [").append(instance.getId()).append("] "); }
		} 
		sb.toString();

 	}

> Cloud view: labels for instances are the image id
> -------------------------------------------------
>
>                 Key: JBIDE-7779
>                 URL: https://jira.jboss.org/browse/JBIDE-7779
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: deltacloud
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Andre Dietisheim
>            Assignee: Max Andersen
>             Fix For: 3.2.0.Beta2
>
>         Attachments: org-jboss-tools-deltacloud-ui.patch, org-jboss-tools-deltacloud-ui.patch
>
>
> the cloud viewer displays the name it gets for an instance. unfortunately Deltacloud reports the image id as name for an instance. We need a workaround for this since instances cannot be distinguised in the cloud view if they were launched from the same image

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list