Re: [openstack-dev] [kolla][keystone] is there chance the keystone cached the catalog and can not get the latest endpoints?

2016-06-29 Thread Jeffrey Zhang
Yes it is the Bug. Thanks Kairat. On Wed, Jun 29, 2016 at 8:53 PM, Kairat Kushaev wrote: > Hi, > Looks like this bug is duplicate of > https://bugs.launchpad.net/oslo.cache/+bug/1590779 > HTH > > Best regards, > Kairat Kushaev > > On Wed, Jun 29, 2016 at 3:32 PM, Jeffrey

Re: [openstack-dev] [kolla][keystone] is there chance the keystone cached the catalog and can not get the latest endpoints?

2016-06-29 Thread Boris Bobrov
On Wednesday 29 June 2016 15:53:15 Kairat Kushaev wrote: > Hi, > Looks like this bug is duplicate of > https://bugs.launchpad.net/oslo.cache/+bug/1590779 Looks like it. > HTH > > Best regards, > Kairat Kushaev > > On Wed, Jun 29, 2016 at 3:32 PM, Jeffrey Zhang > >

Re: [openstack-dev] [kolla][keystone] is there chance the keystone cached the catalog and can not get the latest endpoints?

2016-06-29 Thread Kairat Kushaev
Hi, Looks like this bug is duplicate of https://bugs.launchpad.net/oslo.cache/+bug/1590779 HTH Best regards, Kairat Kushaev On Wed, Jun 29, 2016 at 3:32 PM, Jeffrey Zhang wrote: > In Kolla CI, we see[1] > > publicURL endpoint for compute service not found > > this

[openstack-dev] [kolla][keystone] is there chance the keystone cached the catalog and can not get the latest endpoints?

2016-06-29 Thread Jeffrey Zhang
In Kolla CI, we see[1] publicURL endpoint for compute service not found this error for many times. The bug is here[0] After some debug, I found the endpoint is exist in the DB. But when running `nova service-list` It says `publicURL endpoint for compute service not found ​`​. After a few