openstackgerrit | heshan proposed openstack/dragonflow: add check_controller() and set_controller_fail_mode() to vswitch_api https://review.openstack.org/304026 | 01:27 |
---|---|---|
openstackgerrit | heshan proposed openstack/dragonflow: change dragonflow apps to use mod_flow instead of ryu's OFPFlowMod https://review.openstack.org/304050 | 01:31 |
openstackgerrit | Merged openstack/dragonflow: Fix unnecessary IDL run invoke bug https://review.openstack.org/303934 | 01:48 |
openstackgerrit | hujie proposed openstack/dragonflow: add ovsdb monitor fullstack test case https://review.openstack.org/296905 | 01:49 |
openstackgerrit | Merged openstack/dragonflow: Lookup router_port's network_id with lswitch's topic https://review.openstack.org/298121 | 01:52 |
openstackgerrit | Merged openstack/dragonflow: Fix port update event loss https://review.openstack.org/303284 | 01:53 |
*** zenoway has joined #openstack-dragonflow | 01:55 | |
*** zenoway has quit IRC | 01:59 | |
*** yamamot__ has joined #openstack-dragonflow | 02:04 | |
*** CrayZee has quit IRC | 02:12 | |
*** feipeng has quit IRC | 02:13 | |
*** feipeng has joined #openstack-dragonflow | 02:13 | |
*** feipeng has quit IRC | 02:20 | |
*** CrayZee has joined #openstack-dragonflow | 02:23 | |
*** yamamot__ has quit IRC | 03:10 | |
*** yamamot__ has joined #openstack-dragonflow | 04:04 | |
*** oanson has joined #openstack-dragonflow | 04:15 | |
*** zenoway has joined #openstack-dragonflow | 04:57 | |
*** zenoway has quit IRC | 05:24 | |
*** zenoway has joined #openstack-dragonflow | 05:31 | |
*** mestery has quit IRC | 05:32 | |
*** omnipresent has joined #openstack-dragonflow | 05:32 | |
*** zenoway has quit IRC | 05:36 | |
*** omnipresent has quit IRC | 05:37 | |
*** mestery has joined #openstack-dragonflow | 05:38 | |
*** mestery has quit IRC | 05:40 | |
*** irenab has joined #openstack-dragonflow | 05:42 | |
*** mestery has joined #openstack-dragonflow | 05:43 | |
*** Shlomo_N has joined #openstack-dragonflow | 06:00 | |
*** oanson has quit IRC | 06:01 | |
Shlomo_N | Duan Kebo is here? | 06:03 |
gampel | yunwei: Hi all whats the status of SG , when do you think we will have a new patch | 06:04 |
yuanwei | gampel: hi gampel, my fullstack environment now has some problems, when I fix it I will update the SG testing patch. | 06:10 |
gampel | what about the SG patch | 06:11 |
gampel | I tested it yesterday and there are some errors when setting flow to the OVS | 06:11 |
yuanwei | I hasn't work on it yet... | 06:14 |
yuanwei | omer will update that patch to upload the modification that he suggested in the review, and I will continue to fix bugs. I'm right? | 06:18 |
gampel | But there are errors in the flow insertions that are unrelated to the comments and the SG does not work | 06:31 |
*** zenoway has joined #openstack-dragonflow | 06:32 | |
gampel | one of the action item from the meeting was to bring it into working state | 06:32 |
*** zenoway has quit IRC | 06:33 | |
*** zenoway has joined #openstack-dragonflow | 06:39 | |
yuanwei | Ok, I will take care those problems. I saw the description about the flow insertion error, and I had thought I had already fixed that bug last time...I will look at it again. | 06:43 |
*** zenoway has quit IRC | 06:43 | |
*** zenoway has joined #openstack-dragonflow | 06:52 | |
gsagie | nick-ma: ping | 07:01 |
*** zenoway has quit IRC | 07:01 | |
gsagie | yuanwei: there is some problem from the plugin side, if you look it insert two fields of security groups ids into the logical port object | 07:02 |
gsagie | yuanwei: i am not sure if its really problematic, but we need to clean it eitherway | 07:02 |
gsagie | one was "security_groups" and the other was "sgids" i believe | 07:02 |
*** yuli_s has joined #openstack-dragonflow | 07:03 | |
yuli_s | hello all | 07:03 |
yuli_s | we have a kind of interesting bug | 07:04 |
yuli_s | when receiving events from ovsdb monitor | 07:04 |
yuli_s | in apply_db_change() | 07:04 |
yuli_s | we do not handle 'update' action | 07:05 |
yuli_s | it is considered as "other" action -> delete | 07:05 |
yuli_s | somehow the controller still works | 07:05 |
yuli_s | ;) | 07:06 |
gsagie | where do you see 'update'? | 07:07 |
gsagie | you might be having an old code version | 07:07 |
gsagie | i see 'set' and 'create' and 'sync_start/finished' | 07:08 |
yuli_s | i have set / create / update / delete / etc... events | 07:08 |
yuli_s | action | 07:08 |
yuli_s | for example | 07:09 |
yuli_s | this is good: | 07:09 |
yuli_s | Event update: Action:create, Table:ovsinterface, Key:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4 Value:uuid:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4, ofport:-1, name:tapd473f0c0-a3, admin_state:, type:vm, iface_id:d473f0c0-a3cb-423c-94f2-99ce6ec02a64, peer:, attached_mac:fa:16:3e:c5:55:61, remote_ip:, tunnel_type: Topic:None | 07:09 |
yuli_s | Event update: Action:update, Table:ovsinterface, Key:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4 Value:uuid:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4, ofport:44, name:tapd473f0c0-a3, admin_state:down, type:vm, iface_id:d473f0c0-a3cb-423c-94f2-99ce6ec02a64, peer:, attached_mac:fa:16:3e:c5:55:61, remote_ip:, tunnel_type: Topic:None | 07:09 |
yuli_s | the last Action is update, but this port is deleted | 07:10 |
gsagie | yuli_s: need to fix it then, can you please take a look at ovsdb_monitor code for this? | 07:11 |
gsagie | or maybe hujie can take a look | 07:12 |
yuli_s | when running dragonflow fuyllstack tests I receive update action for: | 07:12 |
yuli_s | Action:update, Table:chassis, | 07:12 |
yuli_s | Action:update, Table:ovsinterface, | 07:12 |
yuli_s | Action:update, Table:publisher, | 07:12 |
yuanwei | gsagie: ok | 07:14 |
*** zenoway has joined #openstack-dragonflow | 07:15 | |
*** zenoway has quit IRC | 07:15 | |
*** zenoway has joined #openstack-dragonflow | 07:15 | |
hujie | hi I'm here, what's the error for ovsdb monitor? | 07:19 |
*** zenoway has quit IRC | 07:25 | |
gsagie | yuli_s: plus work with hujie on this :) he wrote the ovsdb code | 07:25 |
gsagie | plus=please | 07:25 |
hujie | yuli_s: what do you mean by the port is deleted, is it deleted in ovsdb or in dragonflow controller cache?? | 07:26 |
hujie | Event update: Action:create, Table:ovsinterface, Key:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4 Value:uuid:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4, ofport:-1, name:tapd473f0c0-a3, admin_state:, type:vm, iface_id:d473f0c0-a3cb-423c-94f2-99ce6ec02a64, peer:, attached_mac:fa:16:3e:c5:55:61, remote_ip:, tunnel_type: Topic:None | 07:27 |
hujie | Event update: Action:update, Table:ovsinterface, Key:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4 Value:uuid:7cde83d9-0fe4-41d0-b7ab-6e512a7d0ac4, ofport:44, name:tapd473f0c0-a3, admin_state:down, type:vm, iface_id:d473f0c0-a3cb-423c-94f2-99ce6ec02a64, peer:, attached_mac:fa:16:3e:c5:55:61, remote_ip:, tunnel_type: Topic:None | 07:27 |
hujie | this is obvious a new online port | 07:27 |
hujie | but here it should have another message which contains the admin_state:up | 07:29 |
gsagie | hujie: from looking at the current code, i see that when Actione is 'update' we get to the delete case, since we only have 'set' or 'create' | 07:30 |
*** zenoway has joined #openstack-dragonflow | 07:30 | |
gsagie | calling the ovs port update in the controller | 07:30 |
gsagie | so 'update' is going to the last 'else' clause which is a delete (hope i look at most recent code) | 07:30 |
hujie | ok please let me check the code on the master branch, maybe the modification is not sync to all the modules in the process pipeline | 07:31 |
hujie | in the master code, if action == 'set' or action == 'create' it will go to ovs_port_updated, while if action == 'delete': it will go to ovs_port_deleted | 07:38 |
hujie | so I think it's ok:) | 07:38 |
gsagie | yes, but as you see he got Action 'update' | 07:39 |
gsagie | so if something from ovsdb monitor sending with wrong action (not 'set') it still try to go to default else, which is a delete | 07:39 |
hujie | ok I see | 07:39 |
gsagie | maybe yuli_s has old code, but need to verify we are not sending 'update' actions from recent code | 07:40 |
hujie | yes in the new master code, it's ok | 07:40 |
hujie | because the action is only in create/update\delete in the ovsdb monitor | 07:41 |
hujie | from IDL | 07:41 |
hujie | yuli_s: you can update the new master code and I think the bug will disappear:) | 07:42 |
*** zenoway has quit IRC | 07:43 | |
hujie | there are such code :(action = event if event != 'update' else 'set' )in the newest ovsdb monitor. | 07:45 |
hujie | there will be no update action in the new version | 07:46 |
openstackgerrit | Yuli proposed openstack/dragonflow: Fix empty ofport value https://review.openstack.org/304152 | 07:46 |
*** zenoway has joined #openstack-dragonflow | 07:48 | |
yuli_s | hujie, hello | 07:50 |
hujie | hello | 07:50 |
yuli_s | i made a temp fix to the bug I was fixing | 07:50 |
yuli_s | https://review.openstack.org/304152 | 07:50 |
yuli_s | please take a look | 07:51 |
yuli_s | when I run "tox -e fullstack" I am getting update for the following tables: chassis, ovsinterface, publisher, | 07:52 |
openstackgerrit | heshan proposed openstack/dragonflow: code for local controller reliability https://review.openstack.org/292060 | 07:53 |
hujie | are you using the newest code? | 07:53 |
hujie | you do not need to replace action in nb_api because ovsdb monitor has done that | 07:54 |
yuli_s | hm | 07:54 |
yuli_s | i am run git pull yesterday | 07:54 |
yuli_s | what code should I update | 07:54 |
yuli_s | ? | 07:54 |
hujie | you can download newest code and do comparison, you will find the difference:) | 07:55 |
yuli_s | ok | 07:55 |
yuli_s | i will fetch latest code now | 07:56 |
yuli_s | and run the stack again | 07:56 |
hujie | ok thx | 07:56 |
nick-ma | gsagie: I submit a patch to change update event to set. And it is merged. | 07:58 |
nick-ma | hujie: yes no update event in latest code. | 07:59 |
hujie | yes | 08:01 |
*** zenoway has quit IRC | 08:01 | |
openstackgerrit | heshan proposed openstack/dragonflow: add check_controller() and set_controller_fail_mode() to vswitch_api https://review.openstack.org/304026 | 08:03 |
gsagie | nick-ma: yeah remembered i saw something like that, thanks | 08:05 |
hshan | gsagie: have you tested the reliability? | 08:07 |
gsagie | hshan: not yet, can you please send me the link to the latest patch | 08:08 |
gsagie | the one i need to download in order to test it | 08:08 |
hshan | I've send to you yesterday, you didn't receive it? | 08:09 |
hshan | I also copied to oanson | 08:10 |
gsagie | hshan: in email? | 08:10 |
hshan | yes | 08:10 |
gsagie | can you please paste here the review link | 08:10 |
hshan | there must be something wrong | 08:10 |
gsagie | i see the email | 08:11 |
gsagie | now | 08:11 |
gsagie | but the 3 patches are independend? | 08:11 |
gsagie | did you code them one on the other? if thats the case i only need to download the latest one | 08:12 |
hshan | yes, there are dependent | 08:12 |
hshan | sorry, independent | 08:13 |
hshan | each patch modified different files | 08:13 |
hshan | you need to download all of them | 08:19 |
*** zenoway has joined #openstack-dragonflow | 08:21 | |
gsagie | hshan: the question is not if they have different files, but are the git commits themselfs based on one another | 08:22 |
gsagie | for example, you worked on patch 1, did changes then send commits | 08:22 |
gsagie | sent to review, then started working on the same branch, or did you go back to master? | 08:23 |
gsagie | and started another branch | 08:23 |
gsagie | or you dont remember? | 08:24 |
*** zenoway has quit IRC | 08:25 | |
*** dingboopt has quit IRC | 08:27 | |
hshan | the 3 patches are based on the master, not based on each other | 08:32 |
hshan | but in order to make reliability to work, you need to get all the 3 patches | 08:33 |
hshan | did I make myself clearly? | 08:34 |
yuli_s | nick-ma, i am testing last code | 08:36 |
yuli_s | we get action = 'update' for publisher table -> it goes to delete | 08:38 |
*** zenoway has joined #openstack-dragonflow | 08:39 | |
*** zenoway has quit IRC | 08:48 | |
nick-ma | I only changed the ovsinterface | 08:51 |
nick-ma | yuli_s: didn't notice publisher or others. It seems we need to explicitly compare action==delete | 08:52 |
yuli_s | yes, after getting last version of code, the code hardly works | 08:53 |
yuli_s | I do have a port in ovs: 1(patch-int) | 08:53 |
nick-ma | Any exceptions? It is running in my local machine. | 08:54 |
yuli_s | but I do not see any rule in in table 0 with in_port=1 | 08:54 |
yuli_s | besides I do not see any rules in table: 0 | 08:55 |
yuli_s | no rules with in_port | 08:56 |
yuli_s | i do not any exceptions in code | 08:57 |
yuli_s | i deleted router interface of the private network | 08:57 |
yuli_s | and created it again, | 08:57 |
yuli_s | does not helps | 08:57 |
openstackgerrit | heshan proposed openstack/dragonflow: remove redundant comma(',') from table_id and cookie https://review.openstack.org/304458 | 08:59 |
*** zenoway has joined #openstack-dragonflow | 09:06 | |
yuli_s | the code does not calls the add_router_port() function | 09:10 |
nick-ma | yuli_s: sorry I don't know. It is working in my environment. I checked it. And make sure it is the latest version. | 09:10 |
yuli_s | the event is lost | 09:10 |
yuli_s | i have the latest code, | 09:11 |
yuli_s | before running stack I event removed all python libs | 09:12 |
yuli_s | in /usr/local/lib/python2.7/dist-packages/ | 09:12 |
*** zenoway has quit IRC | 09:15 | |
nick-ma | 2016-04-12 17:05:02.133 INFO dragonflow.controller.df_local_controller [-] Adding/Updating new local logical port = {u'parent_name': None, u'macs': [u'fa:16:3e:04:8e:04'], u'name': u'553ddc4c-96b0-44c8-a7a4-73b308a87832', u'chassis': u'nick-dev', u'lswitch': u'10ae424d-9a8d-4791-bb4f-4295d15a7ede', u'enabled': True, u'topic': | 09:15 |
nick-ma | u'54eef35189ab497a9f29b9153e9590bd', u'ips': [u'10.0.1.1'], u'device_owner': u'network:router_interface', u'port_security': [u'fa:16:3e:04:8e:04'], u'sgids': None, u'tunnel_key': 13, u'external_ids': {u'neutron:port_name': u''}, u'tag': None, u'security_groups': None}{'ofport': 8, 'is_local': True, 'local_network_id': 4} | 09:15 |
nick-ma | do you have got this log? | 09:15 |
*** openstackgerrit has quit IRC | 09:17 | |
nick-ma | in my environment, the add_router_interface is called and the openflowapp has got the 'create' and 'set' events. | 09:17 |
*** openstackgerrit has joined #openstack-dragonflow | 09:18 | |
yuli_s | i sec. | 09:19 |
yuli_s | nope | 09:19 |
yuli_s | grep "Adding/Updating new local logical port" df-controller.log | 09:19 |
yuli_s | return nothing | 09:19 |
yuli_s | i have this | 09:20 |
yuli_s | Adding new logical router interface = {u'name': u'5d34873d-a4fa-4d0c-a57f-5b938ac49e10', u'lswitch': u'b44bf452-cc8a-4555-a82d-9716cf158a79', u'topic': u'8365e860cb714eaa8424f7b425755528', u'mac': u'fa:16:3e:72:b0:8f', u'tunnel_key': 44, u'lrouter': u'961bfda5-1813-4031-a6c8-bc6545a9f4a7', u'network': u'10.0.0.1/24'} | 09:20 |
yuli_s | self.open_flow_app.notify_add_router_port sends an event | 09:22 |
openstackgerrit | Shlomo proposed openstack/dragonflow: [WIP] Performance testing framework. Environment setup and data-plane performance testing. https://review.openstack.org/304470 | 09:22 |
yuli_s | and it is lost | 09:22 |
yuli_s | probably | 09:22 |
nick-ma | i got the same log but it was immediately following 'Pushing Update to Queue:'. so it works in my env. | 09:24 |
nick-ma | i say the flows are there in my env after PUB/SUB and notifying the ofapps. | 09:26 |
yuli_s | ok | 09:27 |
yuli_s | i am going to eat something, then will try to trace this | 09:27 |
*** zenoway has joined #openstack-dragonflow | 09:29 | |
openstackgerrit | Shlomo proposed openstack/dragonflow: [WIP] Performance testing framework. Environment setup and data-plane performance testing. https://review.openstack.org/304470 | 09:29 |
*** hujie has quit IRC | 09:29 | |
*** zenoway has quit IRC | 09:37 | |
*** zenoway has joined #openstack-dragonflow | 09:43 | |
*** zenoway has quit IRC | 09:56 | |
*** oanson has joined #openstack-dragonflow | 09:56 | |
*** openstack has joined #openstack-dragonflow | 10:01 | |
yuli_s | after talking with eran | 10:17 |
yuli_s | he tols me to check l3 agent | 10:17 |
yuli_s | I have an exception their | 10:17 |
yuli_s | https://bugs.launchpad.net/dragonflow/+bug/1569272 | 10:19 |
openstack | Launchpad bug 1569272 in DragonFlow "l3 agent time out exception" [Undecided,New] | 10:19 |
nick-ma | Ok, so it is related with rpc. | 10:20 |
yuli_s | ok, regarding the 'update' action | 10:25 |
*** yamamot__ has quit IRC | 10:25 | |
yuli_s | u want to send a new update for other tables ? | 10:25 |
yuli_s | or I can do it as part for this patch | 10:25 |
yuli_s | https://review.openstack.org/#/c/304152/ | 10:26 |
*** saggi has quit IRC | 10:49 | |
*** saggi has joined #openstack-dragonflow | 10:53 | |
*** yamamoto has joined #openstack-dragonflow | 11:19 | |
*** yamamoto has quit IRC | 11:31 | |
*** yamamoto has joined #openstack-dragonflow | 11:34 | |
*** yamamoto has quit IRC | 11:38 | |
openstackgerrit | wangyongben proposed openstack/dragonflow: [WIP]Add mechanism driver for network,subnet,port and security group https://review.openstack.org/293376 | 11:39 |
openstackgerrit | wangyongben proposed openstack/dragonflow: [WIP]Add mechanism driver for network,subnet,port and security group https://review.openstack.org/293376 | 11:39 |
*** yamamoto has joined #openstack-dragonflow | 11:47 | |
*** yamamoto has quit IRC | 11:48 | |
*** openstack has quit IRC | 12:04 | |
*** openstack has joined #openstack-dragonflow | 12:08 | |
*** yamamoto has joined #openstack-dragonflow | 12:15 | |
*** hshan1 has joined #openstack-dragonflow | 12:16 | |
openstackgerrit | hujie proposed openstack/dragonflow: add data sync mechanism for keep db consistency https://review.openstack.org/300877 | 12:19 |
openstackgerrit | hujie proposed openstack/dragonflow: add data sync mechanism for keep db consistency https://review.openstack.org/300877 | 12:19 |
openstackgerrit | hujie proposed openstack/dragonflow: add data sync mechanism for keep db consistency https://review.openstack.org/300877 | 12:21 |
*** hshan1 has quit IRC | 12:31 | |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Remove unused parameter https://review.openstack.org/304573 | 12:34 |
*** yamamoto has quit IRC | 12:36 | |
*** yamamoto has joined #openstack-dragonflow | 12:38 | |
openstackgerrit | Eran Gampel proposed openstack/dragonflow: Add topic to the list as test and only once https://review.openstack.org/304580 | 12:41 |
*** hshan1 has joined #openstack-dragonflow | 12:59 | |
*** hshan1 has quit IRC | 13:03 | |
*** irenab has quit IRC | 13:04 | |
*** zenoway has joined #openstack-dragonflow | 13:12 | |
openstackgerrit | Shlomo proposed openstack/dragonflow: [WIP] Performance testing framework. Environment setup and data-plane performance testing. https://review.openstack.org/304470 | 13:16 |
openstackgerrit | Li Ma proposed openstack/dragonflow: Fix event names of db https://review.openstack.org/304618 | 13:30 |
*** WANGFeng has joined #openstack-dragonflow | 13:33 | |
*** zenoway has quit IRC | 13:41 | |
*** zenoway has joined #openstack-dragonflow | 13:42 | |
*** omnipresent has joined #openstack-dragonflow | 13:44 | |
*** zenoway_ has joined #openstack-dragonflow | 13:45 | |
*** zenoway_ has quit IRC | 13:45 | |
*** zenoway_ has joined #openstack-dragonflow | 13:46 | |
*** zenoway has quit IRC | 13:47 | |
*** omnipresent has quit IRC | 13:48 | |
*** zenoway_ has quit IRC | 13:50 | |
openstackgerrit | Merged openstack/dragonflow: Remove unused parameter https://review.openstack.org/304573 | 14:10 |
*** oanson has quit IRC | 14:13 | |
*** irenab has joined #openstack-dragonflow | 14:32 | |
*** zenoway has joined #openstack-dragonflow | 15:11 | |
*** zenoway has quit IRC | 15:16 | |
*** yuli_s has quit IRC | 15:17 | |
*** openstackgerrit has quit IRC | 15:18 | |
*** openstackgerrit has joined #openstack-dragonflow | 15:18 | |
*** yamamoto has quit IRC | 15:21 | |
*** yamamoto has joined #openstack-dragonflow | 15:22 | |
*** yamamoto has quit IRC | 15:51 | |
*** gongysh has joined #openstack-dragonflow | 15:56 | |
*** saggi has quit IRC | 16:00 | |
*** yamamoto has joined #openstack-dragonflow | 16:02 | |
*** WANGFeng has quit IRC | 16:03 | |
*** gongysh has quit IRC | 16:09 | |
*** gongysh has joined #openstack-dragonflow | 16:10 | |
*** gongysh has quit IRC | 16:10 | |
*** zenoway has joined #openstack-dragonflow | 16:29 | |
*** gongysh has joined #openstack-dragonflow | 16:33 | |
*** gongysh has quit IRC | 16:33 | |
*** zenoway has quit IRC | 16:34 | |
*** zenoway has joined #openstack-dragonflow | 16:34 | |
*** zenoway has quit IRC | 16:38 | |
*** todin has quit IRC | 17:07 | |
*** oanson has joined #openstack-dragonflow | 18:06 | |
*** oanson has quit IRC | 18:22 | |
*** zenoway has joined #openstack-dragonflow | 18:26 | |
*** zenoway has quit IRC | 18:43 | |
*** zenoway has joined #openstack-dragonflow | 18:45 | |
*** omnipresent has joined #openstack-dragonflow | 18:46 | |
*** zenoway_ has joined #openstack-dragonflow | 18:47 | |
*** zenoway_ has quit IRC | 18:48 | |
*** zenoway_ has joined #openstack-dragonflow | 18:49 | |
*** zenoway_ has quit IRC | 18:49 | |
*** zenoway_ has joined #openstack-dragonflow | 18:50 | |
*** zenoway_ has quit IRC | 18:50 | |
*** zenoway has quit IRC | 18:50 | |
*** omnipresent has quit IRC | 18:50 | |
*** zenoway has joined #openstack-dragonflow | 18:51 | |
*** zenoway has quit IRC | 18:51 | |
*** oanson has joined #openstack-dragonflow | 18:52 | |
*** zenoway has joined #openstack-dragonflow | 18:52 | |
*** zenoway has quit IRC | 18:52 | |
*** zenoway has joined #openstack-dragonflow | 18:54 | |
*** omnipresent has joined #openstack-dragonflow | 18:55 | |
*** zenoway_ has joined #openstack-dragonflow | 18:56 | |
*** zenoway_ has quit IRC | 18:57 | |
*** zenoway_ has joined #openstack-dragonflow | 18:58 | |
*** zenoway has quit IRC | 18:59 | |
*** zenoway has joined #openstack-dragonflow | 18:59 | |
*** omnipresent has quit IRC | 19:00 | |
*** omnipresent has joined #openstack-dragonflow | 19:00 | |
*** omnipresent has quit IRC | 19:01 | |
*** omnipresent has joined #openstack-dragonflow | 19:01 | |
*** omnipresent has quit IRC | 19:02 | |
*** omnipresent has joined #openstack-dragonflow | 19:02 | |
*** zenoway_ has quit IRC | 19:02 | |
*** zenoway has quit IRC | 19:03 | |
*** zenoway has joined #openstack-dragonflow | 19:04 | |
*** zenoway_ has joined #openstack-dragonflow | 19:05 | |
*** zenoway_ has quit IRC | 19:05 | |
*** zenoway_ has joined #openstack-dragonflow | 19:06 | |
*** zenoway__ has joined #openstack-dragonflow | 19:07 | |
*** omnipresent has quit IRC | 19:07 | |
*** zenoway__ has quit IRC | 19:08 | |
*** zenoway has quit IRC | 19:08 | |
*** zenoway has joined #openstack-dragonflow | 19:08 | |
*** omnipresent has joined #openstack-dragonflow | 19:09 | |
*** omnipresent has quit IRC | 19:10 | |
*** zenoway_ has quit IRC | 19:10 | |
*** omnipresent has joined #openstack-dragonflow | 19:10 | |
*** zenoway_ has joined #openstack-dragonflow | 19:12 | |
*** zenoway_ has quit IRC | 19:12 | |
*** zenoway_ has joined #openstack-dragonflow | 19:12 | |
*** zenoway has quit IRC | 19:13 | |
*** zenoway has joined #openstack-dragonflow | 19:14 | |
*** zenoway has quit IRC | 19:15 | |
*** omnipresent has quit IRC | 19:15 | |
*** zenoway has joined #openstack-dragonflow | 19:15 | |
*** zenoway has quit IRC | 19:15 | |
*** zenoway has joined #openstack-dragonflow | 19:16 | |
*** omnipresent has joined #openstack-dragonflow | 19:17 | |
*** zenoway_ has quit IRC | 19:17 | |
*** omnipresent has quit IRC | 19:17 | |
*** omnipresent has joined #openstack-dragonflow | 19:18 | |
*** zenoway_ has joined #openstack-dragonflow | 19:19 | |
*** zenoway_ has quit IRC | 19:20 | |
*** zenoway has quit IRC | 19:20 | |
*** zenoway_ has joined #openstack-dragonflow | 19:20 | |
*** zenoway has joined #openstack-dragonflow | 19:21 | |
*** zenoway has quit IRC | 19:21 | |
*** zenoway has joined #openstack-dragonflow | 19:22 | |
*** omnipresent has quit IRC | 19:23 | |
*** omnipresent has joined #openstack-dragonflow | 19:24 | |
*** zenoway_ has quit IRC | 19:24 | |
*** zenoway_ has joined #openstack-dragonflow | 19:25 | |
*** zenoway__ has joined #openstack-dragonflow | 19:26 | |
*** zenoway has quit IRC | 19:26 | |
*** zenoway has joined #openstack-dragonflow | 19:27 | |
*** zenoway has quit IRC | 19:28 | |
*** omnipresent has quit IRC | 19:28 | |
*** zenoway has joined #openstack-dragonflow | 19:28 | |
*** zenoway_ has quit IRC | 19:29 | |
*** omnipresent has joined #openstack-dragonflow | 19:30 | |
*** zenoway__ has quit IRC | 19:31 | |
*** omnipresent has quit IRC | 19:31 | |
*** omnipresent has joined #openstack-dragonflow | 19:32 | |
*** zenoway has quit IRC | 19:33 | |
*** omnipresent has quit IRC | 19:36 | |
*** zenoway has joined #openstack-dragonflow | 19:39 | |
*** omnipresent has joined #openstack-dragonflow | 19:40 | |
*** oanson has quit IRC | 19:41 | |
*** zenoway_ has joined #openstack-dragonflow | 19:41 | |
*** zenoway__ has joined #openstack-dragonflow | 19:42 | |
*** zenoway__ has quit IRC | 19:42 | |
*** zenoway__ has joined #openstack-dragonflow | 19:43 | |
*** zenoway has quit IRC | 19:44 | |
*** zenoway has joined #openstack-dragonflow | 19:44 | |
*** zenoway has quit IRC | 19:45 | |
*** omnipresent has quit IRC | 19:45 | |
*** zenoway has joined #openstack-dragonflow | 19:46 | |
*** zenoway_ has quit IRC | 19:46 | |
*** omnipresent has joined #openstack-dragonflow | 19:47 | |
*** zenoway_ has joined #openstack-dragonflow | 19:48 | |
*** zenoway__ has quit IRC | 19:48 | |
*** zenoway_ has quit IRC | 19:49 | |
*** zenoway_ has joined #openstack-dragonflow | 19:49 | |
*** zenoway_ has quit IRC | 19:50 | |
*** zenoway has quit IRC | 19:50 | |
*** zenoway_ has joined #openstack-dragonflow | 19:50 | |
*** zenoway_ has quit IRC | 19:51 | |
*** omnipresent has quit IRC | 19:52 | |
*** zenoway has joined #openstack-dragonflow | 19:52 | |
*** zenoway has quit IRC | 19:55 | |
*** zenoway has joined #openstack-dragonflow | 19:56 | |
*** omnipresent has joined #openstack-dragonflow | 19:58 | |
*** omnipresent has quit IRC | 19:59 | |
*** omnipresent has joined #openstack-dragonflow | 19:59 | |
*** omnipresent has quit IRC | 19:59 | |
*** omnipresent has joined #openstack-dragonflow | 20:00 | |
*** zenoway has quit IRC | 20:00 | |
*** omnipresent has quit IRC | 20:00 | |
*** zenoway has joined #openstack-dragonflow | 20:01 | |
*** omnipresent has joined #openstack-dragonflow | 20:02 | |
*** omnipresent has quit IRC | 20:03 | |
*** omnipresent has joined #openstack-dragonflow | 20:03 | |
*** zenoway_ has joined #openstack-dragonflow | 20:04 | |
*** zenoway__ has joined #openstack-dragonflow | 20:05 | |
*** zenoway has quit IRC | 20:05 | |
*** zenoway__ has quit IRC | 20:06 | |
*** zenoway has joined #openstack-dragonflow | 20:06 | |
*** omnipresent has quit IRC | 20:08 | |
*** omnipresent has joined #openstack-dragonflow | 20:08 | |
*** zenoway_ has quit IRC | 20:09 | |
*** zenoway has quit IRC | 20:11 | |
*** zenoway_ has joined #openstack-dragonflow | 20:11 | |
*** zenoway_ has quit IRC | 20:12 | |
*** zenoway has joined #openstack-dragonflow | 20:12 | |
*** omnipresent has quit IRC | 20:13 | |
*** zenoway has quit IRC | 20:13 | |
*** zenoway has joined #openstack-dragonflow | 20:13 | |
*** omnipresent has joined #openstack-dragonflow | 20:15 | |
*** omnipresent has quit IRC | 20:16 | |
*** omnipresent has joined #openstack-dragonflow | 20:16 | |
*** zenoway_ has joined #openstack-dragonflow | 20:17 | |
*** zenoway has quit IRC | 20:18 | |
*** zenoway_ has quit IRC | 20:18 | |
*** zenoway_ has joined #openstack-dragonflow | 20:19 | |
*** zenoway_ has quit IRC | 20:20 | |
*** zenoway_ has joined #openstack-dragonflow | 20:20 | |
*** omnipresent has quit IRC | 20:21 | |
*** omnipresent has joined #openstack-dragonflow | 20:23 | |
*** zenoway has joined #openstack-dragonflow | 20:24 | |
*** zenoway has quit IRC | 20:25 | |
*** zenoway has joined #openstack-dragonflow | 20:25 | |
*** zenoway_ has quit IRC | 20:26 | |
*** zenoway_ has joined #openstack-dragonflow | 20:26 | |
*** zenoway_ has quit IRC | 20:27 | |
*** zenoway_ has joined #openstack-dragonflow | 20:27 | |
*** omnipresent has quit IRC | 20:28 | |
*** omnipresent has joined #openstack-dragonflow | 20:29 | |
*** zenoway has quit IRC | 20:30 | |
*** zenoway has joined #openstack-dragonflow | 20:31 | |
*** zenoway_ has quit IRC | 20:32 | |
*** zenoway_ has joined #openstack-dragonflow | 20:32 | |
*** zenoway_ has quit IRC | 20:33 | |
*** zenoway_ has joined #openstack-dragonflow | 20:33 | |
*** zenoway_ has quit IRC | 20:34 | |
*** zenoway_ has joined #openstack-dragonflow | 20:34 | |
*** omnipresent has quit IRC | 20:34 | |
*** zenoway_ has quit IRC | 20:34 | |
*** omnipresent has joined #openstack-dragonflow | 20:35 | |
*** zenoway has quit IRC | 20:35 | |
*** zenoway has joined #openstack-dragonflow | 20:36 | |
*** zenoway has quit IRC | 20:36 | |
*** zenoway has joined #openstack-dragonflow | 20:37 | |
*** zenoway_ has joined #openstack-dragonflow | 20:38 | |
*** zenoway_ has quit IRC | 20:38 | |
*** zenoway_ has joined #openstack-dragonflow | 20:39 | |
*** zenoway_ has quit IRC | 20:39 | |
*** omnipresent has quit IRC | 20:39 | |
*** omnipresent has joined #openstack-dragonflow | 20:40 | |
*** omnipresent has quit IRC | 20:40 | |
*** omnipresent has joined #openstack-dragonflow | 20:40 | |
*** zenoway has quit IRC | 20:41 | |
*** zenoway has joined #openstack-dragonflow | 20:41 | |
*** zenoway has quit IRC | 20:42 | |
*** zenoway has joined #openstack-dragonflow | 20:42 | |
*** zenoway has quit IRC | 20:43 | |
*** zenoway has joined #openstack-dragonflow | 20:44 | |
*** zenoway_ has joined #openstack-dragonflow | 20:45 | |
*** omnipresent has quit IRC | 20:45 | |
*** zenoway_ has quit IRC | 20:45 | |
*** omnipresent has joined #openstack-dragonflow | 20:46 | |
*** omnipresent has quit IRC | 20:47 | |
*** omnipresent has joined #openstack-dragonflow | 20:47 | |
*** zenoway_ has joined #openstack-dragonflow | 20:48 | |
*** zenoway has quit IRC | 20:49 | |
*** zenoway_ has quit IRC | 20:49 | |
*** zenoway has joined #openstack-dragonflow | 20:50 | |
*** zenoway_ has joined #openstack-dragonflow | 20:51 | |
*** omnipresent has quit IRC | 20:51 | |
*** zenoway_ has quit IRC | 20:52 | |
*** omnipresent has joined #openstack-dragonflow | 20:52 | |
*** zenoway_ has joined #openstack-dragonflow | 20:53 | |
*** zenoway_ has quit IRC | 20:54 | |
*** zenoway_ has joined #openstack-dragonflow | 20:55 | |
*** zenoway has quit IRC | 20:55 | |
*** zenoway_ has quit IRC | 20:55 | |
*** zenoway has joined #openstack-dragonflow | 20:56 | |
*** zenoway_ has joined #openstack-dragonflow | 20:57 | |
*** omnipresent has quit IRC | 20:57 | |
*** zenoway_ has quit IRC | 20:58 | |
*** omnipresent has joined #openstack-dragonflow | 20:58 | |
*** zenoway_ has joined #openstack-dragonflow | 20:59 | |
*** zenoway_ has quit IRC | 21:00 | |
*** zenoway_ has joined #openstack-dragonflow | 21:01 | |
*** zenoway has quit IRC | 21:01 | |
*** zenoway has joined #openstack-dragonflow | 21:02 | |
*** zenoway has quit IRC | 21:03 | |
*** omnipresent has quit IRC | 21:03 | |
*** zenoway has joined #openstack-dragonflow | 21:03 | |
*** zenoway has quit IRC | 21:04 | |
*** zenoway has joined #openstack-dragonflow | 21:06 | |
*** zenoway_ has quit IRC | 21:06 | |
*** omnipresent has joined #openstack-dragonflow | 21:07 | |
*** omnipresent has quit IRC | 21:08 | |
*** omnipresent has joined #openstack-dragonflow | 21:09 | |
*** zenoway_ has joined #openstack-dragonflow | 21:10 | |
*** zenoway_ has quit IRC | 21:10 | |
*** zenoway has quit IRC | 21:11 | |
*** zenoway has joined #openstack-dragonflow | 21:11 | |
*** zenoway_ has joined #openstack-dragonflow | 21:12 | |
*** zenoway_ has quit IRC | 21:12 | |
*** zenoway_ has joined #openstack-dragonflow | 21:13 | |
*** omnipresent has quit IRC | 21:13 | |
*** zenoway_ has quit IRC | 21:13 | |
*** omnipresent has joined #openstack-dragonflow | 21:14 | |
*** zenoway has quit IRC | 21:15 | |
*** zenoway has joined #openstack-dragonflow | 21:15 | |
*** zenoway has quit IRC | 21:17 | |
*** zenoway has joined #openstack-dragonflow | 21:17 | |
*** zenoway has quit IRC | 21:18 | |
*** zenoway has joined #openstack-dragonflow | 21:18 | |
*** zenoway has quit IRC | 21:19 | |
*** omnipresent has quit IRC | 21:19 | |
*** zenoway has joined #openstack-dragonflow | 21:20 | |
*** omnipresent has joined #openstack-dragonflow | 21:22 | |
*** omnipresent has quit IRC | 21:22 | |
*** omnipresent has joined #openstack-dragonflow | 21:23 | |
*** omnipresent has quit IRC | 21:23 | |
*** omnipresent has joined #openstack-dragonflow | 21:23 | |
*** omnipresent has quit IRC | 21:24 | |
*** omnipresent has joined #openstack-dragonflow | 21:25 | |
*** omnipresent has quit IRC | 21:25 | |
*** zenoway has quit IRC | 21:25 | |
*** zenoway has joined #openstack-dragonflow | 21:25 | |
*** zenoway has quit IRC | 21:26 | |
*** zenoway has joined #openstack-dragonflow | 21:26 | |
*** omnipresent has joined #openstack-dragonflow | 21:28 | |
*** omnipresent has quit IRC | 21:29 | |
*** omnipresent has joined #openstack-dragonflow | 21:30 | |
*** omnipresent has quit IRC | 21:30 | |
*** zenoway has quit IRC | 21:31 | |
*** zenoway has joined #openstack-dragonflow | 21:31 | |
*** omnipresent has joined #openstack-dragonflow | 21:32 | |
*** omnipresent has quit IRC | 21:33 | |
*** omnipresent has joined #openstack-dragonflow | 21:33 | |
*** omnipresent has quit IRC | 21:34 | |
*** omnipresent has joined #openstack-dragonflow | 21:34 | |
*** zenoway has quit IRC | 21:36 | |
*** omnipresent has quit IRC | 21:39 | |
*** yuanwei has quit IRC | 21:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!