Saturday, 2016-03-05

*** jobewan has quit IRC00:06
*** pece has quit IRC00:11
*** thorst has joined #openstack-neutron00:12
*** haukebruno has joined #openstack-neutron00:12
*** emagana has quit IRC00:20
*** asingh has joined #openstack-neutron00:20
*** emagana has joined #openstack-neutron00:22
openstackgerritArmando Migliaccio proposed openstack/neutron: Continue the fwaas decoupling and cleanup  https://review.openstack.org/28827900:22
*** gvrangan has joined #openstack-neutron00:22
openstackgerritMerged openstack/neutron: hacking: remove oslo.* import check  https://review.openstack.org/28768400:23
*** emagana_ has joined #openstack-neutron00:25
*** banix has joined #openstack-neutron00:25
*** shivrao has quit IRC00:25
*** asingh has quit IRC00:25
*** emagana has quit IRC00:26
*** asingh has joined #openstack-neutron00:26
*** emagana_ has quit IRC00:29
*** akshai has joined #openstack-neutron00:31
*** asingh has quit IRC00:32
*** akshai has quit IRC00:33
*** dimsum_ has quit IRC00:35
*** EkulTails has quit IRC00:40
*** Swami has quit IRC00:43
*** Swami_ has quit IRC00:43
openstackgerritCarl Baldwin proposed openstack/neutron: Skip racey BGP tests  https://review.openstack.org/28881800:44
carl_baldwinarmax: ^00:45
*** markvoelker has quit IRC00:45
*** shivrao has joined #openstack-neutron00:48
*** tflynn_ has joined #openstack-neutron00:53
armaxtidwellr: ping00:53
*** ivar-laz_ has joined #openstack-neutron00:55
openstackgerritCarl Baldwin proposed openstack/neutron: Skip racey BGP tests  https://review.openstack.org/28881800:55
carl_baldwinarmax: ^00:55
armaxcarl_baldwin: ack00:55
*** tflynn has quit IRC00:56
*** bjornar has quit IRC00:56
carl_baldwinarmax: "may the gate be with you"  lol00:56
*** tflynn_ has quit IRC00:57
*** haukebruno has quit IRC00:58
*** ivar-lazzaro has quit IRC00:58
openstackgerritKevin Benton proposed openstack/neutron: Add a description field to all standard resources  https://review.openstack.org/26988700:58
*** ivar-laz_ has quit IRC00:59
*** abhiraut has quit IRC01:09
*** haukebruno has joined #openstack-neutron01:10
*** jobewan has joined #openstack-neutron01:12
*** saksham_ has quit IRC01:12
amullerkevinbenton: reviewed the patch, nothing important, I'm off01:17
amullerkevinbenton: great job with these patches!01:18
*** Sukhdev has joined #openstack-neutron01:21
kevinbentonamuller: thx01:22
kevinbentonamuller: i will address the other with a follow-up01:22
amullerkevinbenton: k01:22
kevinbentonamuller: requires some refactor, but the same approach can be used01:23
amullerkevinbenton: how do we get out of these loops01:23
*** madhu_ak has quit IRC01:23
amullerkevinbenton: it's a lot of complexity for code at that level01:23
kevinbentonamuller: usually a return statement or an exception ;)01:23
amullerkevinbenton: hehe01:23
amullerkevinbenton: just seems like we're doing something very wrong01:24
amullerkevinbenton: did you see jschwarz's RFE about tooz? locking on a router_id for router operations01:24
amullerI don't have a strong opinion yet01:24
kevinbentonamuller: that's possible. the issue we've always had is convincing operators to accept the backend required01:25
amullerkevinbenton: ignoring that, do you have thoughts on the validity of the idea?01:25
*** Aish has quit IRC01:25
kevinbentonamuller: yeah, in this particular case a distributed lock should be a fine solution01:26
amullerkevinbenton: ok01:26
amullerkevinbenton: John told me they use tooz in ceilometer01:26
amullerkevinbenton: I didn't look in to this seriously01:26
kevinbentonamuller: the details are always in how tooz deals with things like a server losing its connection to the backend01:26
kevinbentonamuller: the tooz backend*01:26
kevinbentonamuller: does that release the lock?01:26
kevinbentonamuller: and that kinda crap01:27
kevinbentonamuller: we just have to evaluate it01:27
kevinbentonamuller: once we have it we will probably use it all over the place01:27
amullerkevinbenton: hmm, aren't those problems solved for apps that use a DLM?01:27
amullerI mean there must be best practices that are well known01:27
amullerwe aren't inventing anything01:27
kevinbentonamuller: right, but its not quite as simple as the @lockutils type decorator01:28
kevinbentonamuller: because the lock is held remotely01:28
amullerI understand that01:28
kevinbentonamuller: each system usually has a tradeoff that we need to evaluate01:28
openstackgerritMerged openstack/neutron-lib: Fix 'import neutron' hacking check  https://review.openstack.org/28702101:28
*** davide85_ has quit IRC01:29
amullerkevinbenton: probably if a project such a neutron pushes for tooz adoption, that will push adoption =p01:29
amullersuch as*01:29
kevinbentonamuller: we also need to be careful we don't get too excited with lock all the things and turn all of the servers into a big serialization process :)01:30
*** dims has joined #openstack-neutron01:30
amullerkevinbenton: that was my concern01:30
amullerkevinbenton: "When is locking too much? Top ten reasons not to use a DLM, you wouldn't believe number 7!"01:31
*** shivrao has quit IRC01:31
kevinbentonamuller: right01:31
*** minwang2 has quit IRC01:31
kevinbentonamuller: i think as long as they are object-level locks we should be okay01:31
kevinbentonamuller: like locking UUIDs01:31
amullerright01:31
kevinbentonamuller: not entire types of resources01:31
*** mlavalle has quit IRC01:31
kevinbentonamuller: but even then, we need to verify how expensive lock acquisistion is in tooz01:32
amullerkevinbenton: judging by oslo messaging, greater than it needs to be? =p01:33
amullersorry, cheap shot01:33
kevinbentonamuller: :)01:33
*** nplanel has joined #openstack-neutron01:34
dimsouch :)01:34
dimsamuller : always willing to consider fixes/enhancements. we know we don't have all the answers for sure01:35
amullerdims: I really do apologize lol01:36
dimsamuller : no worries, we know where we suck too :)01:36
openstackgerritArmando Migliaccio proposed openstack/neutron: Re-enable BGP tests and fix race condition  https://review.openstack.org/28882501:36
armaxcarl_baldwin kevinbenton tidwellr ^01:37
armaxlet’s see if I got it right01:37
amullerdims: I was just going off out dated information I got from someone else, don't take me seriously01:37
dimsamuller : no worries. feedback good or bad is always good01:38
*** yamahata has quit IRC01:39
*** iyamahat has quit IRC01:39
*** tflynn has joined #openstack-neutron01:40
*** baojg has joined #openstack-neutron01:40
openstackgerritArmando Migliaccio proposed openstack/neutron: Re-enable BGP tests and fix race condition  https://review.openstack.org/28882501:41
*** nplanel has quit IRC01:41
*** jobewan has quit IRC01:44
*** gvrangan has quit IRC01:44
*** Sukhdev has quit IRC01:45
*** markvoelker has joined #openstack-neutron01:46
*** busterswt has joined #openstack-neutron01:47
*** fredlhsu has quit IRC01:51
*** busterswt has quit IRC01:51
*** gvrangan has joined #openstack-neutron01:52
*** dims has quit IRC01:55
*** amuller has quit IRC01:57
*** tiswanso has joined #openstack-neutron01:59
*** tiswanso has quit IRC01:59
*** tiswanso has joined #openstack-neutron02:00
*** ijw_ has quit IRC02:03
*** baojg has quit IRC02:03
*** HenryG has quit IRC02:06
*** HenryG has joined #openstack-neutron02:07
tidwellrarmax: you still around?02:07
armaxyes02:07
*** tflynn has quit IRC02:08
tidwellrsorry, technically on vacation and haven't been super responsive today02:08
tidwellrwhat was the concern with the lock fixtures?02:08
*** gangil has quit IRC02:08
*** superdan is now known as dansmith02:09
armaxthey are evil02:09
armaxas the recent grief demonstrates02:09
tidwellryes, the trouble is using that shared external network across tests02:09
armaxno02:09
armaxwe could work around the external network issue02:10
armaxthat would solve the lack of isolation02:10
tidwellrenlighten me02:10
*** john-davidge has quit IRC02:10
armaxbut you’re off!02:11
tidwellrwell, I want to get this solved :)02:11
armaxand my week has been veeery long02:11
tidwellrok, if you're done I'm done02:11
armaxI am gonna take a raincheck if you don’t mind :)02:11
armaxthat’s the spirit!02:11
tidwellrno worries, I just want to make problems disappear02:12
armaxso do I02:12
tidwellrwell, it can wait til Monday I suppose02:12
armaxfor now the tests are skipped02:12
armaxso I suppose it can, but that’s a bit of a setback02:13
armaxfor bgp02:13
tidwellrI know :(02:13
*** gvrangan has quit IRC02:13
armaxfocus on docs02:13
armaxdon’t forget02:13
armaxthere’s only a handle of days left02:13
tidwellrnope, won't forget02:13
tidwellrthe last 2 patches need care and feeding as well, I'm on it though02:14
tidwellrwilling to take on issues this weekend02:14
tidwellranyway, enjoy yours!02:14
*** john-davidge has joined #openstack-neutron02:14
armaxI will02:14
armaxI recall 302:15
armaxno?02:15
tidwellrthe third is not strictly necessary02:15
tidwellrit's a nice-to-have02:15
armaxok02:15
*** jwarendt has quit IRC02:15
armaxwas it clear from the commit?02:15
armaxI don’t remember02:15
tidwellrno, I didn't propose the patch but I will update the commit message02:16
tidwellrthere's only 2 more we have to merge for completeness02:16
openstackgerritArmando Migliaccio proposed openstack/neutron: Add timestamp for neutron core resources  https://review.openstack.org/21358602:17
*** john-davidge_ has joined #openstack-neutron02:18
*** tidwellr has left #openstack-neutron02:18
*** john-davidge has quit IRC02:19
*** john-davidge_ is now known as john-davidge02:19
openstackgerritKevin Benton proposed openstack/neutron: Add a description field to all standard resources  https://review.openstack.org/26988702:29
*** fzdarsky|afk has quit IRC02:30
openstackgerritHong Hui Xiao proposed openstack/neutron: Move address scope specific code out of iptables_manager  https://review.openstack.org/28882802:30
*** banix has quit IRC02:30
*** baoli has joined #openstack-neutron02:38
*** fzdarsky has joined #openstack-neutron02:39
*** s3wong has quit IRC02:40
*** sbalukoff has quit IRC02:41
*** thorst has quit IRC02:42
*** thorst has joined #openstack-neutron02:43
*** thorst has quit IRC02:51
*** fangzhen has quit IRC02:51
*** wolverineav has quit IRC02:53
*** erlarese has quit IRC02:55
*** Marga_ has quit IRC02:55
*** jckasper has quit IRC03:03
*** fangzhen has joined #openstack-neutron03:04
*** jckasper has joined #openstack-neutron03:04
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/28802303:07
*** jckasper has quit IRC03:09
*** vishwanathj has quit IRC03:09
*** baojg has joined #openstack-neutron03:15
*** baojg has quit IRC03:16
*** baoli has quit IRC03:16
*** fredlhsu has joined #openstack-neutron03:25
*** tflynn has joined #openstack-neutron03:26
*** tflynn has quit IRC03:27
*** newbiee has joined #openstack-neutron03:34
*** fawadkhaliq has quit IRC03:37
*** vhosakot has joined #openstack-neutron03:39
*** wolverineav has joined #openstack-neutron03:41
*** wolverineav has quit IRC03:41
*** wolverineav has joined #openstack-neutron03:41
*** thorst has joined #openstack-neutron03:49
*** Marga_ has joined #openstack-neutron03:53
*** idonotknow_ has joined #openstack-neutron03:53
*** HenryG has quit IRC03:54
idonotknow_Hi,everyone. I am facing a problem that my loadbalancer is always on pending_create status,and o-cw shows some error messages like computetimeoutexception,anyone knows why?03:55
*** thorst has quit IRC03:56
idonotknow_I am using the latest code pulled  from github03:56
*** yamamoto has joined #openstack-neutron03:58
haukebrunoidonotknow_, did you turned on debug + verbose in lbaas log?03:59
haukebrunoidonotknow_, that could be helpful for debugging03:59
*** yamamoto has quit IRC04:01
*** liuyulong has joined #openstack-neutron04:02
idonotknow_haukebruno,I have turned them on04:03
*** newbiee has quit IRC04:03
haukebrunoidonotknow_, then you should see something in the logs, even if the severity isn't WARNING or ERROR04:03
idonotknow_haukebruno,I guess the main problem is the amphora can not start successfully, o-cw shows error like compute wait time out. but I did not find the solution04:05
*** Marga_ has quit IRC04:08
haukebrunoidonotknow_, I don't know for octavia, but maybe stracing the whole processchain would point things out if the logs are helpless04:08
*** tiswanso has quit IRC04:08
*** Marga_ has joined #openstack-neutron04:08
*** shwetaap has joined #openstack-neutron04:16
*** fangzhen has quit IRC04:19
*** yamamoto has joined #openstack-neutron04:21
*** HenryG has joined #openstack-neutron04:22
*** lazy_prince has joined #openstack-neutron04:23
*** gvrangan has joined #openstack-neutron04:30
*** yamamoto has quit IRC04:31
*** baojg has joined #openstack-neutron04:33
*** claudiub|2 has joined #openstack-neutron04:34
*** baojg has quit IRC04:34
*** shwetaap has quit IRC04:37
*** claudiub has quit IRC04:37
*** tidwellr has joined #openstack-neutron04:40
*** liuyulong has quit IRC04:41
*** gvrangan has quit IRC04:41
*** johnbelamaric has quit IRC04:46
*** thorst has joined #openstack-neutron04:54
*** fangzhen has joined #openstack-neutron05:01
*** thorst has quit IRC05:01
*** gvrangan has joined #openstack-neutron05:04
*** gvrangan has quit IRC05:09
*** lazy_prince has quit IRC05:09
*** baojg has joined #openstack-neutron05:11
*** HenryG has quit IRC05:11
*** HenryG has joined #openstack-neutron05:13
*** HenryG has quit IRC05:14
*** claudiub|2 has quit IRC05:14
*** HenryG has joined #openstack-neutron05:14
openstackgerritMerged openstack/neutron: Skip racey BGP tests  https://review.openstack.org/28881805:21
openstackgerritMerged openstack/neutron: Revert "Revert "Functional test for address scope""  https://review.openstack.org/28701705:21
*** baojg has quit IRC05:24
*** dileepr has quit IRC05:29
*** yamamoto has joined #openstack-neutron05:32
openstackgerritMerged openstack/neutron: Add timestamp for neutron core resources  https://review.openstack.org/21358605:34
*** neelashah has quit IRC05:36
kevinbentonbbzhao: good work! ^^05:36
*** baojg has joined #openstack-neutron05:37
*** yamamoto has quit IRC05:38
*** baojg has quit IRC05:39
*** shwetaap has joined #openstack-neutron05:41
*** baojg has joined #openstack-neutron05:45
*** shwetaap has quit IRC05:46
*** Marga_ has quit IRC05:51
*** salv-orlando has joined #openstack-neutron05:52
*** iyamahat has joined #openstack-neutron05:54
*** salv-orl_ has quit IRC05:55
*** thorst has joined #openstack-neutron05:59
*** thorst has quit IRC06:06
*** nplanel has joined #openstack-neutron06:17
*** baojg has quit IRC06:19
*** HenryG has quit IRC06:20
openstackgerritMerged openstack/neutron: IP Availability: remove unused imports  https://review.openstack.org/28664106:25
*** vhosakot has quit IRC06:26
*** iyamahat has quit IRC06:29
*** shwetaap has joined #openstack-neutron06:30
*** kobis has joined #openstack-neutron06:31
openstackgerritMerged openstack/neutron: BGP: remove unnecessary configuration setting  https://review.openstack.org/28577006:32
*** iyamahat has joined #openstack-neutron06:33
*** shangxdy has joined #openstack-neutron06:38
*** slaweq has quit IRC06:39
*** slaweq_ has joined #openstack-neutron06:39
*** gvrangan has joined #openstack-neutron06:39
*** gampel has joined #openstack-neutron06:41
*** Aish has joined #openstack-neutron06:41
*** Aish has left #openstack-neutron06:41
*** shwetaap1 has joined #openstack-neutron06:42
*** john-davidge_ has joined #openstack-neutron06:43
*** john-davidge has quit IRC06:44
*** john-davidge_ is now known as john-davidge06:44
*** shwetaap has quit IRC06:45
openstackgerritLi Ma proposed openstack/python-neutronclient: Add popular IP protocols for security group  https://review.openstack.org/28262106:46
*** fawadkhaliq has joined #openstack-neutron06:54
*** yamahata has joined #openstack-neutron06:54
*** fawadkhaliq has quit IRC06:56
openstackgerritMerged openstack/neutron: Make OVS agent tunnel configuration logging less scary  https://review.openstack.org/28693306:57
*** EinstCrazy has joined #openstack-neutron06:58
*** shwetaap1 has quit IRC06:59
*** fzdarsky has quit IRC07:00
*** gvrangan has quit IRC07:03
*** vishwanathj has joined #openstack-neutron07:04
*** vishwanathj is now known as vishwanathj_away07:05
*** thorst has joined #openstack-neutron07:05
*** mgoddard has joined #openstack-neutron07:06
*** idonotknow_ has quit IRC07:08
*** sahilsinha has quit IRC07:10
*** thorst has quit IRC07:11
*** fangzhen_ has joined #openstack-neutron07:19
*** fangzhen has quit IRC07:19
*** fangzhen_ has left #openstack-neutron07:19
*** gvrangan has joined #openstack-neutron07:20
*** fangzhen_ has joined #openstack-neutron07:20
*** baojg has joined #openstack-neutron07:20
*** lajos-katona has joined #openstack-neutron07:23
*** fangzhen_ has quit IRC07:25
*** baojg has quit IRC07:26
*** fangzhen has joined #openstack-neutron07:26
*** fangzhen has quit IRC07:33
*** fangzhen has joined #openstack-neutron07:34
*** fangzhen has quit IRC07:35
*** fangzhen has joined #openstack-neutron07:35
*** fangzhen has quit IRC07:35
*** fangzhen has joined #openstack-neutron07:36
*** javeriak has joined #openstack-neutron07:52
*** javeriak_ has joined #openstack-neutron07:55
*** tidwellr has quit IRC07:55
*** javeriak has quit IRC07:56
*** thorst has joined #openstack-neutron08:09
openstackgerritMerged openstack/neutron: Improve logging for port binding  https://review.openstack.org/27630108:14
*** kobis has quit IRC08:16
*** thorst has quit IRC08:16
*** gvrangan has quit IRC08:19
*** baojg has joined #openstack-neutron08:23
*** slaweq_ has quit IRC08:23
*** haukebruno has quit IRC08:23
*** haukebruno has joined #openstack-neutron08:23
*** slaweq_ has joined #openstack-neutron08:25
*** gampel1 has joined #openstack-neutron08:29
*** baojg has quit IRC08:29
*** gampel has quit IRC08:29
*** EinstCrazy has quit IRC08:34
*** dsneddon has joined #openstack-neutron08:34
*** EinstCrazy has joined #openstack-neutron08:34
*** achanda has quit IRC08:36
*** john-davidge has quit IRC08:36
openstackgerritHong Hui Xiao proposed openstack/neutron: Use floating IP to connect different address scopes  https://review.openstack.org/28313408:37
*** achanda has joined #openstack-neutron08:40
*** javeriak_ has quit IRC08:41
*** EinstCrazy has quit IRC08:42
*** EinstCrazy has joined #openstack-neutron08:42
*** EinstCra_ has joined #openstack-neutron08:46
*** EinstCrazy has quit IRC08:46
*** mgoddard has quit IRC08:48
*** achanda has quit IRC08:50
*** EinstCra_ has quit IRC08:52
*** EinstCrazy has joined #openstack-neutron08:55
*** sbalukoff has joined #openstack-neutron09:00
*** slaweq_ has quit IRC09:02
*** slaweq_ has joined #openstack-neutron09:03
*** thorst has joined #openstack-neutron09:14
*** EinstCra_ has joined #openstack-neutron09:18
*** gampel1 has quit IRC09:20
*** thorst has quit IRC09:20
*** gampel has joined #openstack-neutron09:21
*** EinstCrazy has quit IRC09:21
*** EinstCra_ has quit IRC09:24
*** EinstCrazy has joined #openstack-neutron09:24
*** baojg has joined #openstack-neutron09:25
*** EinstCrazy has quit IRC09:26
*** EinstCrazy has joined #openstack-neutron09:26
*** baojg has quit IRC09:29
*** baojg has joined #openstack-neutron09:33
*** EinstCrazy has quit IRC09:33
*** EinstCrazy has joined #openstack-neutron09:34
*** EinstCrazy has quit IRC09:46
*** EinstCrazy has joined #openstack-neutron09:46
*** javeriak has joined #openstack-neutron09:46
*** EinstCrazy has quit IRC09:48
*** EinstCrazy has joined #openstack-neutron09:48
*** javeriak_ has joined #openstack-neutron09:49
*** javeriak has quit IRC09:51
*** iyamahat has quit IRC09:54
*** yamahata has quit IRC10:06
*** yamamoto has joined #openstack-neutron10:09
openstackgerritAkihiro Motoki proposed openstack/python-neutronclient: Add UT for error from NeutronClientException with lazy translation  https://review.openstack.org/28886410:13
*** yamamoto has quit IRC10:13
*** thorst has joined #openstack-neutron10:18
*** EinstCrazy has quit IRC10:22
*** EinstCrazy has joined #openstack-neutron10:22
*** EinstCrazy has quit IRC10:24
*** thorst has quit IRC10:26
*** yamamoto has joined #openstack-neutron10:28
*** yamamoto has quit IRC10:31
*** EinstCrazy has joined #openstack-neutron10:33
*** yamamoto has joined #openstack-neutron10:35
*** yamamoto has quit IRC10:35
*** haukebruno has quit IRC10:47
*** gampel has quit IRC10:48
*** claudiub|2 has joined #openstack-neutron10:53
*** malos has quit IRC10:54
*** haukebruno has joined #openstack-neutron10:55
*** malos has joined #openstack-neutron10:55
*** kobis has joined #openstack-neutron10:57
*** EinstCrazy has quit IRC10:58
*** eddima has joined #openstack-neutron11:03
*** baojg has quit IRC11:05
*** baojg has joined #openstack-neutron11:05
*** dsneddon has quit IRC11:10
*** claudiub|2 has quit IRC11:15
*** eddima has quit IRC11:20
*** thorst has joined #openstack-neutron11:23
*** thorst has quit IRC11:30
*** pcaruana has quit IRC11:34
*** yamamoto has joined #openstack-neutron11:36
*** safchain has joined #openstack-neutron11:39
*** yamamoto has quit IRC11:43
*** javeriak_ has quit IRC11:44
*** salv-orl_ has joined #openstack-neutron11:52
*** salv-orlando has quit IRC11:55
*** Trident has joined #openstack-neutron11:55
*** vikram_ has joined #openstack-neutron11:56
*** wolverineav has quit IRC12:00
*** claudiub|2 has joined #openstack-neutron12:01
*** anshul has joined #openstack-neutron12:01
*** baojg_ has joined #openstack-neutron12:08
*** baojg has quit IRC12:09
*** dims has joined #openstack-neutron12:11
*** dims has quit IRC12:13
*** slaweq_ has quit IRC12:14
*** slaweq_ has joined #openstack-neutron12:14
*** dkehn has quit IRC12:19
*** thorst has joined #openstack-neutron12:28
*** akamyshnikova_ has joined #openstack-neutron12:29
*** thorst has quit IRC12:36
*** malos has quit IRC12:40
*** malos has joined #openstack-neutron12:41
*** javeriak has joined #openstack-neutron12:43
*** javeriak has quit IRC12:48
*** kobis has quit IRC12:51
*** dslevin has quit IRC12:52
*** eddima has joined #openstack-neutron12:53
*** numans has joined #openstack-neutron12:54
*** thorst has joined #openstack-neutron12:57
*** lajos-katona has left #openstack-neutron13:01
*** thorst has quit IRC13:02
*** thorst has joined #openstack-neutron13:03
*** anshul has quit IRC13:04
*** ihrachys has joined #openstack-neutron13:07
*** dims has joined #openstack-neutron13:08
*** thorst has quit IRC13:11
*** johnbelamaric has joined #openstack-neutron13:11
*** yamamoto has joined #openstack-neutron13:15
*** yamamoto has quit IRC13:15
*** yamamoto has joined #openstack-neutron13:15
*** EinstCrazy has joined #openstack-neutron13:16
*** openstackgerrit_ has quit IRC13:17
vikram_armax: ping13:18
*** openstackgerrit_ has joined #openstack-neutron13:18
*** banix has joined #openstack-neutron13:19
*** tmorin has joined #openstack-neutron13:22
*** eddima has joined #openstack-neutron13:23
*** Manuel_112 has joined #openstack-neutron13:23
*** amotoki has joined #openstack-neutron13:30
*** vikram_ has quit IRC13:31
*** yamamoto has quit IRC13:43
*** dslevin has joined #openstack-neutron13:44
*** bjornar has joined #openstack-neutron13:47
*** itisha has joined #openstack-neutron13:47
*** Manuel_112 has quit IRC13:48
*** baojg_ has quit IRC13:50
*** baojg has joined #openstack-neutron13:51
*** dims has quit IRC13:53
*** sghatty has quit IRC13:55
*** baojg has quit IRC13:57
*** baojg has joined #openstack-neutron13:58
*** shwetaap has joined #openstack-neutron14:00
*** wolverineav has joined #openstack-neutron14:01
*** shwetaap1 has joined #openstack-neutron14:01
*** javeriak has joined #openstack-neutron14:02
*** tmorin has quit IRC14:05
*** chlong_ has quit IRC14:05
*** shwetaap has quit IRC14:05
*** wolverineav has quit IRC14:06
*** baojg has quit IRC14:07
*** javeriak has quit IRC14:07
*** bjornar has quit IRC14:07
*** thorst has joined #openstack-neutron14:08
*** EinstCrazy has quit IRC14:09
*** baojg has joined #openstack-neutron14:09
*** claudiub has joined #openstack-neutron14:14
*** HenryG has joined #openstack-neutron14:15
*** claudiub|2 has quit IRC14:15
*** nihilifer has quit IRC14:15
*** thorst has quit IRC14:15
*** banix has quit IRC14:16
*** nihilifer has joined #openstack-neutron14:17
*** openstackgerrit_ has quit IRC14:20
*** openstackgerrit_ has joined #openstack-neutron14:21
*** dkehn has joined #openstack-neutron14:25
*** openstackgerrit_ has quit IRC14:32
*** neelashah has joined #openstack-neutron14:33
*** openstackgerrit_ has joined #openstack-neutron14:34
*** singhj has joined #openstack-neutron14:36
*** singhj has quit IRC14:42
*** yamamoto has joined #openstack-neutron14:44
*** dims has joined #openstack-neutron14:49
*** baojg has quit IRC14:51
*** yamamoto has quit IRC14:52
*** baojg has joined #openstack-neutron14:52
*** akamyshnikova_ has quit IRC14:53
*** johnbelamaric has quit IRC15:03
*** baojg has quit IRC15:10
*** jckasper has joined #openstack-neutron15:10
*** baojg has joined #openstack-neutron15:10
*** EinstCrazy has joined #openstack-neutron15:11
*** nplanel has quit IRC15:11
*** thorst has joined #openstack-neutron15:13
*** EinstCrazy has quit IRC15:14
*** jckasper has quit IRC15:14
*** nplanel has joined #openstack-neutron15:15
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/28802315:17
*** thorst has quit IRC15:21
*** malos has quit IRC15:21
*** shwetaap1 has quit IRC15:28
*** baojg has quit IRC15:30
*** singhj has joined #openstack-neutron15:34
*** singhj has quit IRC15:34
*** baojg has joined #openstack-neutron15:37
*** panda has quit IRC15:38
*** panda has joined #openstack-neutron15:38
*** baojg has quit IRC15:39
*** nplanel has quit IRC15:39
*** dims has quit IRC15:41
*** nplanel has joined #openstack-neutron15:41
*** dims has joined #openstack-neutron15:43
*** javeriak has joined #openstack-neutron15:44
*** nplanel has quit IRC15:47
*** javeriak_ has joined #openstack-neutron15:48
*** javeriak has quit IRC15:49
*** nplanel has joined #openstack-neutron15:50
*** safchain has quit IRC15:52
*** shwetaap has joined #openstack-neutron15:55
*** thorst has joined #openstack-neutron16:01
*** nplanel has quit IRC16:02
*** eddima has quit IRC16:03
*** wolverineav has joined #openstack-neutron16:03
*** nplanel has joined #openstack-neutron16:03
*** dims has quit IRC16:04
*** wolverineav has quit IRC16:08
*** thorst has quit IRC16:08
*** thorst has joined #openstack-neutron16:09
*** dims has joined #openstack-neutron16:16
*** thorst has quit IRC16:17
*** dims has quit IRC16:18
*** vhosakot has joined #openstack-neutron16:19
*** singhj has joined #openstack-neutron16:20
*** eddima has joined #openstack-neutron16:20
*** singhj has quit IRC16:21
*** enriquetaso has joined #openstack-neutron16:31
*** neelashah has quit IRC16:36
*** nyechiel has joined #openstack-neutron16:38
*** vhosakot has quit IRC16:38
*** pradk has quit IRC16:38
*** baojg has joined #openstack-neutron16:40
*** baojg has quit IRC16:46
*** bjornar has joined #openstack-neutron16:46
*** thorst has joined #openstack-neutron16:52
*** yfried has joined #openstack-neutron16:53
*** singhj has joined #openstack-neutron16:55
*** armax has quit IRC17:00
*** tflynn has joined #openstack-neutron17:01
*** armax has joined #openstack-neutron17:01
*** tflynn has quit IRC17:06
*** fedexo has joined #openstack-neutron17:07
*** singhj has quit IRC17:12
*** banix has joined #openstack-neutron17:15
*** banix has quit IRC17:19
*** MVenesio has joined #openstack-neutron17:20
*** nyechiel has quit IRC17:23
*** MVenesio has quit IRC17:26
*** enriquetaso has quit IRC17:26
*** singhj has joined #openstack-neutron17:28
*** singhj has quit IRC17:28
*** singhj has joined #openstack-neutron17:28
*** tidwellr has joined #openstack-neutron17:31
*** MVenesio has joined #openstack-neutron17:33
*** 7JTAAA2IO has quit IRC17:34
*** rdo has joined #openstack-neutron17:36
*** MVenesio has quit IRC17:38
*** zengine has joined #openstack-neutron17:39
*** singhj has quit IRC17:39
*** ihrachys has quit IRC17:40
*** ihrachys has joined #openstack-neutron17:41
*** banix has joined #openstack-neutron17:41
*** zengine has quit IRC17:43
*** zengine has joined #openstack-neutron17:44
*** ihrachys has quit IRC17:45
*** armax has quit IRC17:47
*** pavel_bondar has quit IRC17:48
*** salv-orlando has joined #openstack-neutron17:52
*** nlahouti has joined #openstack-neutron17:52
*** vishwana_ has joined #openstack-neutron17:54
*** salv-orl_ has quit IRC17:55
*** vishwanathj_away has quit IRC17:57
*** nlahouti has quit IRC17:57
*** nlahouti has joined #openstack-neutron17:57
*** shwetaap has quit IRC17:58
*** nlahouti has quit IRC18:01
openstackgerritRyan Tidwell proposed openstack/neutron: Skip racy BGP tests and remove unnecessary use of LockFixture  https://review.openstack.org/28892118:02
*** haukebruno has quit IRC18:04
*** nplanel has quit IRC18:07
*** tbachman has quit IRC18:07
*** tbachman has joined #openstack-neutron18:11
*** Sukhdev has joined #openstack-neutron18:16
*** tidwellr has quit IRC18:17
*** thorst has quit IRC18:18
*** thorst has joined #openstack-neutron18:18
*** numans has quit IRC18:20
*** zhhuabj has quit IRC18:21
*** shangxdy has quit IRC18:21
*** thorst has quit IRC18:27
openstackgerritMerged openstack/neutron-vpnaas: Updated from global requirements  https://review.openstack.org/28877518:27
*** banix has quit IRC18:27
*** zhhuabj has joined #openstack-neutron18:32
*** armax has joined #openstack-neutron18:35
*** wolverineav has joined #openstack-neutron18:44
*** saksham_ has joined #openstack-neutron18:51
*** armax has quit IRC18:52
openstackgerritAndreas Jaeger proposed openstack/neutron-vpnaas: Fix tox.ini constraints for post jobs  https://review.openstack.org/28893019:00
*** zengine has quit IRC19:01
*** baojg has joined #openstack-neutron19:08
*** baojg has quit IRC19:14
*** thorst has joined #openstack-neutron19:18
*** singhj has joined #openstack-neutron19:22
*** singhj has quit IRC19:22
*** singhj has joined #openstack-neutron19:22
*** singhj has quit IRC19:23
*** singhj has joined #openstack-neutron19:23
*** singhj has quit IRC19:24
*** ihrachys has joined #openstack-neutron19:26
*** enriquetaso has joined #openstack-neutron19:28
*** thorst has quit IRC19:29
*** singhj has joined #openstack-neutron19:30
*** singhj has quit IRC19:30
*** ihrachys has quit IRC19:30
*** achanda has joined #openstack-neutron19:34
*** achanda has quit IRC19:34
*** panda has quit IRC19:38
*** panda has joined #openstack-neutron19:39
*** Sukhdev has quit IRC19:50
*** Sukhdev has joined #openstack-neutron19:50
*** claudiub|2 has joined #openstack-neutron19:53
*** claudiub has quit IRC19:56
*** eddima has quit IRC19:57
*** jckasper has joined #openstack-neutron20:01
*** gampel has joined #openstack-neutron20:04
*** john-davidge has joined #openstack-neutron20:08
*** itlinux has quit IRC20:16
*** iyamahat has joined #openstack-neutron20:19
*** ihrachys has joined #openstack-neutron20:22
*** gampel has left #openstack-neutron20:22
*** jckasper has quit IRC20:23
*** ihrachys has quit IRC20:28
*** harmw_ is now known as harmw20:32
*** Marga_ has joined #openstack-neutron20:32
*** anshul has joined #openstack-neutron20:35
*** nyechiel has joined #openstack-neutron20:37
*** thorst has joined #openstack-neutron20:38
*** claudiub|2 has quit IRC20:39
*** thorst has quit IRC20:43
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/28802320:46
*** itlinux has joined #openstack-neutron20:51
*** Sukhdev has quit IRC20:54
*** javeriak_ has quit IRC20:58
*** anshul has quit IRC21:09
*** fawadkhaliq has joined #openstack-neutron21:12
*** elopez has joined #openstack-neutron21:13
*** nyechiel has quit IRC21:15
*** dims has joined #openstack-neutron21:20
*** ajo_ has joined #openstack-neutron21:21
*** dave-mcc_ has joined #openstack-neutron21:21
*** Sukhdev has joined #openstack-neutron21:23
*** dave-mccowan has quit IRC21:24
*** ajo_ has quit IRC21:28
*** ajo_ has joined #openstack-neutron21:28
*** ajo_ has quit IRC21:36
*** ihrachys has joined #openstack-neutron21:40
*** thorst has joined #openstack-neutron21:41
*** ihrachys has quit IRC21:44
*** dave-mccowan has joined #openstack-neutron21:46
*** thorst has quit IRC21:48
*** thorst has joined #openstack-neutron21:48
*** dave-mcc_ has quit IRC21:48
*** salv-orlando has quit IRC21:52
*** salv-orlando has joined #openstack-neutron21:52
*** Sukhdev has quit IRC21:53
*** itlinux has quit IRC21:57
*** itlinux has joined #openstack-neutron21:58
*** itlinux has quit IRC22:12
*** shwetaap has joined #openstack-neutron22:14
*** RichardRaseley has joined #openstack-neutron22:14
*** cgoncalv1s has quit IRC22:16
*** tbachman has quit IRC22:23
*** gvrangan has joined #openstack-neutron22:24
*** obondarev has quit IRC22:25
*** dkehn has quit IRC22:25
*** tbachman has joined #openstack-neutron22:26
*** cgoncalves has joined #openstack-neutron22:26
*** obondarev has joined #openstack-neutron22:27
*** fawadkhaliq has quit IRC22:27
*** trey has quit IRC22:32
*** MVenesio has joined #openstack-neutron22:32
*** MVenesio has quit IRC22:33
*** dkehn has joined #openstack-neutron22:33
*** kuromagi has quit IRC22:33
*** cburgess has quit IRC22:34
*** dileepr has joined #openstack-neutron22:36
*** shwetaap has quit IRC22:36
*** kuromagi has joined #openstack-neutron22:38
*** shwetaap has joined #openstack-neutron22:38
*** salv-orlando has quit IRC22:39
*** cburgess has joined #openstack-neutron22:40
*** trey has joined #openstack-neutron22:45
*** itlinux has joined #openstack-neutron22:45
*** jckasper has joined #openstack-neutron22:46
*** thorst has quit IRC22:46
*** thorst has joined #openstack-neutron22:47
*** itlinux has quit IRC22:48
openstackgerritMerged openstack/neutron: Continue the fwaas decoupling and cleanup  https://review.openstack.org/28827922:49
*** shwetaap has quit IRC22:50
*** wolverineav has quit IRC22:51
*** thorst has quit IRC22:55
*** wolverineav has joined #openstack-neutron22:56
*** shaohe_robot has quit IRC22:56
*** nijaba_ has quit IRC22:57
*** amotoki has quit IRC22:58
*** gvrangan has quit IRC23:00
*** shwetaap has joined #openstack-neutron23:01
*** jckasper has quit IRC23:02
*** john-davidge has quit IRC23:02
*** nijaba has joined #openstack-neutron23:03
*** nijaba has quit IRC23:03
*** nijaba has joined #openstack-neutron23:03
*** john-davidge has joined #openstack-neutron23:04
*** ivar-lazzaro has joined #openstack-neutron23:12
*** ivar-lazzaro has quit IRC23:13
*** ivar-lazzaro has joined #openstack-neutron23:14
*** dims has quit IRC23:16
*** ivar-lazzaro has quit IRC23:19
*** ivar-lazzaro has joined #openstack-neutron23:19
*** itlinux has joined #openstack-neutron23:19
*** ihrachys has joined #openstack-neutron23:28
*** gvrangan has joined #openstack-neutron23:28
*** shaohe_robot has joined #openstack-neutron23:30
*** shwetaap has quit IRC23:31
*** ihrachys has quit IRC23:32
*** slaweq_ has quit IRC23:35
*** fedexo has quit IRC23:35
*** itlinux has quit IRC23:35
*** panda has quit IRC23:38
*** slaweq_ has joined #openstack-neutron23:38
*** panda has joined #openstack-neutron23:39
*** salv-orlando has joined #openstack-neutron23:40
*** baoli has joined #openstack-neutron23:44
*** salv-orlando has quit IRC23:47
*** fawadkhaliq has joined #openstack-neutron23:48
*** iyamahat has quit IRC23:51
*** baoli has quit IRC23:52
*** thorst has joined #openstack-neutron23:53

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