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 _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
