Copilot commented on code in PR #12500:
URL: https://github.com/apache/cloudstack/pull/12500#discussion_r2716988130
##########
api/src/main/java/org/apache/cloudstack/api/ApiConstants.java:
##########
@@ -1086,7 +1085,6 @@ public class ApiConstants {
public static final String GUEST_VM_CIDR = "guestvmcidr";
public static final String NETWORK_CIDR = "networkcidr";
public static final String RESERVED_IP_RANGE = "reservediprange";
- public static final String UCS_MANAGER_ID = "ucsmanagerid";
public static final String UCS_PROFILE_DN = "profiledn";
public static final String UCS_BLADE_DN = "bladedn";
public static final String UCS_BLADE_ID = "bladeid";
Review Comment:
Incomplete removal of UCS-related constants. Since the UCS hypervisor plugin
is being disabled, these remaining UCS constants (UCS_PROFILE_DN, UCS_BLADE_DN,
UCS_BLADE_ID) should also be removed for consistency with the removal of UCS_DN
and UCS_MANAGER_ID.
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]