Add EndpointMap as output
The endpoint map contains, not only the hosts and protocols that the resulting services will use, but also the ports. This information is useful, and the aim of this patch is to make it available for the tripleoclient to use it. Change-Id: I4cc5bbf2e7200f78cd90b93659c326a9200278d7
This commit is contained in:
parent
d2710b871b
commit
321cee7616
@ -1692,6 +1692,12 @@ outputs:
|
||||
SwiftInternalVip:
|
||||
description: VIP for Swift Proxy internal endpoint
|
||||
value: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, SwiftProxyNetwork]}]}
|
||||
EndpointMap:
|
||||
description: |
|
||||
Mapping of the resources with the needed info for their endpoints.
|
||||
This includes the protocol used, the IP, port and also a full
|
||||
representation of the URI.
|
||||
value: {get_attr: [EndpointMap, endpoint_map]}
|
||||
HostsEntry:
|
||||
description: |
|
||||
The content that should be appended to your /etc/hosts if you want to get
|
||||
|
Loading…
Reference in New Issue
Block a user