summaryrefslogtreecommitdiff
path: root/trove/guestagent/datastore/mysql_common/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/guestagent/datastore/mysql_common/service.py')
-rw-r--r--trove/guestagent/datastore/mysql_common/service.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/trove/guestagent/datastore/mysql_common/service.py b/trove/guestagent/datastore/mysql_common/service.py
index 64abe542..4efa091c 100644
--- a/trove/guestagent/datastore/mysql_common/service.py
+++ b/trove/guestagent/datastore/mysql_common/service.py
@@ -641,11 +641,6 @@ class BaseMySqlApp(service.BaseDbApp):
LOG.exception("Could not delete logfile.")
raise
- def reset_configuration(self, configuration):
- LOG.info("Resetting configuration.")
- self.configuration_manager.save_configuration(configuration)
- self.wipe_ib_logfiles()
-
def restart(self):
LOG.info("Restarting mysql")