Skip to content
Snippets Groups Projects
  • Dave McCowan's avatar
    1cedf77f
    Use variables to specify http or https when constructing URLs · 1cedf77f
    Dave McCowan authored
    To allow for TLS to protect the service endpoints, the protocol
    in the URLs for the endpoints will be either http or https.
    
    This patch removes the hardcoded values of http and replaces them
    with variables that can be adjusted accordingly in future patches.
    
    Change-Id: Ibca6f8aac09c65115d1ac9957410e7f81ac7671e
    Partially-implements: blueprint ssl-kolla
    1cedf77f
    History
    Use variables to specify http or https when constructing URLs
    Dave McCowan authored
    To allow for TLS to protect the service endpoints, the protocol
    in the URLs for the endpoints will be either http or https.
    
    This patch removes the hardcoded values of http and replaces them
    with variables that can be adjusted accordingly in future patches.
    
    Change-Id: Ibca6f8aac09c65115d1ac9957410e7f81ac7671e
    Partially-implements: blueprint ssl-kolla