Rename db installer for Oneiric.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user