[Openstack] [Devstack] Hard code of SSL_ENABLED_SERVICES in stack.sh cause not able to add other service for SSL
Rob Crittenden
rcritten at redhat.com
Wed Jan 18 14:16:26 UTC 2017
Xin YD He wrote:
> Greetings,
>
> I try to enable Zun using SSL, and add 2 statments in my local.conf,
> USE_SSL=TRUE
> SSL_ENABLED_SERVICES+=,zun
>
> but it does not work. I check the log file and found
> SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron, does not
> have Zun at all.
> later I found in stack.sh, SSL_ENABLED_SERVICES is hard code.
> # Service to enable with SSL if ``USE_SSL`` is True
> SSL_ENABLED_SERVICES="key,nova,cinder,glance,s-proxy,neutron"
>
>
> if I add Zun to the hard code, and reinstall, zun SSL is okay. so i
> wonder if this is a devstack bug or i made mistake on the local.conf?
It's a bug. I have fix under review but it's been idle for quite a
while, https://review.openstack.org/#/c/345072/
rob
More information about the Openstack
mailing list