Merge "Add ../network/scripts/ to search path for run-os-net-config.sh"

This commit is contained in:
Zuul 2019-08-30 11:38:47 +00:00 committed by Gerrit Code Review
commit 95810f9545
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ for base_path in opts.files:
# path relative to NIC config files
script_paths = [opts.script_dir]
script_paths.append('../../scripts/run-os-net-config.sh')
script_paths.append('../network/scripts/run-os-net-config.sh')
script_paths.append(
'/usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh')