Comment 9 for bug 1743575

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

Reviewed: https://review.openstack.org/564692
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=0b1565d88c1d3dc2ca3f718bb3f40dbb5ef8ad5a
Submitter: Zuul
Branch: stable/queens

commit 0b1565d88c1d3dc2ca3f718bb3f40dbb5ef8ad5a
Author: Michael Henkel <email address hidden>
Date: Tue Jan 16 15:50:35 2018 +0100

    Composable role and service fails workflow

    When defining a resource_registry for a composable service, the workflow fails
    because it validates before the user-environment is added.
    This patch moves the workflow invocation after the creation of the user-
    environment.
    This is caused by https://review.openstack.org/#/c/511249/ which changes the
    behaviour of the action in tripleo-common.

    Change-Id: Idf17e3f817708d9e7dd7241063434ce56b6be052
    Closes-Bug: 1743575
    (cherry picked from commit 7c0ad1df5e49358299cea3cd15ccdd6d2c54271d)