From b4485ec09fe327a81c94b44393d1ed2430b6a08f Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 11 Sep 2017 14:40:35 -0600 Subject: [PATCH] Update generate_cinder_opts path The location of the generate_cinder_opts script was moved in d3abafdee4affe457e39705fd9b8e27b0f80f657. 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 --- tools/config/generate_cinder_opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/generate_cinder_opts.py b/tools/config/generate_cinder_opts.py index 1f06d3f430c..fa58f582c2d 100644 --- a/tools/config/generate_cinder_opts.py +++ b/tools/config/generate_cinder_opts.py @@ -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"]: