Added offical pre and post install and having glance use that + the main runner. Some cleanups to the creator of image classes.
This commit is contained in:
@@ -22,6 +22,7 @@ from devstack import utils
|
||||
LOG = logging.getLogger("devstack.components.quantum")
|
||||
TYPE = constants.QUANTUM
|
||||
|
||||
|
||||
class QuantumUninstaller(comp.UninstallComponent):
|
||||
def __init__(self, *args, **kargs):
|
||||
comp.UninstallComponent.__init__(self)
|
||||
@@ -48,7 +49,7 @@ class QuantumInstaller(comp.InstallComponent):
|
||||
|
||||
def install(self):
|
||||
pass
|
||||
|
||||
|
||||
def post_install(self):
|
||||
pass
|
||||
|
||||
@@ -68,4 +69,3 @@ class QuantumRuntime(comp.RuntimeComponent):
|
||||
|
||||
def restart(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user