Merge "fix nova_statedir_ownership"

This commit is contained in:
Zuul 2020-11-24 10:18:49 +00:00 committed by Gerrit Code Review
commit 58db5362f7
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()