Rename db installer for Oneiric.

This commit is contained in:
Doug Hellmann
2012-03-15 16:40:37 -04:00
parent f1b68bc631
commit f1d89301bb
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ commands:
components: components:
db: db:
install: devstack.distros.oneiric:OneiricDBInstaller install: devstack.distros.oneiric:DBInstaller
uninstall: devstack.components.db:DBUninstaller uninstall: devstack.components.db:DBUninstaller
start: devstack.components.db:DBRuntime start: devstack.components.db:DBRuntime
stop: devstack.components.db:DBRuntime stop: devstack.components.db:DBRuntime

View File

@@ -30,7 +30,7 @@ from devstack.packaging import apt
LOG = logging.getLogger(__name__) LOG = logging.getLogger(__name__)
class OneiricDBInstaller(db.DBInstaller): class DBInstaller(db.DBInstaller):
def _configure_db_confs(self): def _configure_db_confs(self):
LOG.info("Fixing up %s mysql configs.", self.distro.name) LOG.info("Fixing up %s mysql configs.", self.distro.name)