Skip to content

Commit d8bc647

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 2e51647 commit d8bc647

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,7 @@ protected void checkDomainResourceLimit(Long domainId, final ResourceType type,
560560
String message = "Maximum" + messageSuffix;
561561
Map<String, Object> details = new HashMap<>();
562562
details.put("resourceTypeDisplay", StringUtils.isBlank(tag) ? type.getDisplayName() : type.getDisplayName() + " (tag: " + tag + ")");
563-
details.put("resourceOwner", ObjectUtils.firstNonNull(project, account));
564563
details.put("resourceOwnerDomain", domain);
565-
details.put("resourceOwnerType", project == null ? "Account" : "Project");
566564
details.put("resourceLimit", convDomainResourceLimit);
567565
details.put("resourceAmount", convCurrentDomainResourceCount);
568566
details.put("resourceReserved", convCurrentResourceReservation);

0 commit comments

Comments
 (0)