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:
Martin Schuppert 2020-11-20 16:05:21 +01:00
parent 861b955ae1
commit 70818dc684
1 changed files with 1 additions and 1 deletions

View File

@ -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()