You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/18 20:02:25 UTC

[jira] [Commented] (CLOUDSTACK-9354) Problem creating template from snapshot via Marvin

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

ASF GitHub Bot commented on CLOUDSTACK-9354:
--------------------------------------------

GitHub user mike-tutkowski opened a pull request:

    https://github.com/apache/cloudstack/pull/1501

    Fixing an issue in Marvin around creating a template from a snapshot

    This fixes the following ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9354
    
    The problem was that Marvin was requiring you to pass in the "ispublic" parameter when creating a template from a snapshot.
    
    As the ticket notes, this issue was introduced by the following commit: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=bbe0fc4be9527d51820b067a602886003991db4d
    
    The solution I've provided is simply to check if the "ispublic" property is in the dictionary before referencing it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-tutkowski/cloudstack cs-9354

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1501.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1501
    
----
commit df85825c1a7870b2de56898fb15ff2bb8323b490
Author: Mike Tutkowski <mi...@solidfire.com>
Date:   2016-04-18T17:56:08Z

    CLOUDSTACK-9354 - Fixing an issue in Marvin around creating a template from a snapshot (if “is public” is not provided, there was a problem)

----


> Problem creating template from snapshot via Marvin
> --------------------------------------------------
>
>                 Key: CLOUDSTACK-9354
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9354
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: marvin
>    Affects Versions: 4.9.0
>         Environment: N/A
>            Reporter: Mike Tutkowski
>            Assignee: Mike Tutkowski
>             Fix For: 4.9.0
>
>
> From an e-mail I sent to dev@ on April 14, 2016:
> Hi,
> I noticed an issue in Marvin the other day and I tracked it to this commit:
> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=bbe0fc4be9527d51820b067a602886003991db4d
> The problem is that it assumes the "ispublic" parameter will be provided. If it is not, then an exception is thrown.
> I think we want code more like this:
>         if "ispublic" in services:
>             cmd.ispublic = services["ispublic"]
> I don't think we would want to require the "ispublic" parameter in Marvin. It's not required in our API:
> http://cloudstack.apache.org/api/apidocs-4.8/root_admin/createTemplate.html​
> Unless someone can think of a reason why this part of the code is the way it is now, I plan to open a PR to fix this soon.
> Thanks,
> Mike



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)