Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-26 Thread Rob Crittenden
Clark Boylan wrote: On Wed, Jul 20, 2016, at 07:01 AM, Rob Crittenden wrote: Andrey Pavlov wrote: Hi, When I ran devstack with SSL I found a bug and tried to fix it - https://review.openstack.org/#/c/242812/ But no one agree with me. Try to apply this patch - it may help. Also there is a

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-22 Thread Clark Boylan
On Wed, Jul 20, 2016, at 07:01 AM, Rob Crittenden wrote: > Andrey Pavlov wrote: > > Hi, > > > > When I ran devstack with SSL I found a bug and tried to fix it - > > https://review.openstack.org/#/c/242812/ > > But no one agree with me. > > Try to apply this patch - it may help. > > Also there is

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-22 Thread Rob Crittenden
Brant Knudson wrote: On Wed, Jul 20, 2016 at 12:29 PM, Rob Crittenden > wrote: Fixing Keystone is easy. An Apache VirtualHost for 443 needs to be added. But I found another, deeper problem: cinder won't listen on SSL. When they

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-22 Thread Brant Knudson
On Wed, Jul 20, 2016 at 12:29 PM, Rob Crittenden wrote: > Rob Crittenden wrote: > >> Andrey Pavlov wrote: >> >>> Hi, >>> >>> When I ran devstack with SSL I found a bug and tried to fix it - >>> https://review.openstack.org/#/c/242812/ >>> But no one agree with me. >>> Try to

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-20 Thread Rob Crittenden
Rob Crittenden wrote: Andrey Pavlov wrote: Hi, When I ran devstack with SSL I found a bug and tried to fix it - https://review.openstack.org/#/c/242812/ But no one agree with me. Try to apply this patch - it may help. Also there is a chance that new bugs present in devstack that prevented to

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-20 Thread Rob Crittenden
Andrey Pavlov wrote: Hi, When I ran devstack with SSL I found a bug and tried to fix it - https://review.openstack.org/#/c/242812/ But no one agree with me. Try to apply this patch - it may help. Also there is a chance that new bugs present in devstack that prevented to install it with SSL.

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-20 Thread Andrey Pavlov
nstack.org/show/538762/ > 2016-07-20 > > Best Regards, > Wenzhi Yu (yuywz) > > 发件人:Andrey Pavlov <andrey...@gmail.com> > 发送时间:2016-07-19 16:46 > 主题:Re: [openstack-dev] [devstack] How to enable SSL in devStack? > 收件人:"Ope

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-19 Thread Wenzhi Yu (yuywz)
ck-dev] [devstack] How to enable SSL in devStack? 收件人:"OpenStack Development Mailing List (not for usage questions)"<openstack-dev@lists.openstack.org> 抄送: just add USE_SSL=True to your localrc before run stack.sh Regards, Andrey. On Tue, Jul 19, 2016 at 10:17 AM, Wenzhi Yu

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-19 Thread Andrey Pavlov
just add USE_SSL=True to your localrc before run stack.sh Regards, Andrey. On Tue, Jul 19, 2016 at 10:17 AM, Wenzhi Yu (yuywz) wrote: > Hi folks, > > I want to configure the openstack endpoints to use SSL in devStack. > > I searched on internet and found some posts like [1]