python-tripleoclient/releasenotes/notes/bug-1743575-dcacfa668eaf51a6.yaml
Michael Henkel 7c0ad1df5e 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
2018-01-16 18:20:28 +01:00

7 lines
192 B
YAML

---
fixes:
- |
This patch fixes https://bugs.launchpad.net/tripleo/+bug/1743575
The bug prevents a successeful stack creation when using a custom role with
a composable service.