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?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---