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


##########
debian/cloudstack-management.postinst:
##########
@@ -59,6 +59,11 @@ if [ "$1" = configure ]; then
 
     ln -sf ${CONFDIR}/log4j-cloud.xml ${CONFDIR}/log4j.xml
 
+    # install mysql_connector_python
+    if ! pip3 show mysql-connector-python 2>&1 > /dev/null; then

Review Comment:
   add change to use this only as a worstcase workaround



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