You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Chris DeRamus (JIRA)" <ji...@apache.org> on 2013/12/29 13:22:50 UTC

[jira] [Created] (LIBCLOUD-480) Add additional properties/logic to ec2 snapshot calls

Chris DeRamus created LIBCLOUD-480:
--------------------------------------

             Summary: Add additional properties/logic to ec2 snapshot calls
                 Key: LIBCLOUD-480
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-480
             Project: Libcloud
          Issue Type: Improvement
          Components: Compute
            Reporter: Chris DeRamus
            Priority: Trivial


The create_volume_snapshot call does not currently tag the instance if the name keyword argument is passed in. It treats name as the description which in my eyes is misleading. I'd like to add a description keyword argument and use that as the description parameter and if name is set actually tag the newly created resource to remain consistent with other resource creation calls. 

_to_snapshot will also be updated with new properties (progress/start time) and will get the resource tags. The extra dict will also be built using the recently created _get_extra_dict to make adding additional properties easier in the future.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)