Merge "Add BlacklistedHostnames stack output" into stable/queens

This commit is contained in:
Zuul 2018-09-18 05:45:01 +00:00 committed by Gerrit Code Review
commit 66e8c1af1b
2 changed files with 7 additions and 0 deletions

View File

@ -1049,3 +1049,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.