Comment 3 for bug 1834054

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

Reviewed: https://review.opendev.org/667134
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=19148898aabc58afb7c93957676c6cf408d0f962
Submitter: Zuul
Branch: stable/queens

commit 19148898aabc58afb7c93957676c6cf408d0f962
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