You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Dies Koper (JIRA)" <ji...@apache.org> on 2012/05/10 04:26:49 UTC

[jira] [Updated] (DTACLOUD-211) no Run action button in instance GUI, and run_on_instance operation (probably) doesn't work on GoGrid, Rackspace and EC2 due to coding bug

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

Dies Koper updated DTACLOUD-211:
--------------------------------

    Attachment: 0001-DTACLOUD-211-add-run-script-button-to-instance-view-.patch

Fixes the issues in the drivers and adds a 'run script' button to the view of running instances.
                
> no Run action button in instance GUI, and run_on_instance operation (probably) doesn't work on GoGrid, Rackspace and EC2 due to coding bug
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-211
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-211
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>            Reporter: Dies Koper
>            Assignee: David Lutterkort
>         Attachments: 0001-DTACLOUD-211-add-run-script-button-to-instance-view-.patch
>
>
> GoGrid, Rackspace and EC2 have:
>  
>    param[:ip] = target.public_addresses
>    param[:ip] = target.public_addresses.first
> FGCP driver uses:
>       param[:ip] = target.public_addresses.first.address
> It works on the FGCP driver so I suspect it doesn't work on the other three.
> Also, there is no button on the instance GUI to bring you to the run_on_instance page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira