*** SimonChung1 has quit IRC | 00:02 | |
*** ducttape_ has quit IRC | 00:03 | |
*** Mounica has quit IRC | 00:05 | |
*** roxanagh_ has quit IRC | 00:18 | |
*** wolverin_ has joined #openstack-horizon | 00:19 | |
*** roxanaghe has joined #openstack-horizon | 00:19 | |
*** wolverineav has quit IRC | 00:22 | |
*** roxanaghe has quit IRC | 00:34 | |
*** sdake_ has joined #openstack-horizon | 00:37 | |
*** tyr_ has quit IRC | 00:38 | |
*** sdake has quit IRC | 00:38 | |
*** piet has quit IRC | 00:39 | |
*** roxanaghe has joined #openstack-horizon | 00:40 | |
*** roxanaghe has quit IRC | 00:44 | |
openstackgerrit | Merged openstack/horizon: Move magic-search bar out of the smart-table structure https://review.openstack.org/297291 | 00:45 |
---|---|---|
*** clu_ has quit IRC | 00:46 | |
*** jtriley has joined #openstack-horizon | 00:48 | |
*** zhurong has joined #openstack-horizon | 00:49 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Images tables uses action promises https://review.openstack.org/291846 | 00:54 |
openstackgerrit | Matt Borland proposed openstack/horizon: Generic details display framework https://review.openstack.org/296590 | 00:54 |
openstackgerrit | Matt Borland proposed openstack/horizon: Images uses generic/extensible details views https://review.openstack.org/296601 | 00:54 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Adding generic table extensibility https://review.openstack.org/309482 | 00:54 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 00:55 |
*** piet has joined #openstack-horizon | 00:57 | |
*** dan_nguyen has quit IRC | 00:57 | |
*** ducttape_ has joined #openstack-horizon | 01:04 | |
*** ducttape_ has quit IRC | 01:09 | |
*** yamamoto has quit IRC | 01:15 | |
*** yamamoto has joined #openstack-horizon | 01:16 | |
*** harlowja has quit IRC | 01:28 | |
*** Mounica has joined #openstack-horizon | 01:33 | |
*** Mounica has quit IRC | 01:36 | |
lhcheng_ | sjmc7: one thing they could do to test quickly - try login to horizon using a new private window | 01:37 |
*** wolverin_ has quit IRC | 01:39 | |
*** roxanaghe has joined #openstack-horizon | 01:40 | |
*** rmevans has joined #openstack-horizon | 01:42 | |
*** yamamoto has quit IRC | 01:44 | |
*** roxanaghe has quit IRC | 01:45 | |
*** yamamoto has joined #openstack-horizon | 01:45 | |
*** lhcheng_ has quit IRC | 01:45 | |
*** tqtran has quit IRC | 01:48 | |
*** yamamoto has quit IRC | 01:49 | |
*** yamamoto has joined #openstack-horizon | 01:50 | |
*** ducttape_ has joined #openstack-horizon | 02:00 | |
*** rmevans has quit IRC | 02:05 | |
*** rmevans has joined #openstack-horizon | 02:06 | |
sjmc7 | they’ve said it works if they delete the cookie from the other site | 02:10 |
sjmc7 | but that’s not a workable long term solution for them | 02:10 |
ducttape_ | sjmc7: still looking at cookie issue ? | 02:14 |
ducttape_ | I've seen some of the thread | 02:14 |
sjmc7 | only inasmuch as it will haunt me next week :) | 02:14 |
ducttape_ | it's good to now what to look forward to, at least you know this ahead of time ;) | 02:15 |
ducttape_ | know* | 02:15 |
ducttape_ | if there is something you need, like something from my configs - lemme know | 02:15 |
*** dan_nguyen has joined #openstack-horizon | 02:16 | |
sjmc7 | thanks. it does seem like it’s a fairly recurrent problem from what lin said and from some googling | 02:16 |
ducttape_ | ok. and it was something where the cookie origin was messed up? | 02:17 |
* ducttape_ only half read the scrollback | 02:17 | |
sjmc7 | not exactly, but they’ve got one site setting cookies on the parent domain (.company.com) | 02:17 |
sjmc7 | and horizon on ‘horizon.mycompany.com' | 02:17 |
sjmc7 | and somehow the parent domain cookies are interfering | 02:17 |
sjmc7 | if they delete them everything works as expected | 02:18 |
ducttape_ | hmmm ok. I recall there was a django setting for the session cookie, you could call it whatever you like. was it that the session cookie had the same name in both places? | 02:18 |
sjmc7 | still not sure why it’s causing a problem; there’s no collision with the name | 02:18 |
sjmc7 | no | 02:18 |
sjmc7 | lin’s guess was that together the two sets of cookies mihgt be exceeding the 4k limit | 02:19 |
sjmc7 | so the horizon one’s getting left out | 02:19 |
ducttape_ | ahh that makes sense | 02:19 |
sjmc7 | they’re gonna send me debug logs frmo the requests but i’m guessing not til monday now | 02:19 |
ducttape_ | your session backend is the default cookie one ? | 02:19 |
sjmc7 | yeah, although this is happening during login so they probably don’t yet have the massive catalog cookie | 02:20 |
ducttape_ | no, that happens during login | 02:20 |
*** amotoki has joined #openstack-horizon | 02:20 | |
ducttape_ | I bet lin is right | 02:20 |
ducttape_ | it's pretty simple to setup memcached as a session backend, if you want to test that | 02:21 |
sjmc7 | yeah, hoping so. at least that’s a known issue with cookies in general | 02:21 |
sjmc7 | unfortunately this is all third hand i think | 02:21 |
ducttape_ | I think eventually you are going to need to dump the cookie session store anyways, this is just forcing your hand | 02:21 |
sjmc7 | yeah, we have now because we’re embracing keystone v3 | 02:21 |
ducttape_ | yep, it's part of growing up / scaling up..... gotta get a different session store :D | 02:22 |
sjmc7 | :) | 02:23 |
ducttape_ | tho, it's kind of silly, horizon could do a better job and get away with the cookie stuff | 02:23 |
ducttape_ | if there was another caching mechanism | 02:23 |
ducttape_ | ok, good to hear you have an idea or two to try out. good luck, hope to see you in austin or online next week with a solution ;) | 02:23 |
sjmc7 | yeah. though sending massive session cookies isn’t generally a good idea anyway | 02:24 |
sjmc7 | yeah, see you next week, with or without | 02:24 |
ducttape_ | yes, this idea of 4k session cookies back and forth is not ideal | 02:24 |
*** lhcheng has joined #openstack-horizon | 02:34 | |
*** ChanServ sets mode: +v lhcheng | 02:34 | |
*** ducttape_ has quit IRC | 02:37 | |
*** tyr_ has joined #openstack-horizon | 02:39 | |
*** tyr_ has quit IRC | 02:44 | |
*** jtriley has quit IRC | 02:49 | |
*** yamamoto has quit IRC | 02:52 | |
*** yamamoto has joined #openstack-horizon | 02:53 | |
*** lhcheng_ has joined #openstack-horizon | 02:54 | |
*** lhcheng has quit IRC | 02:58 | |
*** piet has quit IRC | 03:00 | |
*** sdake_ is now known as sdake | 03:13 | |
*** roxanaghe has joined #openstack-horizon | 03:16 | |
*** roxanaghe has quit IRC | 03:20 | |
*** dan_nguyen has quit IRC | 03:32 | |
*** ducttape_ has joined #openstack-horizon | 03:37 | |
*** ducttape_ has quit IRC | 03:43 | |
*** piet has joined #openstack-horizon | 03:43 | |
*** zhurong has quit IRC | 03:45 | |
*** wolverineav has joined #openstack-horizon | 03:52 | |
*** wolverineav has quit IRC | 03:55 | |
*** wolverineav has joined #openstack-horizon | 03:56 | |
*** rmevans has quit IRC | 04:03 | |
*** sdake_ has joined #openstack-horizon | 04:04 | |
*** sdake has quit IRC | 04:08 | |
*** Viswanath has joined #openstack-horizon | 04:11 | |
*** Viswanath has quit IRC | 04:13 | |
*** erlon_ has quit IRC | 04:15 | |
*** yamamoto has quit IRC | 04:17 | |
*** yamamoto has joined #openstack-horizon | 04:18 | |
*** sdake_ is now known as sdake | 04:18 | |
*** btully has quit IRC | 04:18 | |
*** piet has quit IRC | 04:20 | |
*** tyr_ has joined #openstack-horizon | 04:28 | |
*** roxanaghe has joined #openstack-horizon | 04:31 | |
*** tyr_ has quit IRC | 04:33 | |
*** sdake_ has joined #openstack-horizon | 04:39 | |
*** roxanaghe has quit IRC | 04:40 | |
*** sdake has quit IRC | 04:42 | |
*** hurgleburgler has joined #openstack-horizon | 04:44 | |
*** ChanServ sets mode: +v hurgleburgler | 04:44 | |
*** Mounica has joined #openstack-horizon | 04:50 | |
*** piet has joined #openstack-horizon | 04:51 | |
*** piet has quit IRC | 04:51 | |
*** weezS has joined #openstack-horizon | 04:54 | |
*** Mounica has quit IRC | 05:11 | |
*** roxanaghe has joined #openstack-horizon | 05:36 | |
*** sdake_ has quit IRC | 05:37 | |
*** sdake has joined #openstack-horizon | 05:38 | |
*** ducttape_ has joined #openstack-horizon | 05:39 | |
*** ducttape_ has quit IRC | 05:43 | |
*** roxanaghe has quit IRC | 05:45 | |
*** wolverineav has quit IRC | 05:53 | |
*** wolverineav has joined #openstack-horizon | 05:54 | |
*** zhurong has joined #openstack-horizon | 05:55 | |
*** btully has joined #openstack-horizon | 05:56 | |
*** schipiga_ has quit IRC | 05:56 | |
*** sdake has quit IRC | 05:56 | |
*** schipiga has joined #openstack-horizon | 05:57 | |
*** yamamoto has quit IRC | 05:57 | |
*** yamamoto_ has joined #openstack-horizon | 05:58 | |
*** wolverineav has quit IRC | 05:59 | |
*** zhurong has quit IRC | 06:06 | |
*** zhurong has joined #openstack-horizon | 06:07 | |
*** lhcheng_ has quit IRC | 06:12 | |
*** lhcheng has joined #openstack-horizon | 06:12 | |
*** ChanServ sets mode: +v lhcheng | 06:12 | |
*** wolverineav has joined #openstack-horizon | 06:12 | |
*** zhurong has quit IRC | 06:14 | |
*** zhurong has joined #openstack-horizon | 06:15 | |
*** tqtran has joined #openstack-horizon | 06:16 | |
*** tyr_ has joined #openstack-horizon | 06:17 | |
*** tyr_ has quit IRC | 06:21 | |
*** tqtran has quit IRC | 06:24 | |
*** zhurong has quit IRC | 06:31 | |
*** zhurong has joined #openstack-horizon | 06:33 | |
*** sdake has joined #openstack-horizon | 06:35 | |
*** yamamoto_ has quit IRC | 06:47 | |
*** schipiga has quit IRC | 06:56 | |
*** zhurong has quit IRC | 07:05 | |
*** wolverineav has quit IRC | 07:08 | |
*** Mounica has joined #openstack-horizon | 07:12 | |
*** Mounica has quit IRC | 07:17 | |
*** sdake_ has joined #openstack-horizon | 07:18 | |
*** sdake has quit IRC | 07:21 | |
*** yottatsa has quit IRC | 07:23 | |
*** sdake has joined #openstack-horizon | 07:31 | |
*** sdake_ has quit IRC | 07:33 | |
*** lhcheng has quit IRC | 07:38 | |
*** mpavlase has joined #openstack-horizon | 07:39 | |
*** wolverineav has joined #openstack-horizon | 07:40 | |
*** zhurong has joined #openstack-horizon | 07:44 | |
*** wolverineav has quit IRC | 07:48 | |
*** yamamoto_ has joined #openstack-horizon | 07:59 | |
*** tyr_ has joined #openstack-horizon | 08:05 | |
*** tyr_ has quit IRC | 08:10 | |
*** zhurong has quit IRC | 08:52 | |
*** mpavlase has quit IRC | 09:15 | |
*** weezS has quit IRC | 09:21 | |
*** weezS has joined #openstack-horizon | 09:21 | |
*** weezS has quit IRC | 09:26 | |
openstackgerrit | Merged openstack/horizon: Check that row is defined when wait cell status https://review.openstack.org/307667 | 09:27 |
*** yamamoto_ has quit IRC | 09:31 | |
*** hurgleburgler has quit IRC | 09:36 | |
*** hurgleburgler has joined #openstack-horizon | 09:37 | |
*** ChanServ sets mode: +v hurgleburgler | 09:37 | |
*** hurgleburgler has quit IRC | 09:38 | |
*** ducttape_ has joined #openstack-horizon | 09:40 | |
*** btully has quit IRC | 09:44 | |
*** ducttape_ has quit IRC | 09:46 | |
*** tyr_ has joined #openstack-horizon | 09:54 | |
*** tyr_ has quit IRC | 09:59 | |
*** zhurong has joined #openstack-horizon | 10:02 | |
*** zhurong has quit IRC | 10:06 | |
*** amotoki has quit IRC | 10:45 | |
openstackgerrit | Merged openstack/horizon: Fix incorrect breadcrumb on Admin > Details https://review.openstack.org/296964 | 10:46 |
*** agireud has quit IRC | 10:52 | |
*** mpavlase has joined #openstack-horizon | 10:57 | |
*** agireud has joined #openstack-horizon | 10:59 | |
*** mpavlase has quit IRC | 11:08 | |
*** sdake_ has joined #openstack-horizon | 11:24 | |
*** aortega has joined #openstack-horizon | 11:26 | |
*** sdake has quit IRC | 11:27 | |
*** ducttape_ has joined #openstack-horizon | 11:42 | |
*** tyr_ has joined #openstack-horizon | 11:43 | |
*** btully has joined #openstack-horizon | 11:44 | |
*** ducttape_ has quit IRC | 11:47 | |
*** tyr_ has quit IRC | 11:47 | |
*** btully has quit IRC | 11:49 | |
*** mtanino has joined #openstack-horizon | 12:05 | |
*** wolverineav has joined #openstack-horizon | 12:14 | |
*** amotoki has joined #openstack-horizon | 12:18 | |
*** wolverineav has quit IRC | 12:18 | |
*** sdake_ has quit IRC | 12:26 | |
*** javeriak has joined #openstack-horizon | 12:35 | |
*** mpavlase has joined #openstack-horizon | 12:44 | |
*** ducttape_ has joined #openstack-horizon | 12:51 | |
*** ducttape_ has quit IRC | 13:07 | |
*** zhurong has joined #openstack-horizon | 13:10 | |
*** wolverineav has joined #openstack-horizon | 13:14 | |
*** wolverineav has quit IRC | 13:20 | |
*** ducttape_ has joined #openstack-horizon | 13:22 | |
*** javeriak_ has joined #openstack-horizon | 13:27 | |
*** tyr_ has joined #openstack-horizon | 13:29 | |
*** javeriak has quit IRC | 13:29 | |
*** mpavlase has quit IRC | 13:30 | |
*** mpavlase has joined #openstack-horizon | 13:30 | |
*** Mounica has joined #openstack-horizon | 13:31 | |
*** tyr_ has quit IRC | 13:33 | |
*** john5223 has quit IRC | 13:35 | |
*** Mounica has quit IRC | 13:36 | |
*** zhurong has quit IRC | 13:37 | |
*** mpavlase has quit IRC | 13:37 | |
*** ducttape_ has quit IRC | 13:44 | |
*** wolverineav has joined #openstack-horizon | 13:55 | |
*** yamamoto has joined #openstack-horizon | 14:00 | |
*** yamamoto_ has joined #openstack-horizon | 14:01 | |
*** yamamoto has quit IRC | 14:06 | |
*** yamamoto_ has quit IRC | 14:21 | |
*** yamamoto has joined #openstack-horizon | 14:23 | |
*** roxanaghe has joined #openstack-horizon | 14:27 | |
*** tyr_ has joined #openstack-horizon | 14:29 | |
*** yamamoto has quit IRC | 14:33 | |
*** tyr_ has quit IRC | 14:34 | |
*** roxanaghe has quit IRC | 14:36 | |
*** yamamoto has joined #openstack-horizon | 14:38 | |
*** aortega has quit IRC | 14:39 | |
*** ducttape_ has joined #openstack-horizon | 14:45 | |
*** ducttape_ has quit IRC | 14:50 | |
*** javeriak_ has quit IRC | 14:51 | |
*** Mounica has joined #openstack-horizon | 14:57 | |
*** wolverineav has quit IRC | 15:16 | |
*** Mounica has quit IRC | 15:18 | |
*** btully has joined #openstack-horizon | 15:20 | |
*** btully has quit IRC | 15:24 | |
*** tyr_ has joined #openstack-horizon | 15:45 | |
*** roxanaghe has joined #openstack-horizon | 15:47 | |
*** tyr_ has quit IRC | 15:50 | |
*** roxanaghe has quit IRC | 15:52 | |
*** ducttape_ has joined #openstack-horizon | 15:57 | |
*** dan_nguyen has joined #openstack-horizon | 16:00 | |
*** btully has joined #openstack-horizon | 16:05 | |
*** weezS has joined #openstack-horizon | 16:07 | |
*** vgridnev_ has joined #openstack-horizon | 16:25 | |
*** vgridnev_ has quit IRC | 16:25 | |
*** jtriley has joined #openstack-horizon | 16:27 | |
openstackgerrit | Sergei Chipiga proposed openstack/horizon: Attach test logs individually for each test https://review.openstack.org/307880 | 16:27 |
*** hurgleburgler has joined #openstack-horizon | 16:29 | |
*** ChanServ sets mode: +v hurgleburgler | 16:29 | |
*** jtriley_ has joined #openstack-horizon | 16:32 | |
*** jtriley has quit IRC | 16:33 | |
*** bapalm has quit IRC | 16:37 | |
*** kzaitsev_mb has joined #openstack-horizon | 16:40 | |
*** ducttape_ has quit IRC | 16:51 | |
*** bapalm has joined #openstack-horizon | 16:55 | |
*** roxanaghe has joined #openstack-horizon | 16:58 | |
*** dan_nguyen has quit IRC | 16:58 | |
*** kzaitsev_mb has quit IRC | 16:58 | |
*** roxanaghe has quit IRC | 17:06 | |
*** amotoki has quit IRC | 17:07 | |
*** lhcheng has joined #openstack-horizon | 17:07 | |
*** ChanServ sets mode: +v lhcheng | 17:07 | |
*** wolverineav has joined #openstack-horizon | 17:09 | |
*** yamamoto has quit IRC | 17:12 | |
*** wolverineav has quit IRC | 17:13 | |
*** yamamoto has joined #openstack-horizon | 17:14 | |
*** mpavlase has joined #openstack-horizon | 17:16 | |
*** weezS has quit IRC | 17:16 | |
*** dan_nguyen has joined #openstack-horizon | 17:29 | |
*** doug-fish has quit IRC | 17:31 | |
openstackgerrit | Sergei Chipiga proposed openstack/horizon: Integration test for New Launch Instance wizard https://review.openstack.org/297277 | 17:33 |
*** tyr_ has joined #openstack-horizon | 17:33 | |
*** dan_nguyen has quit IRC | 17:35 | |
*** tyr_ has quit IRC | 17:38 | |
*** yamamoto has quit IRC | 17:42 | |
*** jtriley_ has quit IRC | 17:43 | |
*** weezS has joined #openstack-horizon | 17:51 | |
*** wolverineav has joined #openstack-horizon | 17:58 | |
*** javeriak has joined #openstack-horizon | 18:00 | |
*** ducttape_ has joined #openstack-horizon | 18:02 | |
*** javeriak has quit IRC | 18:05 | |
*** lhcheng has quit IRC | 18:06 | |
*** ducttape_ has quit IRC | 18:07 | |
*** rmevans has joined #openstack-horizon | 18:19 | |
*** roxanaghe has joined #openstack-horizon | 18:22 | |
*** jtomasek has quit IRC | 18:26 | |
*** roxanaghe has quit IRC | 18:29 | |
*** wolverineav has quit IRC | 18:32 | |
openstackgerrit | Merged openstack/horizon: Security group add/delete rules integration tests https://review.openstack.org/306526 | 18:41 |
*** ducttape_ has joined #openstack-horizon | 18:42 | |
*** yamamoto has joined #openstack-horizon | 18:43 | |
*** tyr_ has joined #openstack-horizon | 18:49 | |
*** yamamoto has quit IRC | 18:51 | |
*** tyr_ has quit IRC | 18:54 | |
*** javeriak has joined #openstack-horizon | 18:54 | |
*** ducttape_ has quit IRC | 19:03 | |
*** javeriak_ has joined #openstack-horizon | 19:25 | |
*** javeriak_ has quit IRC | 19:26 | |
*** alexvictorchan has joined #openstack-horizon | 19:28 | |
*** javeriak has quit IRC | 19:28 | |
*** wolverineav has joined #openstack-horizon | 19:30 | |
*** wolverineav has quit IRC | 19:35 | |
*** e0ne has joined #openstack-horizon | 19:43 | |
*** e0ne has quit IRC | 19:43 | |
*** e0ne has joined #openstack-horizon | 19:44 | |
*** wolverineav has joined #openstack-horizon | 19:48 | |
*** tyr_ has joined #openstack-horizon | 20:23 | |
*** infraguy has joined #openstack-horizon | 20:28 | |
*** tyr_ has quit IRC | 20:29 | |
*** infraguy has quit IRC | 20:44 | |
*** e0ne has quit IRC | 20:50 | |
*** ducttape_ has joined #openstack-horizon | 21:04 | |
*** ducttape_ has quit IRC | 21:09 | |
*** yamamoto has joined #openstack-horizon | 21:14 | |
*** dan_nguyen has joined #openstack-horizon | 21:22 | |
*** jtriley has joined #openstack-horizon | 21:22 | |
*** tyr_ has joined #openstack-horizon | 21:29 | |
*** yamamoto has quit IRC | 21:32 | |
*** tyr_ has quit IRC | 21:34 | |
*** jtriley has quit IRC | 21:42 | |
*** dan_nguyen has quit IRC | 21:50 | |
*** sdake has joined #openstack-horizon | 21:51 | |
*** jtriley has joined #openstack-horizon | 21:57 | |
*** e0ne has joined #openstack-horizon | 21:58 | |
*** e0ne has quit IRC | 22:08 | |
*** aortega has joined #openstack-horizon | 22:09 | |
*** e0ne has joined #openstack-horizon | 22:09 | |
*** jtriley has quit IRC | 22:10 | |
*** rmevans has quit IRC | 22:16 | |
*** e0ne has quit IRC | 22:19 | |
*** tyr_ has joined #openstack-horizon | 22:30 | |
*** tyr_ has quit IRC | 22:35 | |
*** mpavlase has quit IRC | 22:35 | |
*** ducttape_ has joined #openstack-horizon | 22:41 | |
*** ducttape_ has quit IRC | 22:43 | |
*** ducttape_ has joined #openstack-horizon | 22:43 | |
*** ducttape_ has quit IRC | 22:48 | |
*** sdake_ has joined #openstack-horizon | 22:53 | |
*** sdake has quit IRC | 22:56 | |
*** jtriley has joined #openstack-horizon | 23:07 | |
*** sdake_ has quit IRC | 23:09 | |
*** sdake has joined #openstack-horizon | 23:10 | |
*** jtriley has quit IRC | 23:12 | |
*** tyr_ has joined #openstack-horizon | 23:31 | |
*** hurgleburgler has quit IRC | 23:33 | |
*** hurgleburgler has joined #openstack-horizon | 23:34 | |
*** ChanServ sets mode: +v hurgleburgler | 23:34 | |
*** tyr_ has quit IRC | 23:36 | |
*** hurgleburgler has quit IRC | 23:42 | |
*** davidlenwell has quit IRC | 23:44 | |
*** davidlenwell has joined #openstack-horizon | 23:51 | |
*** hurgleburgler has joined #openstack-horizon | 23:58 | |
*** ChanServ sets mode: +v hurgleburgler | 23:58 | |
*** davidlenwell has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!