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

Marios Andreou resolved DTACLOUD-211.
-------------------------------------

    Resolution: Fixed
      Assignee: Marios Andreou  (was: David Lutterkort)

ACK - good catch! Seems this was forgotten when the Address model was updated.

Pushed to master:

"Adds Run action button in HTML UI for run_on_instance"  commit hash: 
1bb1e32b6e660b62e330a9dba9c2887636aaf5c8

"Fix run_on_instance code to grab IP address correctly" commit hash:
140765e6d5e5e2a13533c14ebba9f194aaa4576f
                
> 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: Marios Andreou
>         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

        

Reply via email to