Remove reference to --network-ports

We dropped the option in Ia0df205ea568f089c7cb7e5464bde76d294f4c36.

Change-Id: I68ada9c2e28a1c81bc89cb46e26acdb7df45e81e
This commit is contained in:
rabi 2021-08-19 10:34:26 +05:30
parent e1ad62d26e
commit d3e63bc302
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,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(