Merge "Remove --skip-nodes-and-networks"
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user