Merge "Add BlacklistedHostnames stack output"

This commit is contained in:
Zuul 2018-06-14 19:04:29 +00:00 committed by Gerrit Code Review
commit 4fb30dd5ec
2 changed files with 7 additions and 0 deletions

View File

@ -1041,3 +1041,6 @@ outputs:
Environment data that can be used as input into the services stack when
using split-stack.
value: {get_attr: [DeployedServerEnvironment, deployed_server_environment]}
BlacklistedHostnames:
description: List of blacklisted hostnames
value: {get_attr: [BlacklistedHostnames, value]}

View File

@ -0,0 +1,4 @@
---
other:
- BlacklistedHostnames has been added as a stack output. The value of the
output is a list of blacklisted hostnames.