fix nova_statedir_ownership
with change in Ic6f053d56194613046ae0a4a908206ebb453fcf4 run() was removed to be triggered, as a result the script actually don't run. Change-Id: I5050f198f0109faa9299de85e01b0dbe4e5a30ab Closes-Bug: #1903033
This commit is contained in:
parent
861b955ae1
commit
70818dc684
@ -244,4 +244,4 @@ def get_exclude_paths():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
NovaStatedirOwnershipManager('/var/lib/nova', exclude_paths=get_exclude_paths())
|
||||
NovaStatedirOwnershipManager('/var/lib/nova', exclude_paths=get_exclude_paths()).run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user