ajmiller | doug-fish ping. I have some neutron-lbaas-dashboard questions. | 00:01 |
---|---|---|
openstackgerrit | Carlos Garza proposed openstack/octavia: Implementing EventStreamer https://review.openstack.org/218735 | 00:05 |
*** bharathm_ has joined #openstack-lbaas | 00:17 | |
*** bharathm has quit IRC | 00:17 | |
*** bharathm_ has quit IRC | 00:22 | |
*** bharathm has joined #openstack-lbaas | 00:22 | |
*** ducttape_ has joined #openstack-lbaas | 00:22 | |
*** bharathm has quit IRC | 00:22 | |
*** bharathm has joined #openstack-lbaas | 00:23 | |
rm_work | wow is our gate f'ed? | 00:31 |
rm_work | https://review.openstack.org/#/c/262910/ | 00:31 |
johnsom | Neat. Those were passing when I +2'd that. | 00:32 |
rm_work | same | 00:32 |
ajmiller | rm_work Something seems messed up. I just checked on some patches that blogan and I +2d earlier today, and they failed too. | 00:32 |
rm_work | yeah | 00:32 |
rm_work | that's why I assumed our gate is broke | 00:33 |
rm_work | should I dig into this I guess? | 00:33 |
johnsom | I saw another job earlier today that had that same error " Password not defined" | 00:33 |
rm_work | yep | 00:33 |
johnsom | rm_work That would be great. I don't have the cycles at the moment | 00:33 |
rm_work | k | 00:33 |
rm_work | uhh what is the tempest channel? | 00:35 |
ptoohill | I noticed earlier last week that I suddendly needed to CP the tempest conf from tempest/etc/ to /etc/tempest when before that was done for me | 00:38 |
ptoohill | I thought it was just me | 00:38 |
ptoohill | but this looks similar | 00:38 |
rm_work | yeah ok | 00:43 |
rm_work | probably that is it | 00:43 |
rm_work | guessing something stopped auto-copying the file | 00:43 |
ptoohill | Their devstack plugin had to have changed for some reason. I didnt actually look into it | 00:44 |
ptoohill | unless ours was doing that? | 00:44 |
ptoohill | I dont remember o.O | 00:44 |
ptoohill | we could do that in our plugin to get this going again :P | 00:44 |
*** bharathm has quit IRC | 00:48 | |
rm_work | heh | 00:52 |
rm_work | devstack appears to not be setting stuff for those values anymore | 00:52 |
rm_work | https://review.openstack.org/#/c/256164/3/lib/tempest | 00:52 |
ptoohill | :/ | 00:52 |
rm_work | it used to just ... set stuff | 00:52 |
rm_work | now it doesn't >_> | 00:52 |
rm_work | we may never have ACTUALLY had a config file there | 00:52 |
ptoohill | yea, not sure what theyre doing | 00:53 |
rm_work | but, this didn't merge until 7am today | 00:53 |
rm_work | this is PROBABLY what caused it | 00:53 |
rm_work | >_> | 00:53 |
ptoohill | i thought it would copy the config at some point, and doing that now manually works | 00:53 |
ptoohill | oh | 00:53 |
rm_work | but not your issue | 00:53 |
ptoohill | yea | 00:53 |
rm_work | since that was a while ago | 00:53 |
*** diogogmt has joined #openstack-lbaas | 00:56 | |
*** manishg has joined #openstack-lbaas | 01:01 | |
*** ducttape_ has quit IRC | 01:10 | |
*** minwang2 has quit IRC | 01:11 | |
*** minwang2 has joined #openstack-lbaas | 01:16 | |
*** ducttape_ has joined #openstack-lbaas | 01:24 | |
*** _cjones_ has quit IRC | 01:24 | |
*** ducttape_ has quit IRC | 01:30 | |
openstackgerrit | Adam Harwell proposed openstack/neutron-lbaas: DO NOT MERGE: testing something dumb https://review.openstack.org/263516 | 01:33 |
*** ducttape_ has joined #openstack-lbaas | 01:41 | |
rm_work | blogan / ptoohill / johnsom: do you have any idea why we have all this tempest/lib code copied into our tree? why do we not just import from tempest? | 01:45 |
rm_work | it is literally just copy/pasted code it seems | 01:45 |
*** amotoki has quit IRC | 01:45 | |
ptoohill | I dont remember the exact reasoning for it, but it was a big thing that was taken on a while back. It seemed like we needed to do this | 01:46 |
ptoohill | :/ | 01:46 |
rm_work | well I am talking to a qa guy who says "importing from tempest directly is a bad idea because interfaces could change, use this plugin method instead" and showed me an example, and the example is just importing directly from tempest >_> | 01:50 |
ptoohill | hmm | 01:55 |
rm_work | apparently we're supposed to use dynamic_creds now | 01:59 |
rm_work | instead of this | 01:59 |
rm_work | which ... we don't have, because our tempest lib copy/pasted code is too old | 01:59 |
rm_work | so we either need to update it, or switch to importing directly from tempest like everyone else, which I think is probably a better option | 01:59 |
rm_work | either way this is not a quick fix, so to make our gate work I might vote to add some iniset stuff to our devstack plugin and call it good for now :P | 02:00 |
*** bochi-michael has joined #openstack-lbaas | 02:05 | |
openstackgerrit | Adam Harwell proposed openstack/neutron-lbaas: DO NOT MERGE: testing something else https://review.openstack.org/263525 | 02:09 |
rm_work | that ... may be the quickest option to get our gate back up >_> | 02:09 |
rm_work | heading home, will see if that passes | 02:10 |
*** manishg has quit IRC | 02:18 | |
*** bana_k has quit IRC | 02:21 | |
*** Aish has quit IRC | 02:24 | |
*** madhu_ak has quit IRC | 02:26 | |
*** ducttape_ has quit IRC | 02:47 | |
*** Aish has joined #openstack-lbaas | 02:48 | |
*** sbalukoff has quit IRC | 03:04 | |
ptoohill | rm work, looks like its not getting put in the right place? | 03:11 |
*** manishg has joined #openstack-lbaas | 03:19 | |
*** Aish has quit IRC | 03:23 | |
*** manishg has quit IRC | 03:24 | |
*** manishg has joined #openstack-lbaas | 03:30 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lbaas: Fix API tests https://review.openstack.org/263550 | 03:43 |
*** bharathm has joined #openstack-lbaas | 03:50 | |
*** bharathm has quit IRC | 03:54 | |
*** amotoki has joined #openstack-lbaas | 03:54 | |
*** amotoki has quit IRC | 03:58 | |
*** amotoki has joined #openstack-lbaas | 03:59 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lbaas: Fix API tests https://review.openstack.org/263550 | 04:03 |
*** manishg has quit IRC | 04:13 | |
*** armax has joined #openstack-lbaas | 04:22 | |
*** minwang2 has quit IRC | 04:54 | |
rm_work | ptoohill: it doesn't need to be "put" anywhere | 05:04 |
rm_work | ptoohill: but it looks like Henry got it | 05:04 |
*** manishg has joined #openstack-lbaas | 05:14 | |
*** manishg has quit IRC | 05:18 | |
*** manishg has joined #openstack-lbaas | 05:19 | |
*** manishg has quit IRC | 05:23 | |
*** _cjones_ has joined #openstack-lbaas | 05:26 | |
ptoohill | i misread the neutron_lbaas/dir | 05:27 |
rm_work | actually i think i see what you meant maybe? i copy/pasted the tempest dir directly and it was relative to the wrong place possibly? not sure | 05:40 |
rm_work | anyway, doesn't matter anymore | 05:41 |
rm_work | woot | 05:41 |
rm_work | ugh that fix already failed a gate test, going to need to be rechecked :/ | 05:45 |
rm_work | lame | 05:45 |
openstackgerrit | Carlos Garza proposed openstack/octavia: Implementing EventStreamer https://review.openstack.org/218735 | 05:49 |
*** manishg has joined #openstack-lbaas | 06:20 | |
*** manishg has quit IRC | 06:24 | |
*** sbalukoff has joined #openstack-lbaas | 06:26 | |
*** bochi-michael has quit IRC | 06:30 | |
*** bochi-michael has joined #openstack-lbaas | 06:39 | |
openstackgerrit | Brandon Logan proposed openstack/octavia: Get Me A Load Balancer Controller https://review.openstack.org/257013 | 06:52 |
*** bana_k has joined #openstack-lbaas | 06:56 | |
openstackgerrit | tianqing proposed openstack/neutron-lbaas: Remove invalid fileds of healthmonitor when its type is TCP/PING https://review.openstack.org/263141 | 06:56 |
openstackgerrit | Brandon Logan proposed openstack/octavia: Get Me A Load Balancer Controller https://review.openstack.org/257013 | 06:58 |
openstackgerrit | tianqing proposed openstack/neutron-lbaas: Remove invalid fields of healthmonitor when its type is TCP/PING https://review.openstack.org/263141 | 07:07 |
*** _cjones_ has quit IRC | 07:17 | |
*** manishg has joined #openstack-lbaas | 07:21 | |
*** manishg has quit IRC | 07:25 | |
*** bana_k has quit IRC | 07:34 | |
openstackgerrit | Carlos Garza proposed openstack/octavia: Implementing EventStreamer https://review.openstack.org/218735 | 07:41 |
rm_work | gatefix is back in the gate... waiting for it to pass through so i can recheck some stuff | 07:42 |
*** nmagnezi has joined #openstack-lbaas | 07:44 | |
openstackgerrit | lei zhang proposed openstack/octavia: Replace deprecated LOG.warn with LOG.warning https://review.openstack.org/263617 | 07:57 |
*** manishg has joined #openstack-lbaas | 08:21 | |
*** manishg has quit IRC | 08:26 | |
*** armax has quit IRC | 08:28 | |
openstackgerrit | Merged openstack/neutron-lbaas: Fix API tests https://review.openstack.org/263550 | 08:34 |
*** bana_k has joined #openstack-lbaas | 08:42 | |
*** paco20151113 has joined #openstack-lbaas | 08:47 | |
openstackgerrit | Yatin Kumbhare proposed openstack/neutron-lbaas: Fix for the deprecated library function https://review.openstack.org/263636 | 08:50 |
*** jschwarz has joined #openstack-lbaas | 08:51 | |
*** bochi-michael has quit IRC | 09:15 | |
*** manishg has joined #openstack-lbaas | 09:22 | |
*** manishg has quit IRC | 09:26 | |
*** nmagnezi has quit IRC | 09:45 | |
*** nmagnezi has joined #openstack-lbaas | 09:57 | |
*** yuanying has quit IRC | 10:11 | |
*** yuanying has joined #openstack-lbaas | 10:11 | |
*** bana_k has quit IRC | 10:18 | |
*** manishg has joined #openstack-lbaas | 10:23 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/262907 | 10:28 |
*** yuanying has quit IRC | 10:28 | |
*** manishg has quit IRC | 10:28 | |
*** yuanying has joined #openstack-lbaas | 10:29 | |
*** manishg has joined #openstack-lbaas | 10:37 | |
*** manishg has quit IRC | 10:42 | |
*** yamamoto has joined #openstack-lbaas | 10:56 | |
*** yamamoto has quit IRC | 11:04 | |
*** yuanying has quit IRC | 11:15 | |
*** manishg has joined #openstack-lbaas | 11:38 | |
*** manishg has quit IRC | 11:43 | |
*** bradjones has joined #openstack-lbaas | 11:44 | |
*** bradjones has quit IRC | 11:44 | |
*** bradjones has joined #openstack-lbaas | 11:44 | |
*** rtheis has joined #openstack-lbaas | 12:18 | |
*** manishg has joined #openstack-lbaas | 12:39 | |
*** manishg has quit IRC | 12:44 | |
*** Alex_Stef has joined #openstack-lbaas | 13:00 | |
*** ducttape_ has joined #openstack-lbaas | 13:06 | |
*** ducttape_ has quit IRC | 13:07 | |
doug-fish | ajmiller here now to make up answers to your dashboard questions | 13:12 |
*** ducttape_ has joined #openstack-lbaas | 13:13 | |
*** Alex_Stef has quit IRC | 13:26 | |
*** nmagnezi has quit IRC | 13:28 | |
*** numans has joined #openstack-lbaas | 13:36 | |
*** ducttape_ has quit IRC | 13:36 | |
*** manishg has joined #openstack-lbaas | 13:39 | |
*** nmagnezi has joined #openstack-lbaas | 13:44 | |
*** manishg has quit IRC | 13:45 | |
*** amotoki has quit IRC | 14:00 | |
*** woodster_ has joined #openstack-lbaas | 14:19 | |
*** ducttape_ has joined #openstack-lbaas | 14:22 | |
*** nmagnezi has quit IRC | 14:27 | |
*** ducttape_ has quit IRC | 14:28 | |
*** kbyrne has quit IRC | 14:33 | |
*** kbyrne has joined #openstack-lbaas | 14:40 | |
*** manishg has joined #openstack-lbaas | 14:40 | |
*** diogogmt has quit IRC | 14:43 | |
*** manishg has quit IRC | 14:45 | |
*** ducttape_ has joined #openstack-lbaas | 14:48 | |
*** ljsylva has joined #openstack-lbaas | 14:50 | |
*** kbyrne has quit IRC | 14:52 | |
*** kbyrne has joined #openstack-lbaas | 14:53 | |
*** kbyrne has quit IRC | 14:55 | |
*** paco20151113 has quit IRC | 15:00 | |
*** kbyrne has joined #openstack-lbaas | 15:00 | |
*** kbyrne has quit IRC | 15:01 | |
*** kbyrne has joined #openstack-lbaas | 15:02 | |
*** neelashah has joined #openstack-lbaas | 15:19 | |
ajmiller | doug-fish Good Morning. I am testing the devstack plugin and dashboard panels. Am having issues with the devstack plugin, am going to start my tests over from fresh this morning (I'm on the west coast). If I reproduce the issues I will ping again and file review comments. | 15:37 |
*** numans has quit IRC | 15:38 | |
*** bdrich has joined #openstack-lbaas | 15:38 | |
*** manishg has joined #openstack-lbaas | 15:41 | |
*** manishg has quit IRC | 15:46 | |
*** bdrich has quit IRC | 15:52 | |
*** bdrich has joined #openstack-lbaas | 15:56 | |
*** TrevorV has joined #openstack-lbaas | 15:56 | |
doug-fish | ajmiller: do you recall what issues you had? | 16:00 |
doug-fish | there is one important patch for devstack that isn't merged yet | 16:00 |
* doug-fish looking for the important patch | 16:00 | |
johnsom | https://review.openstack.org/#/c/254588/ ? | 16:01 |
ajmiller | doug-fish I saw two issues. One was horizon couldn't load some CSS, complaining that I might need to run "python manage.py compress" or somesuch. | 16:01 |
doug-fish | important, but not the one I was looking for | 16:01 |
doug-fish | this is the patch I was thinking of https://review.openstack.org/#/c/257744/ | 16:02 |
doug-fish | ajmiller: that sounds like the issue fixed by https://review.openstack.org/#/c/257744/ | 16:02 |
ajmiller | Ah, OK. | 16:02 |
doug-fish | you could either patch devstack before you install, or you could do the python manage.py compress stuff manually after | 16:03 |
ajmiller | That looks like it could be. I will pull that patch into my devstack and retry. | 16:04 |
doug-fish | ajmiller: cool! thanks! | 16:05 |
*** shakamunyi has joined #openstack-lbaas | 16:14 | |
*** barra204 has quit IRC | 16:15 | |
*** diogogmt has joined #openstack-lbaas | 16:17 | |
*** manishg has joined #openstack-lbaas | 16:18 | |
johnsom | doug-fish I was reviewing the devstack plugin stuff. I +A'd https://review.openstack.org/#/c/254588 and then noticed https://review.openstack.org/#/c/244444/ has a different filename. _1481_ vs. _1480_ | 16:19 |
doug-fish | johnsom: there are two of those enablement file running around ... | 16:19 |
doug-fish | _1481_ is for the angularjs plugin | 16:19 |
doug-fish | _1480_ is for the original python one | 16:20 |
johnsom | Ok, so that is the detail I missed. Thanks | 16:20 |
doug-fish | It looks to me that the python based one will be ready to retire pretty soon and I'll start proposing removal patches | 16:20 |
johnsom | Are we abandoning the python one? | 16:20 |
doug-fish | I think so | 16:20 |
*** neelashah has quit IRC | 16:20 | |
johnsom | ok, https://review.openstack.org/#/c/244444/ should be on your list | 16:20 |
doug-fish | ah good point | 16:21 |
johnsom | Or at least updated | 16:21 |
johnsom | I don't know, it has a mix, maybe it is better to just merge it too and remove the file later | 16:22 |
johnsom | Thoughts? | 16:22 |
*** neelashah has joined #openstack-lbaas | 16:24 | |
johnsom | Ok, yeah, I think that is the best approach since the readme is valid for the angularjs version. | 16:24 |
doug-fish | johnsom: the python based plugin is already merged, but as far as I can tell it doesn't work (maybe it uses the v1 apis?) | 16:24 |
doug-fish | I'm concerned that having both will be confusing (why are there two Load Balancer panels is Horizon?) | 16:24 |
johnsom | Yes! Happy to have provided a use case for you.... | 16:25 |
doug-fish | the only reason I haven't proposed removing the python plugin parts is that I had heard they actually work | 16:25 |
doug-fish | but I haven't seen that yet | 16:25 |
*** woodster_ has quit IRC | 16:26 | |
*** neelashah1 has joined #openstack-lbaas | 16:27 | |
*** manishg has quit IRC | 16:28 | |
*** neelashah has quit IRC | 16:29 | |
*** _cjones_ has joined #openstack-lbaas | 16:53 | |
*** armax has joined #openstack-lbaas | 16:53 | |
*** ducttape_ has quit IRC | 17:14 | |
*** Aish has joined #openstack-lbaas | 17:14 | |
*** ducttape_ has joined #openstack-lbaas | 17:14 | |
*** neelashah has joined #openstack-lbaas | 17:35 | |
*** neelashah1 has quit IRC | 17:36 | |
*** manishg has joined #openstack-lbaas | 17:37 | |
*** _ducttape_ has joined #openstack-lbaas | 17:40 | |
*** ducttape_ has quit IRC | 17:40 | |
*** neelashah1 has joined #openstack-lbaas | 17:41 | |
*** neelashah has quit IRC | 17:42 | |
*** neelashah has joined #openstack-lbaas | 17:45 | |
*** minwang2 has joined #openstack-lbaas | 17:46 | |
*** neelashah1 has quit IRC | 17:46 | |
*** jschwarz has quit IRC | 17:49 | |
*** madhu_ak has joined #openstack-lbaas | 17:57 | |
openstackgerrit | LiuNanke proposed openstack/octavia: Test: make enforce_type=True in CONF.set_override https://review.openstack.org/263830 | 18:00 |
*** bharathm has joined #openstack-lbaas | 18:01 | |
*** armax has quit IRC | 18:12 | |
*** bana_k has joined #openstack-lbaas | 18:32 | |
*** madhu_ak has quit IRC | 18:37 | |
*** _ducttape_ has quit IRC | 18:37 | |
*** neelashah1 has joined #openstack-lbaas | 19:21 | |
*** neelashah has quit IRC | 19:22 | |
*** neelashah has joined #openstack-lbaas | 19:24 | |
*** neelashah1 has quit IRC | 19:25 | |
*** neelashah1 has joined #openstack-lbaas | 19:27 | |
*** madhu_ak has joined #openstack-lbaas | 19:29 | |
*** neelashah has quit IRC | 19:29 | |
*** ducttape_ has joined #openstack-lbaas | 19:30 | |
*** bdrich_ has joined #openstack-lbaas | 19:49 | |
*** bdrich has quit IRC | 19:51 | |
*** Aish has quit IRC | 20:06 | |
openstackgerrit | Merged openstack/octavia: Updated from global requirements https://review.openstack.org/262910 | 20:08 |
*** Aish has joined #openstack-lbaas | 20:12 | |
*** Aish has quit IRC | 20:12 | |
*** Aish has joined #openstack-lbaas | 20:17 | |
*** Aish has quit IRC | 20:26 | |
*** madhu_ak has quit IRC | 20:34 | |
*** madhu_ak has joined #openstack-lbaas | 20:58 | |
*** Aish has joined #openstack-lbaas | 20:58 | |
*** TrevorV has quit IRC | 21:07 | |
*** ajmiller has quit IRC | 21:14 | |
*** ajmiller has joined #openstack-lbaas | 21:17 | |
*** chlong has quit IRC | 21:22 | |
*** neelashah1 has quit IRC | 21:24 | |
*** Aish has quit IRC | 21:33 | |
*** Aish has joined #openstack-lbaas | 21:34 | |
*** manishg has quit IRC | 21:58 | |
*** neelashah has joined #openstack-lbaas | 22:00 | |
*** Aish has quit IRC | 22:00 | |
*** ljsylva has quit IRC | 22:00 | |
*** manishg_ has joined #openstack-lbaas | 22:01 | |
*** manishg_ has quit IRC | 22:01 | |
*** rtheis has quit IRC | 22:01 | |
*** manishg has joined #openstack-lbaas | 22:06 | |
*** neelashah has quit IRC | 22:06 | |
*** manishg has quit IRC | 22:06 | |
*** manishg has joined #openstack-lbaas | 22:06 | |
*** Aish has joined #openstack-lbaas | 22:06 | |
*** manishg has quit IRC | 22:07 | |
*** neelashah has joined #openstack-lbaas | 22:07 | |
*** manishg has joined #openstack-lbaas | 22:07 | |
*** manishg has quit IRC | 22:07 | |
*** neelashah has quit IRC | 22:08 | |
*** manishg has joined #openstack-lbaas | 22:09 | |
*** harlowja has quit IRC | 22:09 | |
*** harlowja has joined #openstack-lbaas | 22:10 | |
*** neelashah has joined #openstack-lbaas | 22:14 | |
*** neelashah has quit IRC | 22:14 | |
*** neelashah1 has joined #openstack-lbaas | 22:14 | |
*** Aish has quit IRC | 22:23 | |
*** Aish has joined #openstack-lbaas | 22:33 | |
blogan | johnsom, rm_work, xgerman, dougwig: review https://review.openstack.org/#/c/259227/ | 22:50 |
johnsom | looking | 22:51 |
xgerman | k | 22:51 |
blogan | thanks | 22:52 |
xgerman | +2 | 22:53 |
blogan | thats how you spelling messaing in my world! | 22:53 |
blogan | and how i typing stencnes | 22:54 |
johnsom | blogan How about we trade: https://review.openstack.org/#/c/253858/ 3x+2 but no +A | 22:54 |
blogan | johnsom: sure | 22:55 |
blogan | guess its left to me to test out | 22:56 |
johnsom | grin | 22:56 |
xgerman | that one confuses me: https://review.openstack.org/#/c/263830/1 | 22:56 |
blogan | hmm i didn't know it didnt enforce the type | 22:57 |
xgerman | same here… so I am a bit confused what this solves for us | 22:58 |
blogan | not sure if it solves anything honestly, other than if someone in the future decides to change the type in that set_override method | 22:59 |
johnsom | Yeah, it seems like the unit tests should be able to pass in bogus values/types in overrides | 23:00 |
xgerman | as I said confused | 23:01 |
johnsom | I guess it's just being "extra careful" and picking up issues where if someone breaks the config types | 23:02 |
*** manishg has quit IRC | 23:02 | |
*** yuanying has joined #openstack-lbaas | 23:03 | |
blogan | can you set an override of an option that has not been registerd yet? | 23:03 |
*** manishg has joined #openstack-lbaas | 23:04 | |
blogan | i thought you could | 23:04 |
*** manishg has quit IRC | 23:04 | |
*** manishg has joined #openstack-lbaas | 23:05 | |
johnsom | There is an example in the linked bug | 23:05 |
*** woodster_ has joined #openstack-lbaas | 23:07 | |
*** neelashah1 has quit IRC | 23:10 | |
*** chlong has joined #openstack-lbaas | 23:12 | |
blogan | well dont i look like an ass | 23:13 |
*** chlong has quit IRC | 23:14 | |
blogan | still, doesn't add much but i guess i can't argue against it going in | 23:15 |
*** doug-fis_ has joined #openstack-lbaas | 23:15 | |
johnsom | That is where I am, no harm, maybe benefit | 23:15 |
*** manishg has quit IRC | 23:15 | |
*** manishg has joined #openstack-lbaas | 23:16 | |
*** doug-fish has quit IRC | 23:17 | |
*** doug-fis_ has quit IRC | 23:25 | |
*** chlong has joined #openstack-lbaas | 23:30 | |
*** minwang2 has quit IRC | 23:36 | |
*** manishg has quit IRC | 23:36 | |
*** manishg_ has joined #openstack-lbaas | 23:40 | |
*** manishg_ has quit IRC | 23:40 | |
*** Aish has quit IRC | 23:43 | |
openstackgerrit | Merged openstack/octavia: Make Consumer an oslo_service https://review.openstack.org/259227 | 23:49 |
*** bdrich_ has quit IRC | 23:51 | |
*** diogogmt has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!