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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to