rhtyd commented on a change in pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#discussion_r438670077
##########
File path: python/lib/cloudutils/syscfg.py
##########
@@ -144,9 +146,14 @@ def __init__(self, env):
class sysConfigAgentRedhat7Base(sysConfigAgent):
def __init__(self, env):
- self.svo = serviceOpsRedhat7()
+ self.svo = serviceOpsRedhat7Later()
Review comment:
Perhaps refactor the name? Unless this will handle for EL8 as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]