*** jobewan has quit IRC | 00:06 | |
*** pece has quit IRC | 00:11 | |
*** thorst has joined #openstack-neutron | 00:12 | |
*** haukebruno has joined #openstack-neutron | 00:12 | |
*** emagana has quit IRC | 00:20 | |
*** asingh has joined #openstack-neutron | 00:20 | |
*** emagana has joined #openstack-neutron | 00:22 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Continue the fwaas decoupling and cleanup https://review.openstack.org/288279 | 00:22 |
---|---|---|
*** gvrangan has joined #openstack-neutron | 00:22 | |
openstackgerrit | Merged openstack/neutron: hacking: remove oslo.* import check https://review.openstack.org/287684 | 00:23 |
*** emagana_ has joined #openstack-neutron | 00:25 | |
*** banix has joined #openstack-neutron | 00:25 | |
*** shivrao has quit IRC | 00:25 | |
*** asingh has quit IRC | 00:25 | |
*** emagana has quit IRC | 00:26 | |
*** asingh has joined #openstack-neutron | 00:26 | |
*** emagana_ has quit IRC | 00:29 | |
*** akshai has joined #openstack-neutron | 00:31 | |
*** asingh has quit IRC | 00:32 | |
*** akshai has quit IRC | 00:33 | |
*** dimsum_ has quit IRC | 00:35 | |
*** EkulTails has quit IRC | 00:40 | |
*** Swami has quit IRC | 00:43 | |
*** Swami_ has quit IRC | 00:43 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Skip racey BGP tests https://review.openstack.org/288818 | 00:44 |
carl_baldwin | armax: ^ | 00:45 |
*** markvoelker has quit IRC | 00:45 | |
*** shivrao has joined #openstack-neutron | 00:48 | |
*** tflynn_ has joined #openstack-neutron | 00:53 | |
armax | tidwellr: ping | 00:53 |
*** ivar-laz_ has joined #openstack-neutron | 00:55 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Skip racey BGP tests https://review.openstack.org/288818 | 00:55 |
carl_baldwin | armax: ^ | 00:55 |
armax | carl_baldwin: ack | 00:55 |
*** tflynn has quit IRC | 00:56 | |
*** bjornar has quit IRC | 00:56 | |
carl_baldwin | armax: "may the gate be with you" lol | 00:56 |
*** tflynn_ has quit IRC | 00:57 | |
*** haukebruno has quit IRC | 00:58 | |
*** ivar-lazzaro has quit IRC | 00:58 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add a description field to all standard resources https://review.openstack.org/269887 | 00:58 |
*** ivar-laz_ has quit IRC | 00:59 | |
*** abhiraut has quit IRC | 01:09 | |
*** haukebruno has joined #openstack-neutron | 01:10 | |
*** jobewan has joined #openstack-neutron | 01:12 | |
*** saksham_ has quit IRC | 01:12 | |
amuller | kevinbenton: reviewed the patch, nothing important, I'm off | 01:17 |
amuller | kevinbenton: great job with these patches! | 01:18 |
*** Sukhdev has joined #openstack-neutron | 01:21 | |
kevinbenton | amuller: thx | 01:22 |
kevinbenton | amuller: i will address the other with a follow-up | 01:22 |
amuller | kevinbenton: k | 01:22 |
kevinbenton | amuller: requires some refactor, but the same approach can be used | 01:23 |
amuller | kevinbenton: how do we get out of these loops | 01:23 |
*** madhu_ak has quit IRC | 01:23 | |
amuller | kevinbenton: it's a lot of complexity for code at that level | 01:23 |
kevinbenton | amuller: usually a return statement or an exception ;) | 01:23 |
amuller | kevinbenton: hehe | 01:23 |
amuller | kevinbenton: just seems like we're doing something very wrong | 01:24 |
amuller | kevinbenton: did you see jschwarz's RFE about tooz? locking on a router_id for router operations | 01:24 |
amuller | I don't have a strong opinion yet | 01:24 |
kevinbenton | amuller: that's possible. the issue we've always had is convincing operators to accept the backend required | 01:25 |
amuller | kevinbenton: ignoring that, do you have thoughts on the validity of the idea? | 01:25 |
*** Aish has quit IRC | 01:25 | |
kevinbenton | amuller: yeah, in this particular case a distributed lock should be a fine solution | 01:26 |
amuller | kevinbenton: ok | 01:26 |
amuller | kevinbenton: John told me they use tooz in ceilometer | 01:26 |
amuller | kevinbenton: I didn't look in to this seriously | 01:26 |
kevinbenton | amuller: the details are always in how tooz deals with things like a server losing its connection to the backend | 01:26 |
kevinbenton | amuller: the tooz backend* | 01:26 |
kevinbenton | amuller: does that release the lock? | 01:26 |
kevinbenton | amuller: and that kinda crap | 01:27 |
kevinbenton | amuller: we just have to evaluate it | 01:27 |
kevinbenton | amuller: once we have it we will probably use it all over the place | 01:27 |
amuller | kevinbenton: hmm, aren't those problems solved for apps that use a DLM? | 01:27 |
amuller | I mean there must be best practices that are well known | 01:27 |
amuller | we aren't inventing anything | 01:27 |
kevinbenton | amuller: right, but its not quite as simple as the @lockutils type decorator | 01:28 |
kevinbenton | amuller: because the lock is held remotely | 01:28 |
amuller | I understand that | 01:28 |
kevinbenton | amuller: each system usually has a tradeoff that we need to evaluate | 01:28 |
openstackgerrit | Merged openstack/neutron-lib: Fix 'import neutron' hacking check https://review.openstack.org/287021 | 01:28 |
*** davide85_ has quit IRC | 01:29 | |
amuller | kevinbenton: probably if a project such a neutron pushes for tooz adoption, that will push adoption =p | 01:29 |
amuller | such as* | 01:29 |
kevinbenton | amuller: 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-neutron | 01:30 | |
amuller | kevinbenton: that was my concern | 01:30 |
amuller | kevinbenton: "When is locking too much? Top ten reasons not to use a DLM, you wouldn't believe number 7!" | 01:31 |
*** shivrao has quit IRC | 01:31 | |
kevinbenton | amuller: right | 01:31 |
*** minwang2 has quit IRC | 01:31 | |
kevinbenton | amuller: i think as long as they are object-level locks we should be okay | 01:31 |
kevinbenton | amuller: like locking UUIDs | 01:31 |
amuller | right | 01:31 |
kevinbenton | amuller: not entire types of resources | 01:31 |
*** mlavalle has quit IRC | 01:31 | |
kevinbenton | amuller: but even then, we need to verify how expensive lock acquisistion is in tooz | 01:32 |
amuller | kevinbenton: judging by oslo messaging, greater than it needs to be? =p | 01:33 |
amuller | sorry, cheap shot | 01:33 |
kevinbenton | amuller: :) | 01:33 |
*** nplanel has joined #openstack-neutron | 01:34 | |
dims | ouch :) | 01:34 |
dims | amuller : always willing to consider fixes/enhancements. we know we don't have all the answers for sure | 01:35 |
amuller | dims: I really do apologize lol | 01:36 |
dims | amuller : no worries, we know where we suck too :) | 01:36 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Re-enable BGP tests and fix race condition https://review.openstack.org/288825 | 01:36 |
armax | carl_baldwin kevinbenton tidwellr ^ | 01:37 |
armax | let’s see if I got it right | 01:37 |
amuller | dims: I was just going off out dated information I got from someone else, don't take me seriously | 01:37 |
dims | amuller : no worries. feedback good or bad is always good | 01:38 |
*** yamahata has quit IRC | 01:39 | |
*** iyamahat has quit IRC | 01:39 | |
*** tflynn has joined #openstack-neutron | 01:40 | |
*** baojg has joined #openstack-neutron | 01:40 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Re-enable BGP tests and fix race condition https://review.openstack.org/288825 | 01:41 |
*** nplanel has quit IRC | 01:41 | |
*** jobewan has quit IRC | 01:44 | |
*** gvrangan has quit IRC | 01:44 | |
*** Sukhdev has quit IRC | 01:45 | |
*** markvoelker has joined #openstack-neutron | 01:46 | |
*** busterswt has joined #openstack-neutron | 01:47 | |
*** fredlhsu has quit IRC | 01:51 | |
*** busterswt has quit IRC | 01:51 | |
*** gvrangan has joined #openstack-neutron | 01:52 | |
*** dims has quit IRC | 01:55 | |
*** amuller has quit IRC | 01:57 | |
*** tiswanso has joined #openstack-neutron | 01:59 | |
*** tiswanso has quit IRC | 01:59 | |
*** tiswanso has joined #openstack-neutron | 02:00 | |
*** ijw_ has quit IRC | 02:03 | |
*** baojg has quit IRC | 02:03 | |
*** HenryG has quit IRC | 02:06 | |
*** HenryG has joined #openstack-neutron | 02:07 | |
tidwellr | armax: you still around? | 02:07 |
armax | yes | 02:07 |
*** tflynn has quit IRC | 02:08 | |
tidwellr | sorry, technically on vacation and haven't been super responsive today | 02:08 |
tidwellr | what was the concern with the lock fixtures? | 02:08 |
*** gangil has quit IRC | 02:08 | |
*** superdan is now known as dansmith | 02:09 | |
armax | they are evil | 02:09 |
armax | as the recent grief demonstrates | 02:09 |
tidwellr | yes, the trouble is using that shared external network across tests | 02:09 |
armax | no | 02:09 |
armax | we could work around the external network issue | 02:10 |
armax | that would solve the lack of isolation | 02:10 |
tidwellr | enlighten me | 02:10 |
*** john-davidge has quit IRC | 02:10 | |
armax | but you’re off! | 02:11 |
tidwellr | well, I want to get this solved :) | 02:11 |
armax | and my week has been veeery long | 02:11 |
tidwellr | ok, if you're done I'm done | 02:11 |
armax | I am gonna take a raincheck if you don’t mind :) | 02:11 |
armax | that’s the spirit! | 02:11 |
tidwellr | no worries, I just want to make problems disappear | 02:12 |
armax | so do I | 02:12 |
tidwellr | well, it can wait til Monday I suppose | 02:12 |
armax | for now the tests are skipped | 02:12 |
armax | so I suppose it can, but that’s a bit of a setback | 02:13 |
armax | for bgp | 02:13 |
tidwellr | I know :( | 02:13 |
*** gvrangan has quit IRC | 02:13 | |
armax | focus on docs | 02:13 |
armax | don’t forget | 02:13 |
armax | there’s only a handle of days left | 02:13 |
tidwellr | nope, won't forget | 02:13 |
tidwellr | the last 2 patches need care and feeding as well, I'm on it though | 02:14 |
tidwellr | willing to take on issues this weekend | 02:14 |
tidwellr | anyway, enjoy yours! | 02:14 |
*** john-davidge has joined #openstack-neutron | 02:14 | |
armax | I will | 02:14 |
armax | I recall 3 | 02:15 |
armax | no? | 02:15 |
tidwellr | the third is not strictly necessary | 02:15 |
tidwellr | it's a nice-to-have | 02:15 |
armax | ok | 02:15 |
*** jwarendt has quit IRC | 02:15 | |
armax | was it clear from the commit? | 02:15 |
armax | I don’t remember | 02:15 |
tidwellr | no, I didn't propose the patch but I will update the commit message | 02:16 |
tidwellr | there's only 2 more we have to merge for completeness | 02:16 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Add timestamp for neutron core resources https://review.openstack.org/213586 | 02:17 |
*** john-davidge_ has joined #openstack-neutron | 02:18 | |
*** tidwellr has left #openstack-neutron | 02:18 | |
*** john-davidge has quit IRC | 02:19 | |
*** john-davidge_ is now known as john-davidge | 02:19 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add a description field to all standard resources https://review.openstack.org/269887 | 02:29 |
*** fzdarsky|afk has quit IRC | 02:30 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Move address scope specific code out of iptables_manager https://review.openstack.org/288828 | 02:30 |
*** banix has quit IRC | 02:30 | |
*** baoli has joined #openstack-neutron | 02:38 | |
*** fzdarsky has joined #openstack-neutron | 02:39 | |
*** s3wong has quit IRC | 02:40 | |
*** sbalukoff has quit IRC | 02:41 | |
*** thorst has quit IRC | 02:42 | |
*** thorst has joined #openstack-neutron | 02:43 | |
*** thorst has quit IRC | 02:51 | |
*** fangzhen has quit IRC | 02:51 | |
*** wolverineav has quit IRC | 02:53 | |
*** erlarese has quit IRC | 02:55 | |
*** Marga_ has quit IRC | 02:55 | |
*** jckasper has quit IRC | 03:03 | |
*** fangzhen has joined #openstack-neutron | 03:04 | |
*** jckasper has joined #openstack-neutron | 03:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/288023 | 03:07 |
*** jckasper has quit IRC | 03:09 | |
*** vishwanathj has quit IRC | 03:09 | |
*** baojg has joined #openstack-neutron | 03:15 | |
*** baojg has quit IRC | 03:16 | |
*** baoli has quit IRC | 03:16 | |
*** fredlhsu has joined #openstack-neutron | 03:25 | |
*** tflynn has joined #openstack-neutron | 03:26 | |
*** tflynn has quit IRC | 03:27 | |
*** newbiee has joined #openstack-neutron | 03:34 | |
*** fawadkhaliq has quit IRC | 03:37 | |
*** vhosakot has joined #openstack-neutron | 03:39 | |
*** wolverineav has joined #openstack-neutron | 03:41 | |
*** wolverineav has quit IRC | 03:41 | |
*** wolverineav has joined #openstack-neutron | 03:41 | |
*** thorst has joined #openstack-neutron | 03:49 | |
*** Marga_ has joined #openstack-neutron | 03:53 | |
*** idonotknow_ has joined #openstack-neutron | 03:53 | |
*** HenryG has quit IRC | 03: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 IRC | 03:56 | |
idonotknow_ | I am using the latest code pulled from github | 03:56 |
*** yamamoto has joined #openstack-neutron | 03:58 | |
haukebruno | idonotknow_, did you turned on debug + verbose in lbaas log? | 03:59 |
haukebruno | idonotknow_, that could be helpful for debugging | 03:59 |
*** yamamoto has quit IRC | 04:01 | |
*** liuyulong has joined #openstack-neutron | 04:02 | |
idonotknow_ | haukebruno,I have turned them on | 04:03 |
*** newbiee has quit IRC | 04:03 | |
haukebruno | idonotknow_, then you should see something in the logs, even if the severity isn't WARNING or ERROR | 04: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 solution | 04:05 |
*** Marga_ has quit IRC | 04:08 | |
haukebruno | idonotknow_, I don't know for octavia, but maybe stracing the whole processchain would point things out if the logs are helpless | 04:08 |
*** tiswanso has quit IRC | 04:08 | |
*** Marga_ has joined #openstack-neutron | 04:08 | |
*** shwetaap has joined #openstack-neutron | 04:16 | |
*** fangzhen has quit IRC | 04:19 | |
*** yamamoto has joined #openstack-neutron | 04:21 | |
*** HenryG has joined #openstack-neutron | 04:22 | |
*** lazy_prince has joined #openstack-neutron | 04:23 | |
*** gvrangan has joined #openstack-neutron | 04:30 | |
*** yamamoto has quit IRC | 04:31 | |
*** baojg has joined #openstack-neutron | 04:33 | |
*** claudiub|2 has joined #openstack-neutron | 04:34 | |
*** baojg has quit IRC | 04:34 | |
*** shwetaap has quit IRC | 04:37 | |
*** claudiub has quit IRC | 04:37 | |
*** tidwellr has joined #openstack-neutron | 04:40 | |
*** liuyulong has quit IRC | 04:41 | |
*** gvrangan has quit IRC | 04:41 | |
*** johnbelamaric has quit IRC | 04:46 | |
*** thorst has joined #openstack-neutron | 04:54 | |
*** fangzhen has joined #openstack-neutron | 05:01 | |
*** thorst has quit IRC | 05:01 | |
*** gvrangan has joined #openstack-neutron | 05:04 | |
*** gvrangan has quit IRC | 05:09 | |
*** lazy_prince has quit IRC | 05:09 | |
*** baojg has joined #openstack-neutron | 05:11 | |
*** HenryG has quit IRC | 05:11 | |
*** HenryG has joined #openstack-neutron | 05:13 | |
*** HenryG has quit IRC | 05:14 | |
*** claudiub|2 has quit IRC | 05:14 | |
*** HenryG has joined #openstack-neutron | 05:14 | |
openstackgerrit | Merged openstack/neutron: Skip racey BGP tests https://review.openstack.org/288818 | 05:21 |
openstackgerrit | Merged openstack/neutron: Revert "Revert "Functional test for address scope"" https://review.openstack.org/287017 | 05:21 |
*** baojg has quit IRC | 05:24 | |
*** dileepr has quit IRC | 05:29 | |
*** yamamoto has joined #openstack-neutron | 05:32 | |
openstackgerrit | Merged openstack/neutron: Add timestamp for neutron core resources https://review.openstack.org/213586 | 05:34 |
*** neelashah has quit IRC | 05:36 | |
kevinbenton | bbzhao: good work! ^^ | 05:36 |
*** baojg has joined #openstack-neutron | 05:37 | |
*** yamamoto has quit IRC | 05:38 | |
*** baojg has quit IRC | 05:39 | |
*** shwetaap has joined #openstack-neutron | 05:41 | |
*** baojg has joined #openstack-neutron | 05:45 | |
*** shwetaap has quit IRC | 05:46 | |
*** Marga_ has quit IRC | 05:51 | |
*** salv-orlando has joined #openstack-neutron | 05:52 | |
*** iyamahat has joined #openstack-neutron | 05:54 | |
*** salv-orl_ has quit IRC | 05:55 | |
*** thorst has joined #openstack-neutron | 05:59 | |
*** thorst has quit IRC | 06:06 | |
*** nplanel has joined #openstack-neutron | 06:17 | |
*** baojg has quit IRC | 06:19 | |
*** HenryG has quit IRC | 06:20 | |
openstackgerrit | Merged openstack/neutron: IP Availability: remove unused imports https://review.openstack.org/286641 | 06:25 |
*** vhosakot has quit IRC | 06:26 | |
*** iyamahat has quit IRC | 06:29 | |
*** shwetaap has joined #openstack-neutron | 06:30 | |
*** kobis has joined #openstack-neutron | 06:31 | |
openstackgerrit | Merged openstack/neutron: BGP: remove unnecessary configuration setting https://review.openstack.org/285770 | 06:32 |
*** iyamahat has joined #openstack-neutron | 06:33 | |
*** shangxdy has joined #openstack-neutron | 06:38 | |
*** slaweq has quit IRC | 06:39 | |
*** slaweq_ has joined #openstack-neutron | 06:39 | |
*** gvrangan has joined #openstack-neutron | 06:39 | |
*** gampel has joined #openstack-neutron | 06:41 | |
*** Aish has joined #openstack-neutron | 06:41 | |
*** Aish has left #openstack-neutron | 06:41 | |
*** shwetaap1 has joined #openstack-neutron | 06:42 | |
*** john-davidge_ has joined #openstack-neutron | 06:43 | |
*** john-davidge has quit IRC | 06:44 | |
*** john-davidge_ is now known as john-davidge | 06:44 | |
*** shwetaap has quit IRC | 06:45 | |
openstackgerrit | Li Ma proposed openstack/python-neutronclient: Add popular IP protocols for security group https://review.openstack.org/282621 | 06:46 |
*** fawadkhaliq has joined #openstack-neutron | 06:54 | |
*** yamahata has joined #openstack-neutron | 06:54 | |
*** fawadkhaliq has quit IRC | 06:56 | |
openstackgerrit | Merged openstack/neutron: Make OVS agent tunnel configuration logging less scary https://review.openstack.org/286933 | 06:57 |
*** EinstCrazy has joined #openstack-neutron | 06:58 | |
*** shwetaap1 has quit IRC | 06:59 | |
*** fzdarsky has quit IRC | 07:00 | |
*** gvrangan has quit IRC | 07:03 | |
*** vishwanathj has joined #openstack-neutron | 07:04 | |
*** vishwanathj is now known as vishwanathj_away | 07:05 | |
*** thorst has joined #openstack-neutron | 07:05 | |
*** mgoddard has joined #openstack-neutron | 07:06 | |
*** idonotknow_ has quit IRC | 07:08 | |
*** sahilsinha has quit IRC | 07:10 | |
*** thorst has quit IRC | 07:11 | |
*** fangzhen_ has joined #openstack-neutron | 07:19 | |
*** fangzhen has quit IRC | 07:19 | |
*** fangzhen_ has left #openstack-neutron | 07:19 | |
*** gvrangan has joined #openstack-neutron | 07:20 | |
*** fangzhen_ has joined #openstack-neutron | 07:20 | |
*** baojg has joined #openstack-neutron | 07:20 | |
*** lajos-katona has joined #openstack-neutron | 07:23 | |
*** fangzhen_ has quit IRC | 07:25 | |
*** baojg has quit IRC | 07:26 | |
*** fangzhen has joined #openstack-neutron | 07:26 | |
*** fangzhen has quit IRC | 07:33 | |
*** fangzhen has joined #openstack-neutron | 07:34 | |
*** fangzhen has quit IRC | 07:35 | |
*** fangzhen has joined #openstack-neutron | 07:35 | |
*** fangzhen has quit IRC | 07:35 | |
*** fangzhen has joined #openstack-neutron | 07:36 | |
*** javeriak has joined #openstack-neutron | 07:52 | |
*** javeriak_ has joined #openstack-neutron | 07:55 | |
*** tidwellr has quit IRC | 07:55 | |
*** javeriak has quit IRC | 07:56 | |
*** thorst has joined #openstack-neutron | 08:09 | |
openstackgerrit | Merged openstack/neutron: Improve logging for port binding https://review.openstack.org/276301 | 08:14 |
*** kobis has quit IRC | 08:16 | |
*** thorst has quit IRC | 08:16 | |
*** gvrangan has quit IRC | 08:19 | |
*** baojg has joined #openstack-neutron | 08:23 | |
*** slaweq_ has quit IRC | 08:23 | |
*** haukebruno has quit IRC | 08:23 | |
*** haukebruno has joined #openstack-neutron | 08:23 | |
*** slaweq_ has joined #openstack-neutron | 08:25 | |
*** gampel1 has joined #openstack-neutron | 08:29 | |
*** baojg has quit IRC | 08:29 | |
*** gampel has quit IRC | 08:29 | |
*** EinstCrazy has quit IRC | 08:34 | |
*** dsneddon has joined #openstack-neutron | 08:34 | |
*** EinstCrazy has joined #openstack-neutron | 08:34 | |
*** achanda has quit IRC | 08:36 | |
*** john-davidge has quit IRC | 08:36 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Use floating IP to connect different address scopes https://review.openstack.org/283134 | 08:37 |
*** achanda has joined #openstack-neutron | 08:40 | |
*** javeriak_ has quit IRC | 08:41 | |
*** EinstCrazy has quit IRC | 08:42 | |
*** EinstCrazy has joined #openstack-neutron | 08:42 | |
*** EinstCra_ has joined #openstack-neutron | 08:46 | |
*** EinstCrazy has quit IRC | 08:46 | |
*** mgoddard has quit IRC | 08:48 | |
*** achanda has quit IRC | 08:50 | |
*** EinstCra_ has quit IRC | 08:52 | |
*** EinstCrazy has joined #openstack-neutron | 08:55 | |
*** sbalukoff has joined #openstack-neutron | 09:00 | |
*** slaweq_ has quit IRC | 09:02 | |
*** slaweq_ has joined #openstack-neutron | 09:03 | |
*** thorst has joined #openstack-neutron | 09:14 | |
*** EinstCra_ has joined #openstack-neutron | 09:18 | |
*** gampel1 has quit IRC | 09:20 | |
*** thorst has quit IRC | 09:20 | |
*** gampel has joined #openstack-neutron | 09:21 | |
*** EinstCrazy has quit IRC | 09:21 | |
*** EinstCra_ has quit IRC | 09:24 | |
*** EinstCrazy has joined #openstack-neutron | 09:24 | |
*** baojg has joined #openstack-neutron | 09:25 | |
*** EinstCrazy has quit IRC | 09:26 | |
*** EinstCrazy has joined #openstack-neutron | 09:26 | |
*** baojg has quit IRC | 09:29 | |
*** baojg has joined #openstack-neutron | 09:33 | |
*** EinstCrazy has quit IRC | 09:33 | |
*** EinstCrazy has joined #openstack-neutron | 09:34 | |
*** EinstCrazy has quit IRC | 09:46 | |
*** EinstCrazy has joined #openstack-neutron | 09:46 | |
*** javeriak has joined #openstack-neutron | 09:46 | |
*** EinstCrazy has quit IRC | 09:48 | |
*** EinstCrazy has joined #openstack-neutron | 09:48 | |
*** javeriak_ has joined #openstack-neutron | 09:49 | |
*** javeriak has quit IRC | 09:51 | |
*** iyamahat has quit IRC | 09:54 | |
*** yamahata has quit IRC | 10:06 | |
*** yamamoto has joined #openstack-neutron | 10:09 | |
openstackgerrit | Akihiro Motoki proposed openstack/python-neutronclient: Add UT for error from NeutronClientException with lazy translation https://review.openstack.org/288864 | 10:13 |
*** yamamoto has quit IRC | 10:13 | |
*** thorst has joined #openstack-neutron | 10:18 | |
*** EinstCrazy has quit IRC | 10:22 | |
*** EinstCrazy has joined #openstack-neutron | 10:22 | |
*** EinstCrazy has quit IRC | 10:24 | |
*** thorst has quit IRC | 10:26 | |
*** yamamoto has joined #openstack-neutron | 10:28 | |
*** yamamoto has quit IRC | 10:31 | |
*** EinstCrazy has joined #openstack-neutron | 10:33 | |
*** yamamoto has joined #openstack-neutron | 10:35 | |
*** yamamoto has quit IRC | 10:35 | |
*** haukebruno has quit IRC | 10:47 | |
*** gampel has quit IRC | 10:48 | |
*** claudiub|2 has joined #openstack-neutron | 10:53 | |
*** malos has quit IRC | 10:54 | |
*** haukebruno has joined #openstack-neutron | 10:55 | |
*** malos has joined #openstack-neutron | 10:55 | |
*** kobis has joined #openstack-neutron | 10:57 | |
*** EinstCrazy has quit IRC | 10:58 | |
*** eddima has joined #openstack-neutron | 11:03 | |
*** baojg has quit IRC | 11:05 | |
*** baojg has joined #openstack-neutron | 11:05 | |
*** dsneddon has quit IRC | 11:10 | |
*** claudiub|2 has quit IRC | 11:15 | |
*** eddima has quit IRC | 11:20 | |
*** thorst has joined #openstack-neutron | 11:23 | |
*** thorst has quit IRC | 11:30 | |
*** pcaruana has quit IRC | 11:34 | |
*** yamamoto has joined #openstack-neutron | 11:36 | |
*** safchain has joined #openstack-neutron | 11:39 | |
*** yamamoto has quit IRC | 11:43 | |
*** javeriak_ has quit IRC | 11:44 | |
*** salv-orl_ has joined #openstack-neutron | 11:52 | |
*** salv-orlando has quit IRC | 11:55 | |
*** Trident has joined #openstack-neutron | 11:55 | |
*** vikram_ has joined #openstack-neutron | 11:56 | |
*** wolverineav has quit IRC | 12:00 | |
*** claudiub|2 has joined #openstack-neutron | 12:01 | |
*** anshul has joined #openstack-neutron | 12:01 | |
*** baojg_ has joined #openstack-neutron | 12:08 | |
*** baojg has quit IRC | 12:09 | |
*** dims has joined #openstack-neutron | 12:11 | |
*** dims has quit IRC | 12:13 | |
*** slaweq_ has quit IRC | 12:14 | |
*** slaweq_ has joined #openstack-neutron | 12:14 | |
*** dkehn has quit IRC | 12:19 | |
*** thorst has joined #openstack-neutron | 12:28 | |
*** akamyshnikova_ has joined #openstack-neutron | 12:29 | |
*** thorst has quit IRC | 12:36 | |
*** malos has quit IRC | 12:40 | |
*** malos has joined #openstack-neutron | 12:41 | |
*** javeriak has joined #openstack-neutron | 12:43 | |
*** javeriak has quit IRC | 12:48 | |
*** kobis has quit IRC | 12:51 | |
*** dslevin has quit IRC | 12:52 | |
*** eddima has joined #openstack-neutron | 12:53 | |
*** numans has joined #openstack-neutron | 12:54 | |
*** thorst has joined #openstack-neutron | 12:57 | |
*** lajos-katona has left #openstack-neutron | 13:01 | |
*** thorst has quit IRC | 13:02 | |
*** thorst has joined #openstack-neutron | 13:03 | |
*** anshul has quit IRC | 13:04 | |
*** ihrachys has joined #openstack-neutron | 13:07 | |
*** dims has joined #openstack-neutron | 13:08 | |
*** thorst has quit IRC | 13:11 | |
*** johnbelamaric has joined #openstack-neutron | 13:11 | |
*** yamamoto has joined #openstack-neutron | 13:15 | |
*** yamamoto has quit IRC | 13:15 | |
*** yamamoto has joined #openstack-neutron | 13:15 | |
*** EinstCrazy has joined #openstack-neutron | 13:16 | |
*** openstackgerrit_ has quit IRC | 13:17 | |
vikram_ | armax: ping | 13:18 |
*** openstackgerrit_ has joined #openstack-neutron | 13:18 | |
*** banix has joined #openstack-neutron | 13:19 | |
*** tmorin has joined #openstack-neutron | 13:22 | |
*** eddima has joined #openstack-neutron | 13:23 | |
*** Manuel_112 has joined #openstack-neutron | 13:23 | |
*** amotoki has joined #openstack-neutron | 13:30 | |
*** vikram_ has quit IRC | 13:31 | |
*** yamamoto has quit IRC | 13:43 | |
*** dslevin has joined #openstack-neutron | 13:44 | |
*** bjornar has joined #openstack-neutron | 13:47 | |
*** itisha has joined #openstack-neutron | 13:47 | |
*** Manuel_112 has quit IRC | 13:48 | |
*** baojg_ has quit IRC | 13:50 | |
*** baojg has joined #openstack-neutron | 13:51 | |
*** dims has quit IRC | 13:53 | |
*** sghatty has quit IRC | 13:55 | |
*** baojg has quit IRC | 13:57 | |
*** baojg has joined #openstack-neutron | 13:58 | |
*** shwetaap has joined #openstack-neutron | 14:00 | |
*** wolverineav has joined #openstack-neutron | 14:01 | |
*** shwetaap1 has joined #openstack-neutron | 14:01 | |
*** javeriak has joined #openstack-neutron | 14:02 | |
*** tmorin has quit IRC | 14:05 | |
*** chlong_ has quit IRC | 14:05 | |
*** shwetaap has quit IRC | 14:05 | |
*** wolverineav has quit IRC | 14:06 | |
*** baojg has quit IRC | 14:07 | |
*** javeriak has quit IRC | 14:07 | |
*** bjornar has quit IRC | 14:07 | |
*** thorst has joined #openstack-neutron | 14:08 | |
*** EinstCrazy has quit IRC | 14:09 | |
*** baojg has joined #openstack-neutron | 14:09 | |
*** claudiub has joined #openstack-neutron | 14:14 | |
*** HenryG has joined #openstack-neutron | 14:15 | |
*** claudiub|2 has quit IRC | 14:15 | |
*** nihilifer has quit IRC | 14:15 | |
*** thorst has quit IRC | 14:15 | |
*** banix has quit IRC | 14:16 | |
*** nihilifer has joined #openstack-neutron | 14:17 | |
*** openstackgerrit_ has quit IRC | 14:20 | |
*** openstackgerrit_ has joined #openstack-neutron | 14:21 | |
*** dkehn has joined #openstack-neutron | 14:25 | |
*** openstackgerrit_ has quit IRC | 14:32 | |
*** neelashah has joined #openstack-neutron | 14:33 | |
*** openstackgerrit_ has joined #openstack-neutron | 14:34 | |
*** singhj has joined #openstack-neutron | 14:36 | |
*** singhj has quit IRC | 14:42 | |
*** yamamoto has joined #openstack-neutron | 14:44 | |
*** dims has joined #openstack-neutron | 14:49 | |
*** baojg has quit IRC | 14:51 | |
*** yamamoto has quit IRC | 14:52 | |
*** baojg has joined #openstack-neutron | 14:52 | |
*** akamyshnikova_ has quit IRC | 14:53 | |
*** johnbelamaric has quit IRC | 15:03 | |
*** baojg has quit IRC | 15:10 | |
*** jckasper has joined #openstack-neutron | 15:10 | |
*** baojg has joined #openstack-neutron | 15:10 | |
*** EinstCrazy has joined #openstack-neutron | 15:11 | |
*** nplanel has quit IRC | 15:11 | |
*** thorst has joined #openstack-neutron | 15:13 | |
*** EinstCrazy has quit IRC | 15:14 | |
*** jckasper has quit IRC | 15:14 | |
*** nplanel has joined #openstack-neutron | 15:15 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/288023 | 15:17 |
*** thorst has quit IRC | 15:21 | |
*** malos has quit IRC | 15:21 | |
*** shwetaap1 has quit IRC | 15:28 | |
*** baojg has quit IRC | 15:30 | |
*** singhj has joined #openstack-neutron | 15:34 | |
*** singhj has quit IRC | 15:34 | |
*** baojg has joined #openstack-neutron | 15:37 | |
*** panda has quit IRC | 15:38 | |
*** panda has joined #openstack-neutron | 15:38 | |
*** baojg has quit IRC | 15:39 | |
*** nplanel has quit IRC | 15:39 | |
*** dims has quit IRC | 15:41 | |
*** nplanel has joined #openstack-neutron | 15:41 | |
*** dims has joined #openstack-neutron | 15:43 | |
*** javeriak has joined #openstack-neutron | 15:44 | |
*** nplanel has quit IRC | 15:47 | |
*** javeriak_ has joined #openstack-neutron | 15:48 | |
*** javeriak has quit IRC | 15:49 | |
*** nplanel has joined #openstack-neutron | 15:50 | |
*** safchain has quit IRC | 15:52 | |
*** shwetaap has joined #openstack-neutron | 15:55 | |
*** thorst has joined #openstack-neutron | 16:01 | |
*** nplanel has quit IRC | 16:02 | |
*** eddima has quit IRC | 16:03 | |
*** wolverineav has joined #openstack-neutron | 16:03 | |
*** nplanel has joined #openstack-neutron | 16:03 | |
*** dims has quit IRC | 16:04 | |
*** wolverineav has quit IRC | 16:08 | |
*** thorst has quit IRC | 16:08 | |
*** thorst has joined #openstack-neutron | 16:09 | |
*** dims has joined #openstack-neutron | 16:16 | |
*** thorst has quit IRC | 16:17 | |
*** dims has quit IRC | 16:18 | |
*** vhosakot has joined #openstack-neutron | 16:19 | |
*** singhj has joined #openstack-neutron | 16:20 | |
*** eddima has joined #openstack-neutron | 16:20 | |
*** singhj has quit IRC | 16:21 | |
*** enriquetaso has joined #openstack-neutron | 16:31 | |
*** neelashah has quit IRC | 16:36 | |
*** nyechiel has joined #openstack-neutron | 16:38 | |
*** vhosakot has quit IRC | 16:38 | |
*** pradk has quit IRC | 16:38 | |
*** baojg has joined #openstack-neutron | 16:40 | |
*** baojg has quit IRC | 16:46 | |
*** bjornar has joined #openstack-neutron | 16:46 | |
*** thorst has joined #openstack-neutron | 16:52 | |
*** yfried has joined #openstack-neutron | 16:53 | |
*** singhj has joined #openstack-neutron | 16:55 | |
*** armax has quit IRC | 17:00 | |
*** tflynn has joined #openstack-neutron | 17:01 | |
*** armax has joined #openstack-neutron | 17:01 | |
*** tflynn has quit IRC | 17:06 | |
*** fedexo has joined #openstack-neutron | 17:07 | |
*** singhj has quit IRC | 17:12 | |
*** banix has joined #openstack-neutron | 17:15 | |
*** banix has quit IRC | 17:19 | |
*** MVenesio has joined #openstack-neutron | 17:20 | |
*** nyechiel has quit IRC | 17:23 | |
*** MVenesio has quit IRC | 17:26 | |
*** enriquetaso has quit IRC | 17:26 | |
*** singhj has joined #openstack-neutron | 17:28 | |
*** singhj has quit IRC | 17:28 | |
*** singhj has joined #openstack-neutron | 17:28 | |
*** tidwellr has joined #openstack-neutron | 17:31 | |
*** MVenesio has joined #openstack-neutron | 17:33 | |
*** 7JTAAA2IO has quit IRC | 17:34 | |
*** rdo has joined #openstack-neutron | 17:36 | |
*** MVenesio has quit IRC | 17:38 | |
*** zengine has joined #openstack-neutron | 17:39 | |
*** singhj has quit IRC | 17:39 | |
*** ihrachys has quit IRC | 17:40 | |
*** ihrachys has joined #openstack-neutron | 17:41 | |
*** banix has joined #openstack-neutron | 17:41 | |
*** zengine has quit IRC | 17:43 | |
*** zengine has joined #openstack-neutron | 17:44 | |
*** ihrachys has quit IRC | 17:45 | |
*** armax has quit IRC | 17:47 | |
*** pavel_bondar has quit IRC | 17:48 | |
*** salv-orlando has joined #openstack-neutron | 17:52 | |
*** nlahouti has joined #openstack-neutron | 17:52 | |
*** vishwana_ has joined #openstack-neutron | 17:54 | |
*** salv-orl_ has quit IRC | 17:55 | |
*** vishwanathj_away has quit IRC | 17:57 | |
*** nlahouti has quit IRC | 17:57 | |
*** nlahouti has joined #openstack-neutron | 17:57 | |
*** shwetaap has quit IRC | 17:58 | |
*** nlahouti has quit IRC | 18:01 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Skip racy BGP tests and remove unnecessary use of LockFixture https://review.openstack.org/288921 | 18:02 |
*** haukebruno has quit IRC | 18:04 | |
*** nplanel has quit IRC | 18:07 | |
*** tbachman has quit IRC | 18:07 | |
*** tbachman has joined #openstack-neutron | 18:11 | |
*** Sukhdev has joined #openstack-neutron | 18:16 | |
*** tidwellr has quit IRC | 18:17 | |
*** thorst has quit IRC | 18:18 | |
*** thorst has joined #openstack-neutron | 18:18 | |
*** numans has quit IRC | 18:20 | |
*** zhhuabj has quit IRC | 18:21 | |
*** shangxdy has quit IRC | 18:21 | |
*** thorst has quit IRC | 18:27 | |
openstackgerrit | Merged openstack/neutron-vpnaas: Updated from global requirements https://review.openstack.org/288775 | 18:27 |
*** banix has quit IRC | 18:27 | |
*** zhhuabj has joined #openstack-neutron | 18:32 | |
*** armax has joined #openstack-neutron | 18:35 | |
*** wolverineav has joined #openstack-neutron | 18:44 | |
*** saksham_ has joined #openstack-neutron | 18:51 | |
*** armax has quit IRC | 18:52 | |
openstackgerrit | Andreas Jaeger proposed openstack/neutron-vpnaas: Fix tox.ini constraints for post jobs https://review.openstack.org/288930 | 19:00 |
*** zengine has quit IRC | 19:01 | |
*** baojg has joined #openstack-neutron | 19:08 | |
*** baojg has quit IRC | 19:14 | |
*** thorst has joined #openstack-neutron | 19:18 | |
*** singhj has joined #openstack-neutron | 19:22 | |
*** singhj has quit IRC | 19:22 | |
*** singhj has joined #openstack-neutron | 19:22 | |
*** singhj has quit IRC | 19:23 | |
*** singhj has joined #openstack-neutron | 19:23 | |
*** singhj has quit IRC | 19:24 | |
*** ihrachys has joined #openstack-neutron | 19:26 | |
*** enriquetaso has joined #openstack-neutron | 19:28 | |
*** thorst has quit IRC | 19:29 | |
*** singhj has joined #openstack-neutron | 19:30 | |
*** singhj has quit IRC | 19:30 | |
*** ihrachys has quit IRC | 19:30 | |
*** achanda has joined #openstack-neutron | 19:34 | |
*** achanda has quit IRC | 19:34 | |
*** panda has quit IRC | 19:38 | |
*** panda has joined #openstack-neutron | 19:39 | |
*** Sukhdev has quit IRC | 19:50 | |
*** Sukhdev has joined #openstack-neutron | 19:50 | |
*** claudiub|2 has joined #openstack-neutron | 19:53 | |
*** claudiub has quit IRC | 19:56 | |
*** eddima has quit IRC | 19:57 | |
*** jckasper has joined #openstack-neutron | 20:01 | |
*** gampel has joined #openstack-neutron | 20:04 | |
*** john-davidge has joined #openstack-neutron | 20:08 | |
*** itlinux has quit IRC | 20:16 | |
*** iyamahat has joined #openstack-neutron | 20:19 | |
*** ihrachys has joined #openstack-neutron | 20:22 | |
*** gampel has left #openstack-neutron | 20:22 | |
*** jckasper has quit IRC | 20:23 | |
*** ihrachys has quit IRC | 20:28 | |
*** harmw_ is now known as harmw | 20:32 | |
*** Marga_ has joined #openstack-neutron | 20:32 | |
*** anshul has joined #openstack-neutron | 20:35 | |
*** nyechiel has joined #openstack-neutron | 20:37 | |
*** thorst has joined #openstack-neutron | 20:38 | |
*** claudiub|2 has quit IRC | 20:39 | |
*** thorst has quit IRC | 20:43 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/288023 | 20:46 |
*** itlinux has joined #openstack-neutron | 20:51 | |
*** Sukhdev has quit IRC | 20:54 | |
*** javeriak_ has quit IRC | 20:58 | |
*** anshul has quit IRC | 21:09 | |
*** fawadkhaliq has joined #openstack-neutron | 21:12 | |
*** elopez has joined #openstack-neutron | 21:13 | |
*** nyechiel has quit IRC | 21:15 | |
*** dims has joined #openstack-neutron | 21:20 | |
*** ajo_ has joined #openstack-neutron | 21:21 | |
*** dave-mcc_ has joined #openstack-neutron | 21:21 | |
*** Sukhdev has joined #openstack-neutron | 21:23 | |
*** dave-mccowan has quit IRC | 21:24 | |
*** ajo_ has quit IRC | 21:28 | |
*** ajo_ has joined #openstack-neutron | 21:28 | |
*** ajo_ has quit IRC | 21:36 | |
*** ihrachys has joined #openstack-neutron | 21:40 | |
*** thorst has joined #openstack-neutron | 21:41 | |
*** ihrachys has quit IRC | 21:44 | |
*** dave-mccowan has joined #openstack-neutron | 21:46 | |
*** thorst has quit IRC | 21:48 | |
*** thorst has joined #openstack-neutron | 21:48 | |
*** dave-mcc_ has quit IRC | 21:48 | |
*** salv-orlando has quit IRC | 21:52 | |
*** salv-orlando has joined #openstack-neutron | 21:52 | |
*** Sukhdev has quit IRC | 21:53 | |
*** itlinux has quit IRC | 21:57 | |
*** itlinux has joined #openstack-neutron | 21:58 | |
*** itlinux has quit IRC | 22:12 | |
*** shwetaap has joined #openstack-neutron | 22:14 | |
*** RichardRaseley has joined #openstack-neutron | 22:14 | |
*** cgoncalv1s has quit IRC | 22:16 | |
*** tbachman has quit IRC | 22:23 | |
*** gvrangan has joined #openstack-neutron | 22:24 | |
*** obondarev has quit IRC | 22:25 | |
*** dkehn has quit IRC | 22:25 | |
*** tbachman has joined #openstack-neutron | 22:26 | |
*** cgoncalves has joined #openstack-neutron | 22:26 | |
*** obondarev has joined #openstack-neutron | 22:27 | |
*** fawadkhaliq has quit IRC | 22:27 | |
*** trey has quit IRC | 22:32 | |
*** MVenesio has joined #openstack-neutron | 22:32 | |
*** MVenesio has quit IRC | 22:33 | |
*** dkehn has joined #openstack-neutron | 22:33 | |
*** kuromagi has quit IRC | 22:33 | |
*** cburgess has quit IRC | 22:34 | |
*** dileepr has joined #openstack-neutron | 22:36 | |
*** shwetaap has quit IRC | 22:36 | |
*** kuromagi has joined #openstack-neutron | 22:38 | |
*** shwetaap has joined #openstack-neutron | 22:38 | |
*** salv-orlando has quit IRC | 22:39 | |
*** cburgess has joined #openstack-neutron | 22:40 | |
*** trey has joined #openstack-neutron | 22:45 | |
*** itlinux has joined #openstack-neutron | 22:45 | |
*** jckasper has joined #openstack-neutron | 22:46 | |
*** thorst has quit IRC | 22:46 | |
*** thorst has joined #openstack-neutron | 22:47 | |
*** itlinux has quit IRC | 22:48 | |
openstackgerrit | Merged openstack/neutron: Continue the fwaas decoupling and cleanup https://review.openstack.org/288279 | 22:49 |
*** shwetaap has quit IRC | 22:50 | |
*** wolverineav has quit IRC | 22:51 | |
*** thorst has quit IRC | 22:55 | |
*** wolverineav has joined #openstack-neutron | 22:56 | |
*** shaohe_robot has quit IRC | 22:56 | |
*** nijaba_ has quit IRC | 22:57 | |
*** amotoki has quit IRC | 22:58 | |
*** gvrangan has quit IRC | 23:00 | |
*** shwetaap has joined #openstack-neutron | 23:01 | |
*** jckasper has quit IRC | 23:02 | |
*** john-davidge has quit IRC | 23:02 | |
*** nijaba has joined #openstack-neutron | 23:03 | |
*** nijaba has quit IRC | 23:03 | |
*** nijaba has joined #openstack-neutron | 23:03 | |
*** john-davidge has joined #openstack-neutron | 23:04 | |
*** ivar-lazzaro has joined #openstack-neutron | 23:12 | |
*** ivar-lazzaro has quit IRC | 23:13 | |
*** ivar-lazzaro has joined #openstack-neutron | 23:14 | |
*** dims has quit IRC | 23:16 | |
*** ivar-lazzaro has quit IRC | 23:19 | |
*** ivar-lazzaro has joined #openstack-neutron | 23:19 | |
*** itlinux has joined #openstack-neutron | 23:19 | |
*** ihrachys has joined #openstack-neutron | 23:28 | |
*** gvrangan has joined #openstack-neutron | 23:28 | |
*** shaohe_robot has joined #openstack-neutron | 23:30 | |
*** shwetaap has quit IRC | 23:31 | |
*** ihrachys has quit IRC | 23:32 | |
*** slaweq_ has quit IRC | 23:35 | |
*** fedexo has quit IRC | 23:35 | |
*** itlinux has quit IRC | 23:35 | |
*** panda has quit IRC | 23:38 | |
*** slaweq_ has joined #openstack-neutron | 23:38 | |
*** panda has joined #openstack-neutron | 23:39 | |
*** salv-orlando has joined #openstack-neutron | 23:40 | |
*** baoli has joined #openstack-neutron | 23:44 | |
*** salv-orlando has quit IRC | 23:47 | |
*** fawadkhaliq has joined #openstack-neutron | 23:48 | |
*** iyamahat has quit IRC | 23:51 | |
*** baoli has quit IRC | 23:52 | |
*** thorst has joined #openstack-neutron | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!