Merge "Disable redundant shutoff of ephemeral heat"

This commit is contained in:
Zuul 2022-11-24 09:05:01 +00:00 committed by Gerrit Code Review
commit 7aa384e56e
1 changed files with 0 additions and 8 deletions

View File

@ -1294,14 +1294,6 @@ class DeployOvercloud(command.Command):
rcpath, old_rcpath))
print("Overcloud Deployed {0}".format(deploy_message))
try:
self.log.info("Stopping ephemeral heat.")
utils.kill_heat(self.heat_launcher)
utils.rm_heat(self.heat_launcher)
except Exception as e:
self.log.error('Exception stopping ephemeral Heat')
self.log.error(e)
try:
if parsed_args.output_dir:
ansible_dir = config_download_dir