Fix error message for vip provision

It's using the wrong argument.

Change-Id: I96959dd8c7945cb8ea37d75c3922e64a10e89199
This commit is contained in:
ramishra 2021-05-14 14:42:40 +05:30
parent 0b9e9a43c8
commit 2fabd773f0
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