Fix AttributeError

As the change [1] changes the attribute name from
'install_tmp' to 'install_dir'.
This needs to be changed in the code as well.
So corrected the attribute name according to change [1]

[1]: https://review.opendev.org/c/openstack/python-tripleoclient/+/774572

Closes-Bug: bug/1917583
Change-Id: Ibe629c1e8e682d189d258ae843e9756d5f357108
This commit is contained in:
Bhagyashri Shewale 2021-03-03 13:32:37 +05:30
parent a6fff27b5b
commit d4d8d875e2
1 changed files with 1 additions and 1 deletions

View File

@ -1362,7 +1362,7 @@ class Deploy(command.Command):
os.remove(self.stack_update_mark)
self.log.error(DEPLOY_FAILURE_MESSAGE.format(
self.heat_launch.install_tmp
self.heat_launch.install_dir
))
else:
# We only get here if no errors