Saturday, 2017-07-29

*** jamesdenton has quit IRC00:01
*** limao has quit IRC00:07
*** jamesdenton has joined #openstack-neutron00:08
*** thorst has quit IRC00:11
armaxdhellmann: I was supposed to take care of the release, my apologies00:12
*** achadha has joined #openstack-neutron00:15
*** achadha has quit IRC00:20
openstackgerritMerged openstack/ovsdbapp master: Update reno for stable/pike  https://review.openstack.org/48874300:23
mlavallekevinbenton: ping00:33
openstackgerritSwaminathan Vasudevan proposed openstack/neutron master: DVR: Provide options for DVR North/South routing centralized  https://review.openstack.org/48533300:36
openstackgerritSwaminathan Vasudevan proposed openstack/neutron master: DVR: Provide options for DVR North/South routing centralized  https://review.openstack.org/48533300:38
*** psahoo has joined #openstack-neutron00:38
*** Swami has quit IRC00:40
kevinbentonmlavalle: pong00:47
mlavallekevinbenton: I am thinking of using session.context.info to store the segments00:47
kevinbentonmlavalle: I really want to avoid that if we can00:48
mlavalleok00:48
kevinbentonmlavalle: are you having trouble getting the segment ids?00:48
mlavallekevinbenton: is it ok if I get the segments ids in the delete_network method of the DB plugin?00:49
kevinbentonmlavalle: dont' we put segment_ids already in the network dict?00:51
kevinbentonmlavalle: or is that just subnet_ids?00:51
mlavallewe are not putting segments ids in the network dict00:51
openstackgerritArmando Migliaccio proposed openstack/neutron master: Add bandit target to tox  https://review.openstack.org/48889400:52
openstackgerritArmando Migliaccio proposed openstack/neutron master: Hook bandit security linter to pep8 target  https://review.openstack.org/48889500:52
mlavalleI assumed that earlier today but playing with the unit test, I realized we don't00:52
kevinbentonmlavalle: yeah, i see that now00:52
kevinbentonmlavalle: i was assuming the same thing :)00:52
*** vijaykc4 has quit IRC00:52
openstackgerritTerry Wilson proposed openstack/ovsdbapp master: Don't create a sandbox chassis by default  https://review.openstack.org/48889700:53
kevinbentonmlavalle: yeah, it does seem like we are goint to have to jam something on the context00:54
mlavallekevinbenton: yeah, that's why I thought of session.info00:54
*** edmondsw has joined #openstack-neutron00:55
kevinbentonmlavalle: i don't think session.info is safe because the new engine facade will blow away the session between context managers00:55
kevinbentonmlavalle: IIRC when this exits https://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L45400:55
mlavallekevinbenton: I realize that00:56
kevinbentonmlavalle: context.session will be gone00:56
kevinbentonmlavalle: so then the call here wouldn't have that https://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L460-L46100:56
*** jkilpatr has quit IRC00:56
* mlavalle looking00:56
mlavallekevinbenton: yes, but isn't the context restored at the end of the transaction?00:58
mlavallethe context from line 433, because that is created outside any transaction00:58
kevinbentonmlavalle: oh, yeah, right now it will swap back our legacy session00:59
kevinbentonmlavalle: i see what you mean00:59
*** edmondsw has quit IRC00:59
openstackgerritDongcan Ye proposed openstack/neutron master: Tempest: Add availability-zone for agent  https://review.openstack.org/47512301:00
*** xinliang has quit IRC01:00
*** chyka has joined #openstack-neutron01:00
mlavallekevinbenton: so if I save the segments in the session.info of the BEFORE_DELETE context, that is the context I will receive in the AFTER_DELETE event01:00
mlavalleright?01:00
kevinbentonmlavalle: i believe so01:01
mlavallekevinbenton: ok, I will follow that path. I will push again tomorrow night01:01
kevinbentonmlavalle: hang on a sec :)01:02
kevinbentonmlavalle: i'm thinking through the implications01:02
mlavallekevinbenton: yeah, that is why I pinged you01:02
kevinbentonmlavalle: the thing i don't like about session.info is the error paths01:02
kevinbentonmlavalle: if we put something in there and then an exception is thrown before AFTER_DELETE that aborts the delete01:03
kevinbentonmlavalle: it will just hang around01:03
kevinbentonmlavalle: for the rest of the life of that context01:03
*** Manuel_112 has joined #openstack-neutron01:04
mlavallekevinbenton: the alternative is to create a little cache in neutron/services/segments/db.py01:04
*** chyka has quit IRC01:04
mlavallea dictionary where the keys are networks being deleted01:04
kevinbentonmlavalle: yeah, just a map of network_id->segment_ids01:05
kevinbentonright?01:05
mlavalleyeap01:05
mlavalleexactly01:05
mlavallekevinbenton: if you are ok with that approach, I will implement it between today and tomorrow01:06
kevinbentonmlavalle: how about just registering a dict extend function that puts the segment IDs in the network response?01:06
kevinbentonfor make_network_dict01:06
mlavallekevinbenton: yeah, that's another approach01:07
mlavalleI will try that01:07
kevinbentonit shouldn't show up in the actual api response for networks anyway since it's not in the attr map01:07
mlavallecorrect01:07
mlavallelet's give that approach a try01:08
kevinbentonof all the hacks, i think i would prefer that one first because there is no risk of leaving stuff behind on exceptions01:08
kevinbenton:)01:08
kevinbentondoes that make sense to you?01:08
mlavalleperfect sense01:08
kevinbentonbecause we might have the same problem with the cache of it growing over time as deletes fail01:08
kevinbentonok01:08
mlavallekevinbenton: expect something tomorrow night01:08
kevinbentonmlavalle: there isn't a huge rush on this if you want to wait until monday01:08
*** Manuel_112 has quit IRC01:08
kevinbentonnot a feaure :)01:09
*** marst has joined #openstack-neutron01:09
mlavallekevinbenton: I am going to work a little bit anyway01:09
kevinbentonmlavalle: ok. thanks for doing this, have a good weekend!01:09
mlavallekevinbenton: ok, c'ya, wife is about to start yelling at me, have a nice weekend!01:10
kevinbentonmlavalle: ciao!01:10
kevinbentonmlavalle: arrivaderci?01:10
*** jkilpatr has joined #openstack-neutron01:10
kevinbentonmlavalle: something :)01:10
mlavallekevinbenton: adios01:10
kevinbentonmlavalle: hopefully armax isn't watching01:11
*** mlavalle has quit IRC01:11
*** harlowja_ has quit IRC01:13
*** deep-book-gk_ has joined #openstack-neutron01:17
*** deep-book-gk_ has left #openstack-neutron01:19
*** mriedem has quit IRC01:21
*** psahoo has quit IRC01:27
openstackgerritMerged openstack/python-neutronclient master: Update reno for stable/pike  https://review.openstack.org/48887101:32
armaxcalling me in channel is not the way to go about it01:34
*** ijw has quit IRC01:35
openstackgerritMerged openstack/networking-odl master: Updated from global requirements  https://review.openstack.org/48802601:38
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: don't merge: experiment: disable tempest.api.compute.*  https://review.openstack.org/48889901:39
*** slaweq has joined #openstack-neutron01:40
*** MoguCloud1 has quit IRC01:41
*** psahoo has joined #openstack-neutron01:42
*** ijw has joined #openstack-neutron01:44
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: don't merge: experimental: disable some of tempests test that uses floating ip  https://review.openstack.org/48617701:44
*** slaweq has quit IRC01:45
*** yamahata has joined #openstack-neutron01:46
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857301:48
*** ijw has quit IRC01:48
*** salmankhan has quit IRC01:49
*** zhurong has joined #openstack-neutron01:51
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857301:52
*** markvoelker has joined #openstack-neutron01:56
*** harlowja has joined #openstack-neutron02:05
*** itlinux has joined #openstack-neutron02:06
*** itlinux has quit IRC02:12
*** pwiltsey has joined #openstack-neutron02:20
*** ihrachys has quit IRC02:20
*** MoguCloud has joined #openstack-neutron02:21
openstackgerritArmando Migliaccio proposed openstack/neutron master: Hook bandit security linter to pep8 target  https://review.openstack.org/48889502:21
*** esberglu has joined #openstack-neutron02:23
*** pwiltsey has quit IRC02:23
*** esberglu has quit IRC02:27
*** deep-book-gk_ has joined #openstack-neutron02:27
openstackgerritMerged openstack/neutron master: Log revision number in resource updated message  https://review.openstack.org/48855702:28
*** deep-book-gk_ has left #openstack-neutron02:28
*** markvoelker has quit IRC02:30
*** MoguCloud has quit IRC02:32
openstackgerritOpenStack Proposal Bot proposed openstack/ovsdbapp master: Updated from global requirements  https://review.openstack.org/48810702:40
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient master: Updated from global requirements  https://review.openstack.org/48812402:41
*** slaweq has joined #openstack-neutron02:41
*** edmondsw has joined #openstack-neutron02:43
*** armax has quit IRC02:46
*** slaweq has quit IRC02:47
*** edmondsw has quit IRC02:47
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857302:47
*** MoguCloud1 has joined #openstack-neutron02:50
*** armax has joined #openstack-neutron02:50
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857302:52
*** trinaths has joined #openstack-neutron02:53
*** itlinux has joined #openstack-neutron02:57
*** trinaths has quit IRC02:57
*** MoguCloud1 has quit IRC03:01
*** xinliang has joined #openstack-neutron03:11
*** itlinux has quit IRC03:15
*** harlowja has quit IRC03:16
*** xinliang has quit IRC03:17
*** xinliang has joined #openstack-neutron03:17
*** harlowja has joined #openstack-neutron03:18
*** markvoelker has joined #openstack-neutron03:28
*** boris_42 has quit IRC03:29
*** trinaths has joined #openstack-neutron03:30
*** nicolasbock has joined #openstack-neutron03:38
openstackgerritArmando Migliaccio proposed openstack/neutron master: WIP: Catch OVSFWPortNotFound during subport removal  https://review.openstack.org/48891403:40
*** ijw has joined #openstack-neutron03:48
*** ijw_ has joined #openstack-neutron03:50
*** harlowja has quit IRC03:52
*** ijw has quit IRC03:53
*** chyka has joined #openstack-neutron03:55
*** chyka has quit IRC03:59
*** obondarev has joined #openstack-neutron04:00
*** obondarev has quit IRC04:00
*** markvoelker has quit IRC04:01
openstackgerritMerged openstack/neutron-dynamic-routing master: Updated from global requirements  https://review.openstack.org/48802904:02
*** esberglu has joined #openstack-neutron04:11
*** thorst has joined #openstack-neutron04:11
*** esberglu has quit IRC04:16
*** pwiltsey has joined #openstack-neutron04:21
*** pwiltsey has quit IRC04:23
*** pwiltsey has joined #openstack-neutron04:23
*** pwiltsey has quit IRC04:27
*** thorst has quit IRC04:27
*** bjolo has quit IRC04:30
*** edmondsw has joined #openstack-neutron04:31
*** edmondsw has quit IRC04:35
*** armax has quit IRC04:36
*** obondarev has joined #openstack-neutron04:37
*** Manuel_112 has joined #openstack-neutron04:40
*** obondarev has quit IRC04:41
*** slaweq has joined #openstack-neutron04:43
*** Manuel_112 has quit IRC04:45
*** slaweq has quit IRC04:48
openstackgerritMerged openstack/neutron-fwaas master: Updated from global requirements  https://review.openstack.org/48803004:54
*** vijaykc4 has joined #openstack-neutron04:57
*** markvoelker has joined #openstack-neutron04:58
*** itlinux has joined #openstack-neutron05:04
*** gouthamr has quit IRC05:13
*** janki has joined #openstack-neutron05:13
*** wolverineav has joined #openstack-neutron05:29
*** markvoelker has quit IRC05:31
*** wolverineav has quit IRC05:33
*** wolverineav has joined #openstack-neutron05:39
*** vijaykc4 has quit IRC05:43
*** wolverineav has quit IRC05:44
*** chyka has joined #openstack-neutron05:45
*** chyka has quit IRC05:50
*** xinliang has quit IRC05:51
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857305:53
*** baojg has joined #openstack-neutron05:55
*** esberglu has joined #openstack-neutron05:59
*** harlowja has joined #openstack-neutron06:02
*** esberglu has quit IRC06:04
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: pseudo agentg: pre-populate agentdb if missing  https://review.openstack.org/48444606:14
*** gcheresh_ has joined #openstack-neutron06:16
*** edmondsw has joined #openstack-neutron06:19
*** vijaykc4 has joined #openstack-neutron06:22
*** edmondsw has quit IRC06:23
*** thorst has joined #openstack-neutron06:24
*** gcheresh_ has quit IRC06:26
*** vijaykc4 has quit IRC06:29
*** thorst has quit IRC06:29
*** aojea has joined #openstack-neutron06:30
*** vijaykc4 has joined #openstack-neutron06:44
*** zhurong has quit IRC06:44
*** slaweq has joined #openstack-neutron06:46
*** harlowja has quit IRC06:47
*** slaweq has quit IRC06:50
*** rcernin has joined #openstack-neutron06:51
*** iranzo has joined #openstack-neutron06:57
*** bzhao_ has joined #openstack-neutron07:00
*** bzhao has quit IRC07:01
*** bzhao has joined #openstack-neutron07:05
*** bzhao has quit IRC07:06
*** iranzo has quit IRC07:08
*** ijw has joined #openstack-neutron07:11
*** ijw_ has quit IRC07:15
*** aojea has quit IRC07:17
*** aojea has joined #openstack-neutron07:19
*** xinliang has joined #openstack-neutron07:19
*** xinliang has quit IRC07:19
*** xinliang has joined #openstack-neutron07:19
*** yamamoto has joined #openstack-neutron07:23
*** Manuel_112 has joined #openstack-neutron07:25
*** pwiltsey has joined #openstack-neutron07:26
*** iranzo has joined #openstack-neutron07:26
*** yamamoto has quit IRC07:26
*** markvoelker has joined #openstack-neutron07:28
*** Manuel_112 has quit IRC07:30
*** aojea has quit IRC07:30
*** aojea has joined #openstack-neutron07:31
*** vijaykc4 has quit IRC07:31
openstackgerritMerged openstack/networking-odl master: unit: fix up merge botch  https://review.openstack.org/48762907:31
*** yamamoto has joined #openstack-neutron07:32
*** pwiltsey has quit IRC07:32
*** iranzo has quit IRC07:35
*** aojea has quit IRC07:35
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: pseudo agentg: pre-populate agentdb if missing  https://review.openstack.org/48444607:37
*** vijaykc4 has joined #openstack-neutron07:38
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: journal: reduce contention with get_oldest_pending_db_row_with_lock  https://review.openstack.org/48857307:41
*** yamamoto has quit IRC07:43
*** yamamoto has joined #openstack-neutron07:43
*** yamamoto has quit IRC07:45
*** esberglu has joined #openstack-neutron07:47
*** yamamoto has joined #openstack-neutron07:48
*** yamamoto has quit IRC07:51
*** esberglu has quit IRC07:52
*** yamahata has quit IRC07:53
*** zhurong has joined #openstack-neutron07:58
*** markvoelker has quit IRC08:02
*** kristian__ has joined #openstack-neutron08:06
*** edmondsw has joined #openstack-neutron08:07
*** janki has quit IRC08:12
*** aojea has joined #openstack-neutron08:12
*** edmondsw has quit IRC08:12
*** limao has joined #openstack-neutron08:19
*** limao_ has joined #openstack-neutron08:24
*** limao has quit IRC08:25
*** vijaykc4 has quit IRC08:31
*** aojea has quit IRC08:31
*** limao_ has quit IRC08:33
*** limao has joined #openstack-neutron08:33
*** limao has quit IRC08:44
*** limao has joined #openstack-neutron08:45
*** slaweq has joined #openstack-neutron08:48
*** nicolasbock has quit IRC08:50
*** liusheng has quit IRC08:50
*** vijaykc4 has joined #openstack-neutron08:50
*** yamamoto has joined #openstack-neutron08:52
*** slaweq has quit IRC08:52
*** limao has quit IRC08:55
*** limao has joined #openstack-neutron08:56
*** nplanel has joined #openstack-neutron08:57
*** trinaths has quit IRC08:58
*** yamamoto has quit IRC08:58
*** yamamoto has joined #openstack-neutron08:58
*** markvoelker has joined #openstack-neutron08:59
*** itlinux has quit IRC08:59
*** zhurong has quit IRC08:59
*** kristia__ has joined #openstack-neutron09:02
*** yamamoto has quit IRC09:02
*** slaweq has joined #openstack-neutron09:05
*** kristian__ has quit IRC09:05
*** limao has quit IRC09:07
*** limao has joined #openstack-neutron09:07
*** yamamoto has joined #openstack-neutron09:13
*** yamamoto has quit IRC09:14
*** nplanel has quit IRC09:17
*** vijaykc4 has quit IRC09:19
*** psahoo has quit IRC09:25
*** obondarev has joined #openstack-neutron09:26
*** vijaykc4 has joined #openstack-neutron09:28
*** limao has quit IRC09:28
*** limao has joined #openstack-neutron09:29
*** vijaykc4 has quit IRC09:30
*** markvoelker has quit IRC09:31
*** esberglu has joined #openstack-neutron09:35
*** esberglu has quit IRC09:40
*** yamamoto has joined #openstack-neutron09:42
*** chyka has joined #openstack-neutron09:45
openstackgerritZhaoBo proposed openstack/neutron master: Add the check when create port invalid device_owner or fixed ip  https://review.openstack.org/48894409:49
*** chyka has quit IRC09:50
*** limao has quit IRC09:51
*** limao has joined #openstack-neutron09:51
*** wolverineav has joined #openstack-neutron10:02
*** limao has quit IRC10:02
*** limao has joined #openstack-neutron10:03
*** limao has quit IRC10:13
*** limao has joined #openstack-neutron10:14
*** obondarev has quit IRC10:23
*** sanfern has quit IRC10:24
*** limao has quit IRC10:25
*** sanfern has joined #openstack-neutron10:25
*** limao has joined #openstack-neutron10:25
*** thorst has joined #openstack-neutron10:26
*** obondarev has joined #openstack-neutron10:26
*** markvoelker has joined #openstack-neutron10:28
*** pwiltsey has joined #openstack-neutron10:30
*** vijaykc4 has joined #openstack-neutron10:30
*** xinliang has quit IRC10:30
*** thorst has quit IRC10:30
*** yamamoto has quit IRC10:32
*** yamamoto has joined #openstack-neutron10:33
*** pwiltsey has quit IRC10:34
*** limao has quit IRC10:36
*** limao has joined #openstack-neutron10:37
*** nplanel has joined #openstack-neutron10:37
*** yamamoto has quit IRC10:38
*** kristian__ has joined #openstack-neutron10:41
*** kristia__ has quit IRC10:42
*** obondarev has quit IRC10:47
*** limao has quit IRC10:48
*** limao has joined #openstack-neutron10:48
*** obondarev has joined #openstack-neutron10:57
*** yamamoto has joined #openstack-neutron10:58
*** limao has quit IRC10:59
*** limao has joined #openstack-neutron11:00
*** markvoelker has quit IRC11:01
*** vijaykc4 has quit IRC11:02
*** rossella__ has quit IRC11:08
*** rossella__ has joined #openstack-neutron11:09
*** limao has quit IRC11:10
*** limao has joined #openstack-neutron11:11
*** yamamoto has quit IRC11:18
*** nplanel has quit IRC11:19
*** xinliang has joined #openstack-neutron11:19
*** yamamoto has joined #openstack-neutron11:20
*** thorst has joined #openstack-neutron11:21
*** yamamoto has quit IRC11:22
*** yamamoto has joined #openstack-neutron11:22
*** yamamoto has quit IRC11:22
*** limao has quit IRC11:22
*** thorst has quit IRC11:22
*** limao has joined #openstack-neutron11:22
*** obondarev has quit IRC11:24
*** yamamoto has joined #openstack-neutron11:26
*** ijw has quit IRC11:26
*** pwiltsey has joined #openstack-neutron11:30
*** xinliang has quit IRC11:34
*** pwiltsey has quit IRC11:34
*** limao has quit IRC11:37
*** rossella__ has quit IRC11:42
*** edmondsw has joined #openstack-neutron11:43
*** rossella__ has joined #openstack-neutron11:46
*** edmondsw has quit IRC11:47
*** xinliang has joined #openstack-neutron11:50
*** markvoelker has joined #openstack-neutron11:59
*** yamamoto has quit IRC12:23
*** yamamoto has joined #openstack-neutron12:25
*** pwiltsey has joined #openstack-neutron12:31
*** markvoelker has quit IRC12:31
*** pwiltsey has quit IRC12:34
*** yamamoto has quit IRC12:35
*** yamamoto has joined #openstack-neutron12:35
*** yamamoto has quit IRC12:36
*** gbutnaru has quit IRC12:41
*** zeus has quit IRC12:43
*** vijaykc4 has joined #openstack-neutron12:51
*** gbutnaru has joined #openstack-neutron12:55
*** gcheresh_ has joined #openstack-neutron12:57
*** gcheresh_ has quit IRC13:00
*** tbachman has quit IRC13:05
*** aojea has joined #openstack-neutron13:19
*** wolverineav has quit IRC13:22
*** thorst has joined #openstack-neutron13:23
*** nplanel has joined #openstack-neutron13:23
*** thorst has quit IRC13:28
*** tbachman has joined #openstack-neutron13:30
*** edmondsw has joined #openstack-neutron13:31
*** tbachman_ has joined #openstack-neutron13:32
*** aojea has quit IRC13:34
*** tbachman has quit IRC13:35
*** tbachman_ is now known as tbachman13:35
*** edmondsw has quit IRC13:36
*** yamamoto has joined #openstack-neutron13:36
*** martinus__ has joined #openstack-neutron13:37
*** itlinux has joined #openstack-neutron13:40
*** ujjain has quit IRC13:43
*** yamamoto has quit IRC13:45
*** ujjain has joined #openstack-neutron13:50
*** ujjain has quit IRC13:50
*** ujjain has joined #openstack-neutron13:50
*** Manuel_112 has joined #openstack-neutron13:51
*** ujjain has quit IRC13:52
*** gcheresh_ has joined #openstack-neutron13:53
*** liuyulong has quit IRC13:55
*** Manuel_112 has quit IRC13:56
*** nplanel has quit IRC13:58
*** ujjain has joined #openstack-neutron14:00
*** ujjain has quit IRC14:00
*** ujjain has joined #openstack-neutron14:00
*** vijaykc4 has quit IRC14:03
*** pwiltsey has joined #openstack-neutron14:19
*** claudiub has joined #openstack-neutron14:19
*** pwiltsey has quit IRC14:20
*** wolverineav has joined #openstack-neutron14:21
*** Manuel_112 has joined #openstack-neutron14:22
*** nicolasbock has joined #openstack-neutron14:22
*** ujjain has quit IRC14:25
*** Manuel_112 has quit IRC14:27
*** markvoelker has joined #openstack-neutron14:28
*** thorst has joined #openstack-neutron14:32
*** thorst has quit IRC14:32
*** ujjain has joined #openstack-neutron14:33
*** ujjain has quit IRC14:33
*** ujjain has joined #openstack-neutron14:33
*** wolverineav has quit IRC14:34
*** gcheresh_ has quit IRC14:44
*** donghao has joined #openstack-neutron14:44
*** nicolasbock has quit IRC14:44
*** catintheroof has joined #openstack-neutron14:44
*** baoli has joined #openstack-neutron14:54
*** baoli has quit IRC14:54
*** kristian__ has quit IRC14:57
*** kristian__ has joined #openstack-neutron14:57
*** baoli has joined #openstack-neutron14:58
*** baoli has quit IRC14:58
*** markvoelker has quit IRC15:02
*** baoli has joined #openstack-neutron15:04
*** baoli has quit IRC15:04
*** wolverineav has joined #openstack-neutron15:05
*** baoli has joined #openstack-neutron15:07
*** baoli has quit IRC15:08
*** baoli has joined #openstack-neutron15:08
*** tbachman has quit IRC15:10
*** aojea has joined #openstack-neutron15:10
*** wolverineav has quit IRC15:12
*** armax has joined #openstack-neutron15:15
*** itlinux has quit IRC15:16
*** tmorin has joined #openstack-neutron15:16
*** aojea has quit IRC15:16
*** edmondsw has joined #openstack-neutron15:19
*** pwiltsey has joined #openstack-neutron15:21
*** imacdonn has quit IRC15:22
*** imacdonn has joined #openstack-neutron15:22
*** edmondsw has quit IRC15:24
*** pwiltsey has quit IRC15:26
*** catintheroof has quit IRC15:31
*** tmorin has quit IRC15:32
*** vijaykc4 has joined #openstack-neutron15:35
*** armax has quit IRC15:38
*** kristia__ has joined #openstack-neutron15:40
*** kristia__ has quit IRC15:42
*** kristia__ has joined #openstack-neutron15:43
*** kristian__ has quit IRC15:44
*** kristia__ has quit IRC15:47
*** trinaths1 has joined #openstack-neutron15:51
*** kristian__ has joined #openstack-neutron15:54
*** kristia__ has joined #openstack-neutron15:55
*** kristian__ has quit IRC15:56
*** obondarev has joined #openstack-neutron15:57
*** obondarev has quit IRC15:57
*** markvoelker has joined #openstack-neutron15:59
*** tmorin has joined #openstack-neutron16:00
*** rossella__ has quit IRC16:04
*** rossella__ has joined #openstack-neutron16:05
*** obondarev has joined #openstack-neutron16:12
*** aojea has joined #openstack-neutron16:13
*** obondarev has quit IRC16:14
*** tmorin has quit IRC16:15
*** aojea has quit IRC16:17
*** markvoelker has quit IRC16:32
*** thorst has joined #openstack-neutron16:33
*** thorst has quit IRC16:38
*** hjensas has quit IRC16:41
*** rossella__ has quit IRC16:42
*** rossella__ has joined #openstack-neutron16:42
*** aojea has joined #openstack-neutron16:44
*** kristia__ has quit IRC16:54
*** kristian__ has joined #openstack-neutron16:54
*** donghao has quit IRC16:57
*** hjensas has joined #openstack-neutron16:58
*** kristian__ has quit IRC16:59
*** edmondsw has joined #openstack-neutron17:08
*** itlinux has joined #openstack-neutron17:08
*** edmondsw has quit IRC17:12
*** yamamoto has joined #openstack-neutron17:13
*** yamamoto has quit IRC17:18
*** vijaykc4 has quit IRC17:20
*** pwiltsey has joined #openstack-neutron17:23
*** pwiltsey has quit IRC17:28
*** markvoelker has joined #openstack-neutron17:29
*** gouthamr has joined #openstack-neutron17:37
*** aojea has quit IRC17:47
*** gregwork has quit IRC17:52
*** kristian__ has joined #openstack-neutron17:53
*** kristian__ has quit IRC17:58
*** rcernin has quit IRC17:58
*** harlowja has joined #openstack-neutron17:59
*** markvoelker has quit IRC18:02
*** kristian__ has joined #openstack-neutron18:03
*** harlowja has quit IRC18:14
*** trinaths1 has quit IRC18:15
*** imacdonn has quit IRC18:16
openstackgerritMerged openstack/networking-sfc master: Remove OSC parts  https://review.openstack.org/43224218:19
*** superdan is now known as dansmith18:20
*** harlowja has joined #openstack-neutron18:21
*** pwiltsey has joined #openstack-neutron18:24
*** vijaykc4 has joined #openstack-neutron18:24
*** imacdonn has joined #openstack-neutron18:28
*** yamahata has joined #openstack-neutron18:28
*** pwiltsey has quit IRC18:28
*** thorst has joined #openstack-neutron18:34
*** claudiub has quit IRC18:35
*** thorst has quit IRC18:39
*** harlowja has quit IRC18:42
*** aojea has joined #openstack-neutron18:48
*** aojea has quit IRC18:53
*** hjensas has quit IRC18:58
*** markvoelker has joined #openstack-neutron18:59
*** rossella__ has quit IRC19:04
*** rossella__ has joined #openstack-neutron19:05
*** Alex_Staf has joined #openstack-neutron19:05
*** itlinux has quit IRC19:10
*** Alex_Staf has quit IRC19:13
*** nyechiel has joined #openstack-neutron19:17
*** rossella__ has quit IRC19:18
*** rossella__ has joined #openstack-neutron19:21
*** gcheresh_ has joined #openstack-neutron19:26
*** markvoelker has quit IRC19:32
*** vijaykc4 has quit IRC19:33
*** rossella__ has quit IRC19:34
*** rossella__ has joined #openstack-neutron19:36
*** Manuel_112 has joined #openstack-neutron19:44
*** nyechiel has quit IRC19:46
*** Manuel_112 has quit IRC19:49
*** aojea has joined #openstack-neutron19:49
*** aojea has quit IRC19:53
*** ijw has joined #openstack-neutron20:06
*** ijw_ has joined #openstack-neutron20:07
*** rossella__ has quit IRC20:10
*** ijw has quit IRC20:11
*** rossella__ has joined #openstack-neutron20:12
*** thorst has joined #openstack-neutron20:15
*** thorst has quit IRC20:19
*** gcheresh_ has quit IRC20:21
*** tbachman has joined #openstack-neutron20:24
*** nyechiel has joined #openstack-neutron20:25
*** hoonetorg has quit IRC20:27
*** markvoelker has joined #openstack-neutron20:29
*** rossella__ has quit IRC20:35
*** rossella__ has joined #openstack-neutron20:35
*** tbachman_ has joined #openstack-neutron20:37
*** nyechiel has quit IRC20:38
*** tbachman has quit IRC20:39
*** tbachman_ is now known as tbachman20:39
*** martinus__ has quit IRC20:42
*** edmondsw has joined #openstack-neutron20:44
*** Manuel_112 has joined #openstack-neutron20:45
*** gcheresh_ has joined #openstack-neutron20:46
*** edmondsw has quit IRC20:48
*** Manuel_112 has quit IRC20:49
*** aojea has joined #openstack-neutron20:50
*** zhhuabj has quit IRC20:53
*** aojea has quit IRC20:54
*** markvoelker has quit IRC21:02
*** zhhuabj has joined #openstack-neutron21:06
*** gcheresh_ has quit IRC21:08
*** d9k has quit IRC21:12
*** itlinux has joined #openstack-neutron21:33
*** d9k has joined #openstack-neutron21:37
*** gouthamr has quit IRC21:41
*** Manuel_112 has joined #openstack-neutron21:46
openstackgerritOpenStack Proposal Bot proposed openstack/networking-sfc master: Updated from global requirements  https://review.openstack.org/48802821:47
*** itlinux has quit IRC21:47
*** Manuel_112 has quit IRC21:50
*** aojea has joined #openstack-neutron21:50
*** aojea has quit IRC21:55
*** markvoelker has joined #openstack-neutron21:59
*** salmankhan has joined #openstack-neutron22:04
*** thorst has joined #openstack-neutron22:04
*** thorst has quit IRC22:09
*** kristian__ has quit IRC22:20
*** kristian__ has joined #openstack-neutron22:21
*** sanfern has quit IRC22:23
*** kristian__ has quit IRC22:26
*** sanfern has joined #openstack-neutron22:26
*** catintheroof has joined #openstack-neutron22:28
*** edmondsw has joined #openstack-neutron22:32
*** markvoelker has quit IRC22:32
*** ijw has joined #openstack-neutron22:33
*** markvoelker has joined #openstack-neutron22:34
*** edmondsw has quit IRC22:36
*** ijw_ has quit IRC22:37
*** Manuel_112 has joined #openstack-neutron22:46
*** Manuel_112 has quit IRC22:51
*** aojea has joined #openstack-neutron22:51
*** aojea has quit IRC22:56
*** claudiub has joined #openstack-neutron23:10
*** itlinux has joined #openstack-neutron23:16
*** deep-book-gk_ has joined #openstack-neutron23:26
*** deep-book-gk_ has left #openstack-neutron23:29
*** catintheroof has quit IRC23:32
*** thorst has joined #openstack-neutron23:36
*** claudiub has quit IRC23:38
*** claudiub has joined #openstack-neutron23:38
*** thorst has quit IRC23:40
*** sbezverk has quit IRC23:40
*** Manuel_112 has joined #openstack-neutron23:47
*** donghao has joined #openstack-neutron23:48
*** Manuel_112 has quit IRC23:52
*** aojea has joined #openstack-neutron23:52
*** aojea has quit IRC23:57
*** yamamoto has joined #openstack-neutron23:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!