diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-05 02:20:16 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-05 02:20:16 +0000 |
commit | 00e47eaf5b4d00ca59a8ce75a7f7a9a928dbf5c7 (patch) | |
tree | 643a347b071f5672421ad7946697b00872b06d34 /network/ports/from_service.yaml | |
parent | 205ea09ca27caaeaddab27f3b021b398db195890 (diff) | |
parent | 321e605a0a4c219415a3876a84fa063410380cac (diff) |
Merge "Add IPv6 Support to Isolated Networks"
Diffstat (limited to 'network/ports/from_service.yaml')
-rw-r--r-- | network/ports/from_service.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/ports/from_service.yaml b/network/ports/from_service.yaml index 6b669f41..359d77a7 100644 --- a/network/ports/from_service.yaml +++ b/network/ports/from_service.yaml @@ -32,3 +32,6 @@ outputs: ip_address: description: network IP value: {get_param: [ServiceVips, {get_param: ServiceName}]} + ip_address_uri: + description: network IP (for compatibility with IPv6) + value: {get_param: [ServiceVips, {get_param: ServiceName}]} |