weizhouapache commented on code in PR #6845:
URL: https://github.com/apache/cloudstack/pull/6845#discussion_r1008076272


##########
api/src/main/java/com/cloud/deploy/DeploymentPlan.java:
##########
@@ -20,10 +20,21 @@
 import com.cloud.vm.ReservationContext;
 
 import java.util.List;
+import java.util.Map;
 
 /**
  */
 public interface DeploymentPlan {
+
+    Integer DEFAULT_HOST_PRIORITY = 0;
+
+    enum HostPriority {
+        HIGH,
+        DEFAULT,
+        LOW,
+        PROHIBITED
+    }

Review Comment:
   as suggested, change enum name to HostPriorityAdjustment



-- 
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]

Reply via email to