tripleo-common/releasenotes/notes/role-config-none-d440bd0dcbb63534.yaml
James Slagle d384f4ecb6 Handle None value for RoleConfig
RoleConfig can exist as a stack output, but have a value of None. That
case should be handled with a default value of {} where the value was
previously None.

Change-Id: I3caf31c00ab8c47d71a68eb82114fb398a47961b
Closes-Bug: #1748482
2018-02-09 11:57:32 -05:00

6 lines
178 B
YAML

---
fixes:
- RoleConfig can exist as a stack output, but have a value of None. That case
is now handled with a default value of {} where the value was previously
None.