Comment 0 for bug 1501897

Revision history for this message
Peter Sabaini (peter-sabaini) wrote :

In bug #1398182 the ability to set the hostname portion of public Openstack service endpoints was added. However, it is a) not possible to choose the scheme (http / https) and b) not possible to choose the service port for those endpoints

a) implies that in order to set a public frontend with https, I now also have to set up ssl for the internal urls -- this may not always be desirable or even possible. Moreover for this to work I now need two different ssl certs, one for internal and one for external use.

b) implies that I have to use the same ports internally and externally; given firewalling / filtering requirements of clients this may not always be possible.