fix nova_statedir_ownership

with change in Ic6f053d56194613046ae0a4a908206ebb453fcf4 run() was
removed to be triggered, as a result the script actually don't run.

Depends-On: https://review.opendev.org/#/c/763712
Depends-On: https://review.opendev.org/#/c/763747
Change-Id: I5050f198f0109faa9299de85e01b0dbe4e5a30ab
Closes-Bug: #1903033
(cherry picked from commit 70818dc684)
This commit is contained in:
Martin Schuppert 2020-11-20 16:05:21 +01:00 committed by yatin
parent 63c522eb31
commit 407991def9
1 changed files with 1 additions and 1 deletions

View File

@ -196,4 +196,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()