*** tonanhngo has quit IRC | 00:10 | |
openstackgerrit | Frederick F. Kautz IV proposed openstack/kuryr-kubernetes master: Adding a default ETCD_PORT to devstack settings for legacy_etcd https://review.openstack.org/476729 | 00:18 |
---|---|---|
*** ltomasbo|away has joined #openstack-kuryr | 00:20 | |
*** ajo has joined #openstack-kuryr | 00:21 | |
*** tonanhngo has joined #openstack-kuryr | 00:21 | |
*** tonanhngo has quit IRC | 00:26 | |
*** ajo has quit IRC | 00:29 | |
*** ltomasbo|away has quit IRC | 00:33 | |
*** dmellado has joined #openstack-kuryr | 00:37 | |
*** ajo has joined #openstack-kuryr | 00:37 | |
*** ltomasbo|away has joined #openstack-kuryr | 00:39 | |
*** limao has joined #openstack-kuryr | 00:42 | |
*** hongbin has quit IRC | 00:57 | |
*** ltomasbo|away has quit IRC | 01:04 | |
*** ajo has quit IRC | 01:05 | |
*** dmellado has quit IRC | 01:06 | |
*** ajo has joined #openstack-kuryr | 01:07 | |
*** ajo has quit IRC | 01:12 | |
*** yedongcan has joined #openstack-kuryr | 01:30 | |
*** vikasc has joined #openstack-kuryr | 03:04 | |
*** salv-orlando has joined #openstack-kuryr | 03:42 | |
*** yamamoto has joined #openstack-kuryr | 03:43 | |
*** salv-orlando has quit IRC | 03:47 | |
*** hongbin has joined #openstack-kuryr | 04:04 | |
*** limao has quit IRC | 04:30 | |
*** limao has joined #openstack-kuryr | 04:31 | |
*** limao has quit IRC | 04:35 | |
*** salv-orlando has joined #openstack-kuryr | 04:44 | |
*** salv-orlando has quit IRC | 04:48 | |
*** salv-orlando has joined #openstack-kuryr | 04:53 | |
*** hongbin has quit IRC | 04:57 | |
*** limao has joined #openstack-kuryr | 04:58 | |
*** gouthamr has quit IRC | 05:14 | |
*** janki has joined #openstack-kuryr | 05:23 | |
*** salv-orlando has quit IRC | 06:20 | |
*** salv-orlando has joined #openstack-kuryr | 06:27 | |
*** ltomasbo has joined #openstack-kuryr | 06:41 | |
*** dmellado has joined #openstack-kuryr | 07:13 | |
*** salv-orlando has quit IRC | 07:17 | |
*** salv-orlando has joined #openstack-kuryr | 07:17 | |
*** pcaruana has joined #openstack-kuryr | 07:18 | |
*** longfei_zhang has quit IRC | 07:19 | |
*** janki has quit IRC | 07:46 | |
*** egonzalez has joined #openstack-kuryr | 07:46 | |
*** longfei_zhang has joined #openstack-kuryr | 07:49 | |
*** garyloug has joined #openstack-kuryr | 08:08 | |
longfei_zhang | Hi, how to disable the debug log info? in the kuryr.conf the "debug = false" , from the cni log i still can see the DEBUG message logged out | 08:15 |
longfei_zhang | 2017-06-22 03:15:42.328 21197 DEBUG kuryr_kubernetes.cni.main [-] Exiting with status 0 run /usr/lib/python2.7/site-packages/kuryr_kubernetes/cni/main.py:96 | 08:15 |
longfei_zhang | while the controller log is correct, only the cni logged out the debug message | 08:19 |
*** yamamoto has quit IRC | 08:22 | |
*** salv-orl_ has joined #openstack-kuryr | 08:36 | |
*** salv-orl_ has quit IRC | 08:37 | |
*** salv-orlando has quit IRC | 08:40 | |
*** yamamoto has joined #openstack-kuryr | 09:05 | |
*** janki has joined #openstack-kuryr | 09:08 | |
janonymous | longfei_zhang:Hi, i am not sure if that is the right way to change, but cni debug could be checked from : http://paste.openstack.org/show/613491/ and debug parameter could be changed. Please check from that point | 09:36 |
*** limao has quit IRC | 09:46 | |
foutatoro | hi all, i'm trying to install kuryr in openstack-ansible using this link https://docs.openstack.org/developer/kuryr/readme.html#running-kuryr | 09:47 |
foutatoro | but at step running-kuryr: I don't see the script ./scripts/run_kuryr.sh in the cloned project | 09:48 |
dmellado | foutatoro: just kuryr or kuryr-kubernetes too? | 09:48 |
dmellado | https://docs.openstack.org/developer/kuryr-kubernetes/installation/index.html | 09:49 |
vikasc | dmellado, i think he is using libnetwork | 09:49 |
dmellado | vikasc: yeah, that's why I was asking ;) | 09:49 |
foutatoro | dmellado: what's the difference between kuryr and kuryr-kubernetes ? | 09:49 |
dmellado | foutatoro: kuryr-kubernetes works with kubernetes as a orchestrator | 09:50 |
dmellado | apuimedo: any docs related to the split? | 09:50 |
dmellado | vikasc: ^^ | 09:51 |
dmellado | foutatoro: for just docker: check | 09:51 |
dmellado | https://docs.openstack.org/developer/kuryr-libnetwork/readme.html#getting-it-running-with-a-service-container | 09:51 |
vikasc | foutatoro, kuryr can provide networking to two orchestration tools, docker family, which have libnetwork framework of networking, for those kuryr-libnetwork is the sub project | 09:51 |
vikasc | foutatoro, another is kubernetes, which has CNM/cni based networking, i.e kubernetes, and for this is kuryr-kubernetes | 09:52 |
vikasc | foutatoro, both kuryr-kubernetes and kuryr-libnetwork shares a common library which is "kuryr" | 09:53 |
dmellado | exactly, so it wouldn't make sense as of now to install just 'kuryr' | 09:54 |
foutatoro | vikasc, dmellado: for my first install I just want to be able to attach docker containers in neutron network | 09:54 |
dmellado | :) | 09:54 |
vikasc | foutatoro, so user will either use, kuryr-libnetwork or kuryr-kuberntes | 09:54 |
dmellado | go for kuryr-libnetwork then | 09:54 |
vikasc | foutatoro, so now to your question, you should clone kuryr-libnetowrk | 09:55 |
vikasc | foutatoro, https://github.com/openstack/kuryr-libnetwork | 09:55 |
vikasc | foutatoro, and here is that script, https://github.com/openstack/kuryr-libnetwork/blob/master/scripts/run_kuryr.sh | 09:56 |
vikasc | foutatoro, sometimes ,incorrectly, we use 'kuryr' to refer to 'kuryr-libnetwork' or 'kuryr-kubernetes' as a short form. | 09:57 |
vikasc | foutatoro, so you are going to install kuryr-libnetwork | 09:58 |
dmellado | maybe we should revisit the docs | 09:58 |
dmellado | that's totally true | 09:58 |
vikasc | dmellado, yeah | 09:58 |
vikasc | dmellado, for a newcomer, current state can be quite confusing | 09:59 |
vikasc | dmellado, another thing which we should work on is docs/steps/simplification of configuration parameters | 09:59 |
vikasc | dmellado, there are so many knobs | 09:59 |
dmellado | yeah, and now there's even another project, which is kuryr-tempest-plugin :P | 10:00 |
vikasc | :D | 10:00 |
dmellado | which, in fact is meant for kuryr-kubernetes | 10:00 |
dmellado | but the name would've been so long! | 10:00 |
dmellado | xD | 10:00 |
vikasc | true, though i could not even take a look at it | 10:00 |
vikasc | :D | 10:01 |
vikasc | foutatoro, if you still have confusion please let us know | 10:02 |
foutatoro | vikasc, dmellado: thanks for your feedbacks | 10:09 |
foutatoro | vikasc, dmellado: openstack ansible deploys each openstack service in an lxc container and I created a dedicated lxc container for kuryr. | 10:09 |
vikasc | foutatoro, great | 10:09 |
foutatoro | vikasc, dmellado: so for you where should be the best place to install docker directly on the bare-metal server (compute node) or into the lxc container of kuryr ? | 10:10 |
vikasc | foutatoro, where is ovs running? inside lxc container or on baremetal? | 10:11 |
foutatoro | vikasc: the neutron agent run in dedicated lxc container | 10:12 |
foutatoro | but i'm using linux bridge ml2 plugin | 10:12 |
vikasc | foutatoro, i would suggest you to first run kuryr on baremetal | 10:13 |
vikasc | foutatoro, on compute machines | 10:13 |
vikasc | foutatoro, kuryr should be able to access neutron server (for requesting port creation for containers) and kuryr should be able to access the ovs-int bridge, which neutron agent manages. kuryr will plug container to the ovs-int | 10:16 |
foutatoro | vikasc: hop that kuryr is generic enough to work with linux bridge | 10:19 |
longfei_zhang | janonymous, just saw your message, i will check , thx very much | 10:22 |
vikasc | foutatoro, yes, it will work, https://github.com/openstack/kuryr/blob/master/usr/libexec/kuryr/bridge | 10:23 |
vikasc | foutatoro, kuryr-libnetwork will use above shared binding script from kuryr repo in bridge case | 10:24 |
vikasc | foutatoro, here is the supported networking backends, https://github.com/openstack/kuryr/tree/master/usr/libexec/kuryr | 10:25 |
vikasc | foutatoro, bridge is one of them | 10:25 |
foutatoro | vikasc: openstack-ansible uses self signed certificat therefore the command "docker run --name kuryr-libnetwork ...." fails to authenticate with certificate http://paste.openstack.org/show/613498/ | 10:41 |
vikasc | foutatoro, means kuryr not able to reach neutron server | 10:44 |
vikasc | foutatoro, please re-check the configuration parameters you provided for neutron api | 10:45 |
vikasc | foutatoro, limao is not around. he might be the best person to help on kuryr-libnetwork | 10:47 |
foutatoro | vikasc: i think it can not authenticate to keystone due to ssl certificats. my keystone authenticates users through https | 10:47 |
vikasc | foutatoro, i would suggest to try same parameters from rest neutron client to verify if it works there | 10:48 |
vikasc | foutatoro, you may be right about ssl certificates | 10:49 |
vikasc | foutatoro, just to verify steps, install a allinone devstack and see if you get kuryr-libnetwork connected with that | 10:51 |
vikasc | foutatoro, abot https part apuimedo can confirm | 10:52 |
vikasc | s/about | 10:52 |
vikasc | cc limao hongbin ^ | 10:53 |
*** yamamoto has quit IRC | 10:55 | |
*** yamamoto has joined #openstack-kuryr | 10:56 | |
*** yamamoto has quit IRC | 10:56 | |
*** apuimedo has quit IRC | 10:59 | |
*** apuimedo has joined #openstack-kuryr | 11:03 | |
vikasc | ping kzaitsev_pi | 11:04 |
*** rwallner has joined #openstack-kuryr | 11:12 | |
*** yamamoto has joined #openstack-kuryr | 11:14 | |
*** yamamoto has quit IRC | 11:16 | |
*** ajo has joined #openstack-kuryr | 11:16 | |
*** dmellado_ has joined #openstack-kuryr | 11:17 | |
*** ltomasbo has quit IRC | 11:17 | |
*** ltomasbo has joined #openstack-kuryr | 11:18 | |
*** dmellado has quit IRC | 11:19 | |
*** dmellado_ is now known as dmellado | 11:19 | |
*** longfei_zhang has quit IRC | 11:30 | |
*** openstackgerrit has quit IRC | 11:33 | |
*** garyloug_ has joined #openstack-kuryr | 11:33 | |
*** garyloug has quit IRC | 11:37 | |
*** kzaitsev_mb has joined #openstack-kuryr | 11:42 | |
*** yamamoto has joined #openstack-kuryr | 11:44 | |
*** yamamoto has quit IRC | 11:56 | |
*** yamamoto has joined #openstack-kuryr | 12:10 | |
*** yamamoto has quit IRC | 12:15 | |
*** salv-orlando has joined #openstack-kuryr | 12:15 | |
*** salv-orlando has quit IRC | 12:22 | |
*** salv-orlando has joined #openstack-kuryr | 12:26 | |
kzaitsev_mb | vikasc: saw your review, thanks will try to address the questions soon, but I'm travelling back from my hometown today so it'll take a bit of time | 12:37 |
kzaitsev_mb | apuimedo: a friendly reminder about releasing schedules: Jul 17 - Jul 21R-6 | 12:38 |
vikasc | kzaitsev_mb, np :) | 12:38 |
kzaitsev_mb | Final release for non-client libraries | 12:38 |
kzaitsev_mb | https://releases.openstack.org/pike/schedule.html | 12:38 |
kzaitsev_mb | vikasc: I just want to comment right away about the list-vs-dict thing. I can change my implementation to handle lists instead of dicts. | 12:39 |
kzaitsev_mb | it's just that dicts give you a bit more controll over interface naming | 12:39 |
kzaitsev_mb | I | 12:40 |
kzaitsev_mb | I've seen that idea on one of the community meetings. ivc_ mentioned it. I liked it and implemented it that way. | 12:40 |
kzaitsev_mb | I think it's reasonable to have [vif0, vif1, vif2] to map to [eth0, eth1, eth2] or to have {'eth0': vif0, 'net0': other-vif0} | 12:41 |
kzaitsev_mb | if we use dicts — the CNI is responsible for giving out iface names. if we do it with dict — the handler is. So, I'd be happy if you'd consider the options =) | 12:42 |
kzaitsev_mb | I think I'll try to get some attention to the topic during next community meeting =) | 12:42 |
apuimedo | thanks kzaitsev_mb | 12:43 |
apuimedo | I like dicts more and more | 12:44 |
*** yamamoto has joined #openstack-kuryr | 12:45 | |
*** neiljerram has quit IRC | 12:45 | |
kzaitsev_mb | apuimedo: regarding the schedule — if we want to release new version of kuryr-lib, the deadline is R6, i.e. Jul 17 - Jul 21. Shouldn't apply to kuryr-kubernetes or libnetwork though | 12:45 |
kzaitsev_mb | for pike I mean =) | 12:46 |
apuimedo | kzaitsev_mb: thanks a lot for these reminders. I'm notoriously bad at this | 12:46 |
apuimedo | I'm not sure we need anything for the lib, but we can check it on mOnday | 12:47 |
*** neiljerram has joined #openstack-kuryr | 12:47 | |
vikasc | kzaitsev_mb, the name in the dict like 'eth0' is vif.name , right? | 12:48 |
kzaitsev_mb | I think it is. gotta check it though =) | 12:48 |
vikasc | kzaitsev_mb, you are preparing dict from vif objects from pod annotations.. my doubt is that CNI_IFNAME will not match vif.name, even though vif object will be for this interface. | 12:49 |
kzaitsev_mb | apuimedo: sure. we can make a 0.4.1 (or 0.5.0) with requirements update | 12:49 |
vikasc | kzaitsev_mb, not sure if i was clear enough in asking my query :) | 12:49 |
vikasc | CNI_IFNAME is from cni and vif.name might not match | 12:50 |
kzaitsev_mb | vikasc: in my particular patch the CNI_IFNAME will always match, since it's currently just one VIF and it's always eth0. | 12:50 |
kzaitsev_mb | I'm adding functionality on top of that patch in sriov patches | 12:50 |
kzaitsev_mb | let me show | 12:50 |
vikasc | kzaitsev_mb, even in current code, vif.name does not go as 'eth0' | 12:51 |
vikasc | kzaitsev_mb, and CNI_IFNAME comes as eth0 | 12:51 |
kzaitsev_mb | https://review.openstack.org/#/c/462455/13/kuryr_kubernetes/controller/handlers/vif.py here | 12:51 |
apuimedo | vikasc: https://review.openstack.org/#/c/476489/2 | 12:52 |
vikasc | kzaitsev_mb, ok, | 12:52 |
kzaitsev_mb | https://review.openstack.org/#/c/471012/6/kuryr_kubernetes/constants.py here the default vif's name is 'eth0' and here https://review.openstack.org/#/c/471012/6/kuryr_kubernetes/controller/handlers/vif.py it's prepared | 12:52 |
vikasc | now i see | 12:52 |
*** yamamoto has quit IRC | 12:52 | |
apuimedo | unfortunately dhellman blocked this approach | 12:52 |
vikasc | you adding 'eth0' | 12:52 |
apuimedo | and I'll have to try something more complicated | 12:53 |
vikasc | ok ok | 12:53 |
*** s1061123 has quit IRC | 12:53 | |
kzaitsev_mb | yeah the logic is a bit convoluted. I tried to split it into multiple patches as cleanly as I could though ) | 12:53 |
vikasc | kzaitsev_mb, i was thinking the code as it is now, where 'eth0' does not come from controller | 12:54 |
vikasc | cool | 12:54 |
vikasc | i will take another look | 12:54 |
*** gsagie has joined #openstack-kuryr | 12:54 | |
kzaitsev_mb | thanks =) I'll be afk for a while. just booked a plane back to Moscow | 12:54 |
vikasc | apuimedo, taking a look | 12:55 |
vikasc | kzaitsev_mb, yw! | 12:55 |
vikasc | kzaitsev_mb, safe journey! | 12:55 |
kzaitsev_mb | gotta say hello goodbye to my family and catch that plane ) | 12:55 |
kzaitsev_mb | thanks! =) | 12:55 |
apuimedo | kzaitsev_mb: back from where? | 12:55 |
*** s1061123 has joined #openstack-kuryr | 12:56 | |
*** vikasc is now known as vikas|away | 12:57 | |
kzaitsev_mb | apuimedo: my hometown is Samara, a small town on Volga river in the middle of european part of Russia | 12:58 |
kzaitsev_mb | ok not so small ) | 12:59 |
kzaitsev_mb | the whole town is getting prepared for the world cup and is a giant construction yard %) | 12:59 |
apuimedo | aha | 13:01 |
*** salv-orlando has quit IRC | 13:02 | |
*** kzaitsev_mb has quit IRC | 13:05 | |
*** atoth has quit IRC | 13:06 | |
*** atoth has joined #openstack-kuryr | 13:06 | |
*** atoth has quit IRC | 13:08 | |
*** atoth has joined #openstack-kuryr | 13:08 | |
*** yamamoto has joined #openstack-kuryr | 13:11 | |
*** yamamoto has quit IRC | 13:12 | |
*** gouthamr has joined #openstack-kuryr | 13:22 | |
*** janki has quit IRC | 13:32 | |
*** salv-orlando has joined #openstack-kuryr | 13:51 | |
*** foutatoro has quit IRC | 14:00 | |
*** yamamoto has joined #openstack-kuryr | 14:06 | |
*** yamamoto has quit IRC | 14:06 | |
*** yamamoto has joined #openstack-kuryr | 14:06 | |
*** rwallner has quit IRC | 14:17 | |
*** rwallner has joined #openstack-kuryr | 14:17 | |
*** salv-orlando has quit IRC | 14:23 | |
*** salv-orlando has joined #openstack-kuryr | 14:26 | |
*** salv-orlando has quit IRC | 14:26 | |
*** salv-orlando has joined #openstack-kuryr | 14:26 | |
*** rwallner has quit IRC | 14:27 | |
*** aojea has joined #openstack-kuryr | 14:31 | |
*** dougbtv has joined #openstack-kuryr | 14:39 | |
*** rwallner has joined #openstack-kuryr | 14:48 | |
*** egonzalez has quit IRC | 15:01 | |
*** salv-orl_ has joined #openstack-kuryr | 15:03 | |
*** salv-orlando has quit IRC | 15:04 | |
*** aojea has quit IRC | 15:15 | |
*** dougbtv has quit IRC | 15:19 | |
*** rwallner has quit IRC | 15:21 | |
*** rwallner has joined #openstack-kuryr | 15:24 | |
*** rwallner has quit IRC | 15:59 | |
*** edisonxiang has quit IRC | 15:59 | |
*** edisonxiang has joined #openstack-kuryr | 16:00 | |
*** ltomasbo is now known as ltomasbo|away | 16:02 | |
*** yamamoto has quit IRC | 16:08 | |
*** dougbtv has joined #openstack-kuryr | 16:10 | |
*** pcaruana has quit IRC | 16:18 | |
*** yamamoto has joined #openstack-kuryr | 16:18 | |
*** yamamoto has quit IRC | 16:27 | |
*** rwallner has joined #openstack-kuryr | 16:51 | |
*** edisonxiang has quit IRC | 17:01 | |
*** yamamoto has joined #openstack-kuryr | 17:27 | |
*** rwallner has quit IRC | 17:34 | |
*** yamamoto has quit IRC | 17:34 | |
*** yamamoto has joined #openstack-kuryr | 17:39 | |
*** yamamoto has quit IRC | 17:39 | |
*** rwallner has joined #openstack-kuryr | 17:40 | |
*** aojea has joined #openstack-kuryr | 18:06 | |
*** aojea has quit IRC | 18:11 | |
*** hongbin has joined #openstack-kuryr | 18:11 | |
*** gsagie has quit IRC | 18:13 | |
*** rwallner has quit IRC | 18:19 | |
*** rwallner has joined #openstack-kuryr | 18:24 | |
*** salv-orl_ has quit IRC | 18:30 | |
*** yamamoto has joined #openstack-kuryr | 18:31 | |
*** yamamoto has quit IRC | 18:36 | |
*** salv-orlando has joined #openstack-kuryr | 18:38 | |
*** salv-orlando has quit IRC | 18:38 | |
*** salv-orlando has joined #openstack-kuryr | 18:39 | |
*** garyloug_ has quit IRC | 18:51 | |
*** edisonxiang has joined #openstack-kuryr | 19:02 | |
*** dougbtv has quit IRC | 19:13 | |
*** salv-orlando has quit IRC | 19:16 | |
*** yamamoto has joined #openstack-kuryr | 19:46 | |
*** rwallner has quit IRC | 19:53 | |
*** yamamoto has quit IRC | 19:55 | |
*** rwallner has joined #openstack-kuryr | 19:57 | |
*** rwallner_ has joined #openstack-kuryr | 20:00 | |
*** rwallner has quit IRC | 20:03 | |
*** rwallner_ has quit IRC | 20:05 | |
*** tonanhngo has joined #openstack-kuryr | 20:15 | |
*** aojea has joined #openstack-kuryr | 20:16 | |
*** aojea has quit IRC | 20:20 | |
*** salv-orlando has joined #openstack-kuryr | 20:32 | |
*** salv-orl_ has joined #openstack-kuryr | 20:33 | |
*** salv-orlando has quit IRC | 20:37 | |
*** tonanhngo has quit IRC | 20:58 | |
*** tonanhngo has joined #openstack-kuryr | 20:59 | |
*** tonanhngo has quit IRC | 21:04 | |
*** yamamoto has joined #openstack-kuryr | 21:09 | |
*** tonanhngo has joined #openstack-kuryr | 21:22 | |
*** tonanhngo has quit IRC | 21:26 | |
*** salv-orlando has joined #openstack-kuryr | 21:29 | |
*** rwallner has joined #openstack-kuryr | 21:31 | |
*** tonanhngo has joined #openstack-kuryr | 21:31 | |
*** salv-orl_ has quit IRC | 21:33 | |
*** rwallner has quit IRC | 21:35 | |
*** tonanhngo has quit IRC | 21:36 | |
*** tonanhngo has joined #openstack-kuryr | 21:38 | |
*** salv-orl_ has joined #openstack-kuryr | 21:38 | |
*** tonanhngo has quit IRC | 21:42 | |
*** salv-orlando has quit IRC | 21:42 | |
*** tonanhngo has joined #openstack-kuryr | 21:50 | |
*** tonanhngo has quit IRC | 21:55 | |
*** gouthamr has quit IRC | 22:10 | |
*** kzaitsev_mb has joined #openstack-kuryr | 22:21 | |
*** salv-orlando has joined #openstack-kuryr | 22:23 | |
*** salv-orl_ has quit IRC | 22:27 | |
*** salv-orlando has quit IRC | 22:28 | |
*** tonanhngo has joined #openstack-kuryr | 22:30 | |
*** gouthamr has joined #openstack-kuryr | 22:32 | |
*** tonanhngo_ has joined #openstack-kuryr | 22:32 | |
*** salv-orlando has joined #openstack-kuryr | 22:33 | |
*** salv-orlando has quit IRC | 22:33 | |
*** salv-orlando has joined #openstack-kuryr | 22:34 | |
*** tonanhngo has quit IRC | 22:34 | |
*** tonanhngo_ has quit IRC | 22:37 | |
*** tonanhngo has joined #openstack-kuryr | 22:38 | |
*** tonanhngo has quit IRC | 22:43 | |
*** tonanhngo has joined #openstack-kuryr | 22:45 | |
*** tonanhngo has quit IRC | 22:49 | |
*** tonanhngo has joined #openstack-kuryr | 22:51 | |
*** kzaitsev_mb has quit IRC | 22:52 | |
*** hongbin has quit IRC | 22:53 | |
*** tonanhngo has quit IRC | 22:55 | |
*** tonanhngo has joined #openstack-kuryr | 22:57 | |
*** tonanhngo has quit IRC | 23:02 | |
*** tonanhngo has joined #openstack-kuryr | 23:03 | |
*** kzaitsev_mb has joined #openstack-kuryr | 23:06 | |
*** gouthamr has quit IRC | 23:06 | |
*** tonanhngo has quit IRC | 23:08 | |
*** kzaitsev_mb has quit IRC | 23:15 | |
*** salv-orlando has quit IRC | 23:16 | |
*** salv-orlando has joined #openstack-kuryr | 23:17 | |
*** kzaitsev_mb has joined #openstack-kuryr | 23:21 | |
*** salv-orlando has quit IRC | 23:21 | |
*** yamamoto has quit IRC | 23:35 | |
*** kzaitsev_mb has quit IRC | 23:36 | |
*** yamamoto has joined #openstack-kuryr | 23:38 | |
*** yamamoto has quit IRC | 23:43 | |
*** yamamoto has joined #openstack-kuryr | 23:48 | |
*** yamamoto has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!