From c3062ebe8aa2134bfa5ba623deeaaee102be7fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Fri, 8 Oct 2021 09:33:35 +0200 Subject: [PATCH] Remove --skip-nodes-and-networks Follow up to change - Idaab1f28c4d645279eff0c01b24435bf8571299b Remove the now ignored option. Depends-On: I97b8c8762524efbfc12533bbd557a689cff53273 Depends-On: I00241ee91cee42770c67fa181482c6e6ad9dedf1 Change-Id: Ie3f5149204a74a10df372cb70394fc225f13c209 --- tripleoclient/v1/overcloud_deploy.py | 9 --------- 1 file changed, 9 deletions(-) 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',