d384f4ecb6
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
6 lines
178 B
YAML
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.
|