[
https://issues.apache.org/jira/browse/CLOUDSTACK-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030947#comment-15030947
]
ASF GitHub Bot commented on CLOUDSTACK-6276:
--------------------------------------------
Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1134#discussion_r46092351
--- Diff: api/src/org/apache/cloudstack/query/QueryService.java ---
@@ -131,9 +132,7 @@
ListResponse<TemplateResponse> listIsos(ListIsosCmd cmd);
- ListResponse<AffinityGroupResponse> listAffinityGroups(Long
affinityGroupId, String affinityGroupName,
- String affinityGroupType, Long vmId, String accountName, Long
domainId, boolean isRecursive,
- boolean listAll, Long startIndex, Long pageSize, String
keyword);
+ ListResponse<AffinityGroupResponse>
searchForAffinityGroups(ListAffinityGroupsCmd cmd);
--- End diff --
I makes more sense to put this in the AffinityGroupService. (a list
function)
> Affinity Groups within projects
> -------------------------------
>
> Key: CLOUDSTACK-6276
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6276
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Reporter: Ingo Jochim
>
> Hello,
> I like to have the features "Affinity Group" and "Project" combined.
> As far as I know I cannot use Affinity Groups within Projects.
> Thanks and regards,
> Ingo
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)