Update generate_cinder_opts path
The location of the generate_cinder_opts script was moved in
d3abafdee4
. There is a check in
the script to exclude the script to its parsing, but this path
was not updated when it was moved. This updated the path to
the new location.
Change-Id: I369dec534c69f67fea72959bc9d626dddd8768ff
This commit is contained in:
parent
2a92448c69
commit
b4485ec09f
@ -103,7 +103,7 @@ if __name__ == "__main__":
|
||||
|
||||
for atree in dir_trees_list:
|
||||
|
||||
if atree in ["cinder/config/generate_cinder_opts.py",
|
||||
if atree in ["tools/config/generate_cinder_opts.py",
|
||||
"cinder/hacking/checks.py",
|
||||
"cinder/volume/configuration.py",
|
||||
"cinder/test.py"]:
|
||||
|
Loading…
Reference in New Issue
Block a user