Merge "Remove reference to --network-ports"

This commit is contained in:
Zuul 2021-08-21 03:28:48 +00:00 committed by Gerrit Code Review
commit 72cba8790d
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ class DeployOvercloud(command.Command):
'baremetal deployment'))
parser.add_argument('--network-config',
help=_('Apply network config to provisioned '
'nodes. (Implies "--network-ports")'),
'nodes.'),
default=False,
action="store_true")
parser.add_argument(