rohityadavcloud commented on code in PR #7114:
URL: https://github.com/apache/cloudstack/pull/7114#discussion_r1081254700


##########
python/lib/cloudutils/syscfg.py:
##########
@@ -45,6 +45,8 @@ def getAgent(glbEnv):
             return sysConfigRedhat7(glbEnv)
         elif distribution == "RHEL8":
             return sysConfigRedhat8(glbEnv)
+        elif distribution == "RHEL9":

Review Comment:
   cc @shwstppr I'm not sure particularly if we need this, but followed pattern 
used for EL7 and EL8.



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to