[
https://issues.apache.org/jira/browse/CLOUDSTACK-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629196#comment-14629196
]
ASF GitHub Bot commented on CLOUDSTACK-8483:
--------------------------------------------
Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/334#discussion_r34755962
--- Diff:
api/src/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java
---
@@ -124,6 +127,9 @@
description = "true if template contains XS/VMWare tools
inorder to support dynamic scaling of VM cpu/memory")
protected Boolean isDynamicallyScalable;
+ @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID,
entityType = ProjectResponse.class, description = "create template for the
project")
+ private Long projectId;
--- End diff --
Ping. Since, this is an append only API change. IMO we can merge on 4.5 as
well.
Updates, is this good to go?
> Private template not visible in project
> ---------------------------------------
>
> Key: CLOUDSTACK-8483
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8483
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Projects
> Affects Versions: 4.5.0
> Reporter: Sudhansu Sahu
> Assignee: Sudhansu Sahu
>
> Private template get created outside the project context. These templates are
> not visible in project view.
> STEPS TO REPRODUCE:
> 1 Select a project view, and go into volumes view
> 2 Create a template from a Volume and wait until the process is complete
> 3 The template cannot be found in the project
> 4 Navigate back to the "Default view" The template can be found in the
> templates screen in this view
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)