diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-13 11:28:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-13 11:28:09 +0000 |
commit | 25df46b3b896a499b5b8882f2cf81cae0b57cb0c (patch) | |
tree | a319db756523eef226781aee3fc0b567d33a1f11 | |
parent | 0b8d09b249aa5c5daf827f59ec588d3afb413c44 (diff) | |
parent | b524e0faf5a7b19925c827497ee02e1e1a76c0b2 (diff) |
Merge "Use ServerOsCollectConfigData value in output"
-rw-r--r-- | overcloud.j2.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 14bb0fb1..ea5b2928 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -871,10 +871,7 @@ outputs: {% endfor %} ServerOsCollectConfigData: description: The os-collect-config configuration associated with each server resource - value: -{% for role in roles %} - {{role.name}}: {get_attr: [{{role.name}}, attributes, os_collect_config]} -{% endfor %} + value: {get_attr: [ServerOsCollectConfigData, value]} VipMap: description: Mapping of each network to VIP addresses. Also includes the Redis VIP. value: |