Merge "Fix mariadb status after upgrade"

This commit is contained in:
Zuul 2019-04-09 23:43:01 +00:00 committed by Gerrit Code Review
commit 6a022e8bea
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ class MySqlManager(manager.Manager):
preserve=True, as_root=True)
self.configuration_manager.refresh_cache()
app.start_mysql()
app.status.end_restart()
def restart(self, context):
app = self.mysql_app(self.mysql_app_status.get())