aboutsummaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2015-11-03 17:14:04 +0100
committerMark Chappell <mchappel@redhat.com>2015-11-11 09:24:10 +0100
commitf107bfc329f5ac77335413d960737c393f63d276 (patch)
tree6552f061a59b6361bdf5dc908ef581d069a8ede4 /network
parent992c214c06f0398cf0117d69b61d36795c6653fc (diff)
Expose the IP of the Endpoints
We expose all of the other parameters, so expose the IP too for consistency Change-Id: I5c31befde51e398318c7b8c744310212288ad892
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]}