Remove --skip-nodes-and-networks

Follow up to change - Idaab1f28c4d645279eff0c01b24435bf8571299b
Remove the now ignored option.

Depends-On: I97b8c8762524efbfc12533bbd557a689cff53273
Depends-On: I00241ee91cee42770c67fa181482c6e6ad9dedf1
Change-Id: Ie3f5149204a74a10df372cb70394fc225f13c209
This commit is contained in:
Harald Jensås 2021-10-08 09:33:35 +02:00
parent afbd091df9
commit c3062ebe8a
1 changed files with 0 additions and 9 deletions

View File

@ -1026,15 +1026,6 @@ class DeployOvercloud(command.Command):
help=_('When --heat-type is pod or container, assume '
'the container image has already been pulled ')
)
parser.add_argument(
'--skip-nodes-and-networks',
action='store_true',
default=False,
help=_('DEPRECATED - This option is ignored if used. '
'The --baremetal-deployment option must be used to enable '
'provisioning of all resources, Baremetal nodes as well as'
'Networks and Virtual IPs')
)
parser.add_argument(
'--disable-protected-resource-types',
action='store_true',