Merge "Remove --skip-nodes-and-networks"

This commit is contained in:
Zuul
2021-10-20 22:38:54 +00:00
committed by Gerrit Code Review

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',