Skip to content
Snippets Groups Projects
  • Jim Rollenhagen's avatar
    d0fc1ec2
    Allow heat services to use independent hostnames · d0fc1ec2
    Jim Rollenhagen authored
    This allows heat service endpoints to use custom hostnames, and adds the
    following variables:
    
    * heat_internal_fqdn
    * heat_external_fqdn
    * heat_cfn_internal_fqdn
    * heat_cfn_external_fqdn
    
    These default to the old values of kolla_internal_fqdn or
    kolla_external_fqdn.
    
    This also adds heat_api_listen_port and heat_api_cfn_listen_port
    options, which default to heat_api_port and heat_api_cfn_port for
    backward compatibility.
    
    These options allow the user to differentiate between the port the
    service listens on, and the port the service is reachable on. This is
    useful for external load balancers which live on the same host as the
    service itself.
    
    Change-Id: Ifb8bb55799703883d81be6a55641be7b2474fd4e
    Implements: blueprint service-hostnames
    d0fc1ec2
    History
    Allow heat services to use independent hostnames
    Jim Rollenhagen authored
    This allows heat service endpoints to use custom hostnames, and adds the
    following variables:
    
    * heat_internal_fqdn
    * heat_external_fqdn
    * heat_cfn_internal_fqdn
    * heat_cfn_external_fqdn
    
    These default to the old values of kolla_internal_fqdn or
    kolla_external_fqdn.
    
    This also adds heat_api_listen_port and heat_api_cfn_listen_port
    options, which default to heat_api_port and heat_api_cfn_port for
    backward compatibility.
    
    These options allow the user to differentiate between the port the
    service listens on, and the port the service is reachable on. This is
    useful for external load balancers which live on the same host as the
    service itself.
    
    Change-Id: Ifb8bb55799703883d81be6a55641be7b2474fd4e
    Implements: blueprint service-hostnames