neogismm commented on code in PR #6524: URL: https://github.com/apache/cloudstack/pull/6524#discussion_r964505580
########## engine/schema/src/main/resources/META-INF/db/schema-41700to41710.sql: ########## @@ -20,4 +20,112 @@ --; UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'network.disable.rpfilter' AND `value` != 'true'; -UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'consoleproxy.disable.rpfilter' AND `value` != 'true'; \ No newline at end of file +UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'consoleproxy.disable.rpfilter' AND `value` != 'true'; + Review Comment: Sorry @DaanHoogland but I'm not able to figure out how to clean up this branch so I'm closing this PR and opening a new one that only includes my additions/changes to the OAuth feature. -- 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]
