diff --git a/tripleoclient/v1/overcloud_deploy.py b/tripleoclient/v1/overcloud_deploy.py index 90f8a7a9e..099ad0eb9 100644 --- a/tripleoclient/v1/overcloud_deploy.py +++ b/tripleoclient/v1/overcloud_deploy.py @@ -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',