Comment 5 for bug 1834054

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.opendev.org/667502
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=eca1924ec3bde5cad4f6f8545669cc23f14b1997
Submitter: Zuul
Branch: stable/pike

commit eca1924ec3bde5cad4f6f8545669cc23f14b1997
Author: Rabi Mishra <email address hidden>
Date: Mon Jun 24 20:49:28 2019 +0530

    Fix regression in validation action

    Regression with https://review.opendev.org/#/c/656379/

    self.stack is dict rather than a python object from action
    heat.stacks_get and is an input to this action.

    Change-Id: I92c9d0bb5ddac5b8a887a3acf3fc3314aab5867b
    Closes-Bug: #1834054
    Related-Bug: #1826925
    (cherry picked from commit 19148898aabc58afb7c93957676c6cf408d0f962)