aboutsummaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-16 14:00:50 +0000
committerGerrit Code Review <review@openstack.org>2015-11-16 14:00:50 +0000
commit37b9f62720e537cdd1e8a704a07907cb91736750 (patch)
tree4542b130d06d793aa6ee9ec355c0a75ec5cec23d /network
parentaba244af4dcc8c28db81d02da9573e9a6776f2e0 (diff)
parentf107bfc329f5ac77335413d960737c393f63d276 (diff)
Merge "Expose the IP of the Endpoints"
Diffstat (limited to 'network')
-rw-r--r--network/endpoints/endpoint.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/network/endpoints/endpoint.yaml b/network/endpoints/endpoint.yaml
index 4d6efdb6..6246cfdd 100644
--- a/network/endpoints/endpoint.yaml
+++ b/network/endpoints/endpoint.yaml
@@ -32,6 +32,7 @@ outputs:
value:
port: {get_param: [EndpointMap, {get_param: EndpointName }, port] }
protocol: {get_param: [EndpointMap, {get_param: EndpointName }, protocol] }
+ ip: {get_param: IP}
host:
str_replace:
template: {get_param: [EndpointMap, {get_param: EndpointName }, host]}