Remove keep_env_on_update logic

This is not used anywhere and has been dropped from update
workflow long back.

Change-Id: I1e03c64bc7f3a6c70050db9f364d4435f042e339
This commit is contained in:
ramishra 2021-01-04 18:22:05 +05:30
parent da75777ebf
commit 1feed0e51b
1 changed files with 0 additions and 7 deletions

View File

@ -54,13 +54,6 @@ class DeployOvercloud(command.Command):
log = logging.getLogger(__name__ + ".DeployOvercloud") log = logging.getLogger(__name__ + ".DeployOvercloud")
# This may be switched on by default in the future, but for now
# we'll want this behavior only in `overcloud update stack` and
# `overcloud upgrade stack`, as enabling it here by default might
# mean e.g. it might mean never deleting files under user-files/
# directory in the plan.
_keep_env_on_update = False
def _setup_clients(self, parsed_args): def _setup_clients(self, parsed_args):
self.clients = self.app.client_manager self.clients = self.app.client_manager
self.orchestration_client = self.clients.orchestration self.orchestration_client = self.clients.orchestration