Merge "Fix error message for vip provision"

This commit is contained in:
Zuul 2021-05-14 15:25:53 +00:00 committed by Gerrit Code Review
commit 956b5d111c
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class OvercloudVirtualIPsProvision(command.Command):
if not os.path.exists(vip_file_path):
raise oscexc.CommandError(
"Virtual IPs configuration file does not exist:"
" %s" % parsed_args.networks_file)
" %s" % parsed_args.vip_file)
overwrite = parsed_args.yes
if (os.path.exists(output_path) and not overwrite