diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-21 21:04:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-21 21:04:15 +0000 |
commit | 2dc1618e21fb6846414dcad020236c62793af7f3 (patch) | |
tree | bd1c48b4d49f38c8812fb386073af099351d83fe /overcloud.j2.yaml | |
parent | 774ad60314433118d2e25ebf7713d880c1b412d7 (diff) | |
parent | 9dfc2432027fda33d4c349bb6f512f1bca353974 (diff) |
Merge "Composable Mistral services"
Diffstat (limited to 'overcloud.j2.yaml')
-rw-r--r-- | overcloud.j2.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 2e6412db..d8d38c2a 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -577,6 +577,9 @@ outputs: GnocchiInternalVip: description: VIP for Gnocchi API internal endpoint value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, GnocchiApiNetwork]}]} + MistralInternalVip: + description: VIP for Mistral API internal endpoint + value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, MistralApiNetwork]}]} HeatInternalVip: description: VIP for Heat API internal endpoint value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, HeatApiNetwork]}]} |