Comment 6 for bug 1897592

Revision history for this message
Alex Schultz (alex-schultz) wrote :

Yea the issue is the host/uri. If we're integrating with tripleo, the vip info is generated by heat so a 3rd party won't know these values at deploy time. You can't dynamically add an additional endpoint without specifying the entire EndpointMap. So if you have two endpoints for two 3rd parties, it's on the end user to merge all the values. What we need is something similar to the firewall rules/keystone resources/etc where the endpoint map information is gathered based on the services being deployed rather than specifying all values all the time. In order to correct this we need to significantly change how we handle the EndpointMap and ServiceNetMaps