Tracking the special scripts we install.
This commit is contained in:
parent
d758cffe38
commit
b4708e3d77
devstack/components
@ -149,6 +149,7 @@ class KeystoneInstaller(comp.PythonInstallComponent):
|
||||
tgt_fn = sh.joinpths(self.bindir, MANAGE_DATA_CONF)
|
||||
sh.write_file(tgt_fn, contents)
|
||||
sh.chmod(tgt_fn, 0755)
|
||||
self.tracewriter.file_touched(tgt_fn)
|
||||
|
||||
def _config_adjust(self, contents, name):
|
||||
if name == ROOT_CONF:
|
||||
|
@ -348,6 +348,7 @@ class NovaInstaller(comp.PythonInstallComponent):
|
||||
tgt_fn = sh.joinpths(self.bindir, NET_INIT_CONF)
|
||||
sh.write_file(tgt_fn, contents)
|
||||
sh.chmod(tgt_fn, 0755)
|
||||
self.tracewriter.file_touched(tgt_fn)
|
||||
|
||||
def _sync_db(self):
|
||||
LOG.info("Syncing the database with nova.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user