bump
On 09/05/12 17:37, Dies Koper (JIRA) wrote:
> Dies Koper created DTACLOUD-211:
> -----------------------------------
>
> Summary: 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
>
>
> 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
>
>