Merge "Remove scanning upgrade checker from opts generation"

This commit is contained in:
Zuul 2019-04-03 20:12:27 +00:00 committed by Gerrit Code Review
commit 056046dddc
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ if __name__ == "__main__":
if atree in ["tools/config/generate_cinder_opts.py",
"cinder/hacking/checks.py",
"cinder/volume/configuration.py",
"cinder/test.py"]:
"cinder/test.py",
"cinder/cmd/status.py"]:
continue
dirs_list = atree.split('/')