Ejemplo n.º 1
0
 def install(self):
     PythonInstallComponent.install(self)
     #adjust db
     self._setup_db()
     #setup any data
     self._setup_data()
     return self.tracedir
Ejemplo n.º 2
0
 def install(self):
     PythonInstallComponent.install(self)
     #adjust db
     self._setup_db()
     #setup any data
     self._setup_data()
     return self.tracedir
Ejemplo n.º 3
0
 def __init__(self, *args, **kargs):
     PythonInstallComponent.__init__(self, TYPE, *args, **kargs)
     self.gitloc = self.cfg.get("git", "keystone_repo")
     self.brch = self.cfg.get("git", "keystone_branch")
     self.cfgdir = joinpths(self.appdir, CONFIG_DIR)
     self.bindir = joinpths(self.appdir, BIN_DIR)
Ejemplo n.º 4
0
 def __init__(self, *args, **kargs):
     PythonInstallComponent.__init__(self, TYPE, *args, **kargs)
     self.gitloc = self.cfg.get("git", "keystone_repo")
     self.brch = self.cfg.get("git", "keystone_branch")
     self.cfgdir = joinpths(self.appdir, CONFIG_DIR)
     self.bindir = joinpths(self.appdir, BIN_DIR)