You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Michal Fojtik (JIRA)" <ji...@apache.org> on 2012/10/25 14:31:12 UTC

[jira] [Commented] (DTACLOUD-353) Request to return 'creation date' for images

    [ https://issues.apache.org/jira/browse/DTACLOUD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484069#comment-13484069 ] 

Michal Fojtik commented on DTACLOUD-353:
----------------------------------------

Support for this feature was added to following drivers:

- RHEV-M
- OpenStack
- Mock (rake mock:fixtures:reset is needed)
- VSphere

As far I checked, this property is not supported by:

- EC2
- Eucalyptus
                
> Request to return 'creation date' for images
> --------------------------------------------
>
>                 Key: DTACLOUD-353
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-353
>             Project: DeltaCloud
>          Issue Type: Improvement
>          Components: Native/Frontend
>         Environment: deltacloud 1.0.3 and upwards
> all platforms
>            Reporter: Ronelle Landy
>            Assignee: Michal Fojtik
>
> The RHEVM API returns a creation date for templates/images but the Deltacloud API does not:
> RHEVM:  <creation_time>2012-09-24T22:47:47.963-04:00</creation_time> on each template
> DELTACLOUD:
>  curl -X GET --user "un:pw" "http://server:3003/api/images/4f0fa2e6-627e-45a9-96a1-5ca4cb64a64b?format=xml"
> <?xml version='1.0' encoding='utf-8' ?>
> <image href='http://server:3003/api/images/4f0fa2e6-627e-45a9-96a1-5ca4cb64a64b' id='4f0fa2e6-627e-45a9-96a1-5ca4cb64a64b'>
>   <name>0f5cafa3-145d-4895-bda3-2c43b8b32ec5</name>
>   <owner_id>admin@internal</owner_id>
>   <description>Template by iwhd</description>
>   <architecture>x86_64</architecture>
>   <state>ok</state>
>   <actions>
>     <link href='http://server:3003/api/instances;image_id=4f0fa2e6-627e-45a9-96a1-5ca4cb64a64b' method='post' rel='create_instance' />
>   </actions>
> </image>
> It is noted that some providers do not return 'creation date' information but for those who do - or provide access to this info through logs, it would be a useful addition to the image information returned from the Deltacloud API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira