openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 00:02 |
---|---|---|
openstackgerrit | Bar RH proposed openstack/octavia master: Fail-proof VIP deallocation task https://review.openstack.org/523931 | 00:03 |
rm_work | and then to rebase it again… | 00:05 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Amphora API Failover call https://review.openstack.org/525778 | 00:10 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Add unit tests for neutron utils, add model/util for floating_ip https://review.openstack.org/525353 | 00:10 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 00:12 |
rm_work | k | 00:12 |
*** bar_ has quit IRC | 00:13 | |
*** SumitNaiksatam has quit IRC | 00:15 | |
*** sshank has quit IRC | 00:16 | |
*** bar_ has joined #openstack-lbaas | 00:17 | |
*** bar_ has quit IRC | 00:28 | |
*** fnaval has quit IRC | 00:29 | |
*** bar_ has joined #openstack-lbaas | 00:32 | |
*** bar_ has quit IRC | 00:34 | |
*** sshank has joined #openstack-lbaas | 00:37 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 00:45 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 00:50 |
*** AlexeyAbashkin has quit IRC | 00:50 | |
*** Swami has quit IRC | 00:58 | |
dayou | rm_work I used ubuntu, I have no dhcp server also, but if cloud init networking is enabled, it will try to get an ip adress with dhcp which would cause the boot up time to last for about 3 minutes. | 01:06 |
johnsom | No | 01:06 |
dayou | rm_work, also I use ipv6 only | 01:06 |
rm_work | can you show me the logs for yours? | 01:06 |
johnsom | This is not the behavior | 01:06 |
johnsom | Please provide the logs I requested. If you don't have it in the scroll back I can re-paste | 01:06 |
rm_work | let me see if it's the same as mine | 01:07 |
rm_work | if you can, i need to see syslog and the cloud-init log | 01:07 |
johnsom | dayou That is not how it works for me. Please send the /etc/network/interfaces, /etc/network/interfaces.d/*, /etc/netns/amphora-haproxy/network/interfaces, /etc/netns/amphora-haproxy/network/interfaces.d/* , /var/log/cloud-init*, your config drive network_data.json file | 01:07 |
dayou | Might not now, my env was destroyed several weeks ago due to the development of dashbard. | 01:08 |
dayou | But maybe you can put your files some where, then I try to get mine and we compare there | 01:09 |
dayou | If we were sit together it would make things much more eaiser | 01:10 |
rm_work | well, we really just need to see your logs | 01:10 |
rm_work | and we should be able to understand what's happening and tell you how to fix it | 01:10 |
rm_work | so you may need to recreate your env | 01:10 |
johnsom | Yeah, I have run this many times over the last few days, there is zero delay, no DHCP, and the configs are all loaded as I showed you yesterday. | 01:12 |
dayou | Also, in my env, I had the image with cloud init disabled | 01:14 |
johnsom | Well, nothing will work with cloud init disabled. The amp won't run at all | 01:15 |
dayou | So what you need is to reproduce the 3 minutes delay thing or? | 01:15 |
dayou | With an slaac ipv6 six and controller running in ipv6, it would work | 01:15 |
johnsom | Yeah, setup an amphora that reproduces the delay you saw then collect those logs | 01:16 |
johnsom | syslog woudl be helpful too | 01:16 |
dayou | Let me see if I can find some tcpdump files | 01:16 |
johnsom | If you disable cloud init all of the files required for octavia will not load on the amphora, it will fail | 01:17 |
johnsom | tcpdump will not help me | 01:17 |
johnsom | I don't deny you are seeing that, I need to know what configuration is causing it since it should not happen and does not happen for me. | 01:18 |
*** yamamoto has quit IRC | 01:18 | |
dayou | It requires me to destroy my current environment and might took a few days to rebuild the old one | 01:18 |
dayou | So that's why I am trying to avoid it. | 01:18 |
dayou | Can you send me your those files first? | 01:18 |
rm_work | you can't reproduce in your current env? | 01:18 |
johnsom | Understand. It's up to you when/if | 01:18 |
dayou | It's a complicated one | 01:19 |
dayou | The external provider network is simulated in quagga | 01:19 |
*** sshank has quit IRC | 01:19 | |
dayou | and devstack is running on one of the servers | 01:19 |
dayou | and devstack in running in linux bridge mode | 01:20 |
johnsom | Yeah, linux bridge doesn't matter here, it works with both OVS and LB | 01:21 |
dayou | Just curious, could you post files? Let me take a look and then I will try to rebuild my env here | 01:23 |
rm_work | dayou: i might recommend spending a little time writing up some ansible or something to create your env | 01:23 |
rm_work | because a few DAYS to remake it is ... :/ | 01:23 |
johnsom | Yeah, I rebuild devstacks in about 10 minutes | 01:24 |
dayou | rm_work, yes, that's something in my head, | 01:24 |
johnsom | Did you not keep the files I sent from last night? | 01:24 |
dayou | johnsom, normal devstack will take me only several hours since I have a worse network condition | 01:25 |
dayou | johnsom, last night you sent only the cloud init metadata but not the complete files as you listed here | 01:25 |
dayou | johnsom, if you come to my country you'll understand the network difference, sometimes you have retry building several times due to network failures | 01:26 |
johnsom | https://www.irccloud.com/pastebin/yjfwHgc8/ | 01:27 |
*** yamamoto has joined #openstack-lbaas | 01:27 | |
johnsom | That was from last night, it is the only interface file I have | 01:27 |
johnsom | This is the config drive data for cloud-init to use: | 01:27 |
johnsom | https://www.irccloud.com/pastebin/VirRVS17/ | 01:27 |
rm_work | dayou: yeah i am somewhat familiar with that issue :P | 01:28 |
johnsom | dayou There is an offline mode for devstack that tries to use cached versions. You might look into that. | 01:28 |
rm_work | i found it useful to make proxy caches for my devstack vms | 01:28 |
dayou | rm_work, that's cool | 01:29 |
dayou | johnsom, that's interesting, you got a static ip address assignment | 01:30 |
johnsom | https://www.irccloud.com/pastebin/7ISNxNZl/ | 01:30 |
johnsom | This is the script I gave to reproduce this | 01:30 |
dayou | johnsom, I think I know the difference, you are using openstack to manage do all the ip address allocation | 01:31 |
johnsom | dayou yes, since neutron knows the prefix and the MAC of the port it will put the static in the config automatically. | 01:31 |
dayou | So it knows the ipv6 address in advance and can feed a static one | 01:31 |
dayou | and in my environment, the network allocation is done by the external network simulated by quagga | 01:31 |
johnsom | dayou It has to, it's a neutron network | 01:31 |
*** yamamoto has quit IRC | 01:32 | |
dayou | johnsom, if you look at the ipv6 documentention, they distinguished these situations clearly | 01:32 |
johnsom | dayou I have to go now. It's dinner time. I can only help you solve it if we get those logs. | 01:33 |
dayou | johnsom, enjoy your dinner, anyway I think the puzzle has already been resolved, have to do breakfirst also | 01:35 |
*** oomichi_afk is now known as oomichi | 01:36 | |
*** sapd has joined #openstack-lbaas | 01:45 | |
*** sapd has quit IRC | 01:55 | |
*** yamamoto has joined #openstack-lbaas | 01:57 | |
*** sapd has joined #openstack-lbaas | 01:57 | |
*** sticker has quit IRC | 01:58 | |
*** yamamoto has quit IRC | 02:02 | |
*** yamamoto has joined #openstack-lbaas | 02:07 | |
*** sanfern has joined #openstack-lbaas | 02:09 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 02:24 |
*** yamamoto has quit IRC | 02:29 | |
*** yamamoto has joined #openstack-lbaas | 02:30 | |
dayou | N/S slaac Off 1,0,0 Guest instance obtains IPv6 address from non-OpenStack router using SLAAC. | 02:32 |
dayou | slaac slaac 1,0,0 Off Guest instance obtains IPv6 address from OpenStack managed radvd using SLAAC. | 02:32 |
dayou | https://docs.openstack.org/ocata/networking-guide/config-ipv6.html | 02:32 |
dayou | So my network is the first one and yours is the second one, actually in our labs, we also using the first one, so the same trick was used there | 02:33 |
*** annp has joined #openstack-lbaas | 02:40 | |
*** harlowja has joined #openstack-lbaas | 02:41 | |
*** harlowja has quit IRC | 02:42 | |
*** harlowja has joined #openstack-lbaas | 02:43 | |
*** atoth has quit IRC | 02:43 | |
*** atoth has joined #openstack-lbaas | 02:45 | |
*** sanfern has quit IRC | 02:47 | |
*** harlowja has quit IRC | 03:15 | |
*** jappleii__ has joined #openstack-lbaas | 03:17 | |
*** jappleii__ has quit IRC | 03:19 | |
*** jappleii__ has joined #openstack-lbaas | 03:19 | |
*** threestrands_ has quit IRC | 03:20 | |
*** SumitNaiksatam has joined #openstack-lbaas | 03:30 | |
*** tongl has quit IRC | 03:31 | |
*** armax has quit IRC | 03:47 | |
*** jappleii__ has quit IRC | 03:56 | |
johnsom | Yeah, both work fine here | 03:57 |
*** armax has joined #openstack-lbaas | 04:05 | |
dayou | On proper amphora image with patch included, it should works fine | 04:06 |
dayou | Johnsom, for https://review.openstack.org/#/c/521138/, is the final decision to keep both vrrp_ and frontend_ prefix for now? | 04:10 |
*** armax has quit IRC | 04:17 | |
*** dmellado has quit IRC | 04:27 | |
*** dmellado has joined #openstack-lbaas | 04:35 | |
*** harlowja has joined #openstack-lbaas | 04:36 | |
*** harlowja has quit IRC | 04:45 | |
*** harlowja has joined #openstack-lbaas | 05:21 | |
*** harlowja has quit IRC | 05:22 | |
*** harlowja has joined #openstack-lbaas | 05:24 | |
*** harlowja has quit IRC | 05:29 | |
*** harlowja has joined #openstack-lbaas | 05:38 | |
*** amotoki has joined #openstack-lbaas | 05:39 | |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 05:51 | |
*** sapd_ has joined #openstack-lbaas | 06:01 | |
*** sapd has quit IRC | 06:01 | |
*** links has joined #openstack-lbaas | 06:18 | |
AJaeger | dayou: everything clear on my changes now? | 06:23 |
dayou | Ajaeger: I am pretty sure it works now, :-) | 06:24 |
dayou | Ajaeger: it took a recheck to get those npm lint and test back | 06:24 |
AJaeger | so am I ;) The whole goal of the exercise was to move those to project-config - and check that the new native jobs work fine so that I can move the right job | 06:24 |
dayou | Ajaeger: I see you removed tox_install.sh from other projects, any plan to remove it for us? | 06:25 |
AJaeger | Yeah, recheck was needed to show that they are there after the project-config change merged | 06:25 |
AJaeger | dayou: I would love to - but don't know yet how ;( | 06:25 |
AJaeger | your tox_install installs some packages, and we need a plan on how to do this properly first | 06:25 |
AJaeger | the ones I removed were the easier ones, now need some time to taggle the more complex ones | 06:26 |
dayou | Cool, what's already done is hard enough for most people, I think, looking forward to see it, that's something really tough | 06:27 |
AJaeger | so do I ;) | 06:28 |
*** harlowja has quit IRC | 06:32 | |
*** rcernin has quit IRC | 06:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia-dashboard master: Imported Translations from Zanata https://review.openstack.org/528168 | 06:49 |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Support UDP load balancing https://review.openstack.org/503606 | 06:51 |
*** sri_ has quit IRC | 06:52 | |
*** sshank has joined #openstack-lbaas | 07:04 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix PING health monitor for old amphora https://review.openstack.org/528171 | 07:08 |
*** sshank has quit IRC | 07:22 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Use get_rpc_transport instead of get_transport https://review.openstack.org/478859 | 07:35 |
*** AlexeyAbashkin has joined #openstack-lbaas | 07:59 | |
*** dayou has quit IRC | 08:01 | |
*** dayou has joined #openstack-lbaas | 08:32 | |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Support UDP load balancing https://review.openstack.org/503606 | 08:58 |
*** gcheresh has joined #openstack-lbaas | 09:41 | |
*** annp has quit IRC | 09:52 | |
*** gcheresh has quit IRC | 09:54 | |
dayou | rm_work, johnsom, Sigh, I deleted my old env and tried to bring back my old one, but failed to do. So I can't provide any logs for now. | 10:02 |
*** Alex_Staf has joined #openstack-lbaas | 10:34 | |
*** dmellado has quit IRC | 10:39 | |
*** dmellado has joined #openstack-lbaas | 10:44 | |
*** salmankhan has joined #openstack-lbaas | 10:47 | |
*** Alex_Staf has quit IRC | 11:00 | |
*** yuanying has quit IRC | 11:00 | |
*** salmankhan has quit IRC | 11:04 | |
*** salmankhan has joined #openstack-lbaas | 11:05 | |
*** sapd_ has quit IRC | 11:28 | |
*** sapd_ has joined #openstack-lbaas | 11:28 | |
*** yamamoto has quit IRC | 11:35 | |
*** yamamoto has joined #openstack-lbaas | 12:09 | |
*** sanfern has joined #openstack-lbaas | 12:11 | |
*** dayou has quit IRC | 12:15 | |
*** eN_Guruprasad_Rn has quit IRC | 12:17 | |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 12:17 | |
*** dayou has joined #openstack-lbaas | 12:41 | |
*** yamamoto has quit IRC | 12:48 | |
*** bbzhao has quit IRC | 12:55 | |
*** bbzhao has joined #openstack-lbaas | 12:56 | |
*** dayou has quit IRC | 12:56 | |
*** dayou has joined #openstack-lbaas | 12:57 | |
*** dayou has quit IRC | 12:57 | |
*** dayou has joined #openstack-lbaas | 12:57 | |
*** reedip has quit IRC | 13:07 | |
*** salmankhan has quit IRC | 13:12 | |
*** salmankhan has joined #openstack-lbaas | 13:13 | |
*** atoth has quit IRC | 13:15 | |
*** atoth has joined #openstack-lbaas | 13:16 | |
*** reedip has joined #openstack-lbaas | 13:20 | |
*** salmankhan has quit IRC | 13:27 | |
*** salmankhan has joined #openstack-lbaas | 13:34 | |
*** sanfern has quit IRC | 13:37 | |
*** sanfern has joined #openstack-lbaas | 13:38 | |
*** yamamoto has joined #openstack-lbaas | 13:39 | |
openstackgerrit | Merged openstack/neutron-lbaas master: Fix the deprecated usage of "get_transport" https://review.openstack.org/525604 | 13:52 |
*** links has quit IRC | 14:31 | |
*** gcheresh has joined #openstack-lbaas | 14:46 | |
*** openstackgerrit has quit IRC | 14:48 | |
*** eN_Guruprasad_Rn has quit IRC | 14:52 | |
*** gcheresh has quit IRC | 14:56 | |
*** rcernin has joined #openstack-lbaas | 14:57 | |
*** harlowja has joined #openstack-lbaas | 15:11 | |
*** harlowja has quit IRC | 15:13 | |
*** armax has joined #openstack-lbaas | 15:31 | |
*** rcernin has quit IRC | 15:41 | |
*** Alex_Staf has joined #openstack-lbaas | 16:00 | |
*** yamamoto has quit IRC | 16:03 | |
sanfern | hi johnsom , | 16:21 |
johnsom | sanfern Hi | 16:27 |
johnsom | BTW, I plan to work on the data model patch today. | 16:27 |
johnsom | I just have an API bug to address first this morning | 16:28 |
*** gcheresh has joined #openstack-lbaas | 16:32 | |
*** salmankhan has quit IRC | 16:32 | |
*** AlexeyAbashkin has quit IRC | 16:41 | |
*** gcheresh has quit IRC | 16:44 | |
*** salmankhan has joined #openstack-lbaas | 16:50 | |
sanfern | ok thanks johnsom | 16:58 |
sanfern | http://paste.openstack.org/show/BUKRtZvshLtqXWNhAMWb/ | 16:58 |
sanfern | Do you know this error ? | 16:58 |
*** yamamoto has joined #openstack-lbaas | 17:03 | |
*** sapd_ has quit IRC | 17:06 | |
johnsom | Yeah, it's a style check rule saying there are too many positional arguments on that method | 17:06 |
*** salmankhan has quit IRC | 17:08 | |
*** yamamoto has quit IRC | 17:11 | |
sanfern | :( | 17:13 |
johnsom | Just change some to named | 17:13 |
sanfern | http://logs.openstack.org/84/527784/2/check/openstack-tox-pep8/5ee810f/job-output.txt.gz | 17:14 |
sanfern | i have fixed common spelling one | 17:15 |
*** Alex_Staf has quit IRC | 17:21 | |
johnsom | Ok, I commented on the patch | 17:22 |
sanfern | Thank you | 17:24 |
johnsom | See if that works, I think that is the problem | 17:24 |
*** openstackgerrit has joined #openstack-lbaas | 17:34 | |
openstackgerrit | Merged openstack/neutron-lbaas-dashboard master: Imported Translations from Zanata https://review.openstack.org/527591 | 17:34 |
sanfern | Do we need to have common folder under distributor and move delete there | 17:34 |
sanfern | basically markfor deletion in | 17:35 |
sanfern | How to fix vrrp_ rename patch | 17:36 |
johnsom | Yes, we probably need a common folder for the distributor driver since some things, like marking deleted are the same in many of the drivers. | 17:38 |
sanfern | ok | 17:38 |
johnsom | The rename patch, we are going to extend it to maintain the old column name and the new one so we can do an upgrade without downtime | 17:38 |
johnsom | Then later we will remove the old column | 17:39 |
johnsom | That is what was decided at the meeting | 17:39 |
sanfern | too-many-functional args didn't get fix with that change | 17:39 |
sanfern | ok | 17:39 |
johnsom | Hmm, bummer, let me look again | 17:40 |
sanfern | ok :) | 17:40 |
johnsom | Is it still line 44? | 17:40 |
sanfern | yes - E: 44,12: Too many positional arguments for constructor call (too-many-function-args) | 17:41 |
johnsom | Ok, I think it is that the name needs to be name= | 17:46 |
johnsom | Commented again | 17:46 |
sanfern | thanks | 17:47 |
sanfern | johnsom, solved. | 17:57 |
johnsom | Nice | 17:57 |
openstackgerrit | Santhosh Fernandes proposed openstack/octavia master: [WIP] ACTIVE-ACTIVE create distributor flow https://review.openstack.org/527784 | 17:59 |
*** sanfern has quit IRC | 18:01 | |
*** salmankhan has joined #openstack-lbaas | 18:09 | |
*** sshank has joined #openstack-lbaas | 18:13 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 18:16 | |
*** AlexeyAbashkin has quit IRC | 18:21 | |
*** sshank has quit IRC | 18:22 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 18:22 | |
*** AlexeyAbashkin has quit IRC | 18:26 | |
*** sshank has joined #openstack-lbaas | 18:45 | |
*** salmankhan has quit IRC | 18:49 | |
*** salmankhan has joined #openstack-lbaas | 18:52 | |
*** salmankhan has quit IRC | 19:00 | |
beagles | noticing that cert_manager has defaulted to barbican_cert_manager for some time now, does that imply a hard dependency on barbican | 19:00 |
beagles | and what functionality is lost in the absence of barbican? | 19:01 |
johnsom | No | 19:01 |
johnsom | Well, barbican is use as the securty TLS certificate store if you are enabling TLS offload | 19:01 |
beagles | figured .. as we are able to create load balancers without it :) | 19:01 |
johnsom | Yeah, that is all it is used for. There are two, soon, three options: local filesystem (not very secure, handy for testing), barbican, and soon castellan | 19:02 |
beagles | ah | 19:02 |
johnsom | Or you can just disable TLS offload options | 19:02 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 19:03 |
beagles | johnsom, and configs like ca_certificate, etc. are for the local certificate generator correct? | 19:04 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Improve user error messages for duplicate objects https://review.openstack.org/528370 | 19:05 |
* beagles looks at code for hisself | 19:05 | |
johnsom | beagles Some of that is actually for the certificates we use to secure communications with the amphora agent. | 19:05 |
johnsom | So, internal use, with no dependency on barbican | 19:06 |
beagles | johnsom, right.. some backstory, I'm working on finalizing integration with tripleo and we are getting questions about using FreeIPA/certmonger to provide the values for the ca_* configuration options and I'm trying to sort out if these will integrate | 19:08 |
beagles | johnsom, previously we avoided it for other reasons, but now its a sticking point | 19:08 |
rm_work | beagles: yeah so there's two things | 19:09 |
beagles | johnsom, and I'm just trying to sort out the details | 19:09 |
rm_work | beagles: cert GENERATOR (used internally) and cert MANAGER (used externally for TLS) | 19:09 |
rm_work | you can replace the cert GENERATOR with certmonger for certain | 19:09 |
rm_work | or there's a driver for Anchor I believe | 19:09 |
rm_work | as for cert MANAGER, there's a patch up to change that functionality a lot, that should merge this cucle | 19:09 |
rm_work | *cycle | 19:09 |
rm_work | which would enable Castellan, which makes using certmonger easy (if users have a way to store anything in there) | 19:10 |
rm_work | beagles: talk to alee | 19:10 |
rm_work | I've worked with him a lot on this stuff | 19:10 |
beagles | rm_work, ack | 19:10 |
johnsom | Yeah, when messing with the cert generator stuff, note that the housekeeping process has auto rotation code for those, so you likely want to test that too | 19:12 |
johnsom | Just to make sure a renew works with a different cert gen | 19:12 |
johnsom | rm_work FYI, you are probably interested in those two patches I put up. | 19:13 |
rm_work | k | 19:13 |
johnsom | One fixes your haproxy issue on centos, the other fixes duplicate health monitors from 500ing and gives the user a useful error | 19:13 |
rm_work | such found | 19:16 |
beagles | rm_work, to be clear to work with certmonger, we'd need to write a new certificate generator correct? which is a relatively simple adapter that implements the interface defined by octavia.certificates.generator.CertGenerator ? | 19:17 |
rm_work | yes | 19:19 |
beagles | rm_work cool | 19:19 |
beagles | thanks | 19:19 |
AJaeger | any cores around to review https://review.openstack.org/527863 and https://review.openstack.org/527861 , please? That gets rid of now duplicated jobs | 19:22 |
johnsom | rm_work Yeah, can you poke those? I have already +2 | 19:23 |
rm_work | k | 19:23 |
johnsom | I thought Nir would get them last night, but I guess he didn't get to it | 19:23 |
AJaeger | thanks, johnsom and rm_work | 19:24 |
openstackgerrit | Merged openstack/octavia-dashboard master: Use standard nodejs4 tests https://review.openstack.org/527861 | 19:34 |
openstackgerrit | Merged openstack/neutron-lbaas-dashboard master: Use standard nodejs4 tests https://review.openstack.org/527863 | 19:38 |
AJaeger | great, thanks^ | 19:39 |
* AJaeger signs off here | 19:39 | |
*** AJaeger has left #openstack-lbaas | 19:39 | |
openstackgerrit | Merged openstack/octavia-dashboard master: Imported Translations from Zanata https://review.openstack.org/528168 | 19:49 |
*** sshank has quit IRC | 19:54 | |
*** gcheresh has joined #openstack-lbaas | 20:09 | |
*** gcheresh has quit IRC | 20:43 | |
*** sshank has joined #openstack-lbaas | 20:46 | |
*** openstackgerrit has quit IRC | 20:48 | |
*** openstackgerrit has joined #openstack-lbaas | 20:50 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 20:50 |
*** sshank has quit IRC | 20:51 | |
*** gcheresh has joined #openstack-lbaas | 20:52 | |
*** sshank has joined #openstack-lbaas | 21:01 | |
*** gcheresh has quit IRC | 21:01 | |
*** openstackgerrit has quit IRC | 21:18 | |
*** rcernin has joined #openstack-lbaas | 21:36 | |
*** openstackgerrit has joined #openstack-lbaas | 21:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/528419 | 21:47 |
*** openstackgerrit has quit IRC | 21:48 | |
*** rm_mobile has joined #openstack-lbaas | 22:13 | |
*** sshank has quit IRC | 22:25 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 22:42 | |
*** AlexeyAbashkin has quit IRC | 22:47 | |
*** sshank has joined #openstack-lbaas | 22:49 | |
*** bar_ has joined #openstack-lbaas | 23:02 | |
*** sshank has quit IRC | 23:23 | |
*** sshank has joined #openstack-lbaas | 23:27 | |
*** sshank has quit IRC | 23:28 | |
*** openstackgerrit has joined #openstack-lbaas | 23:56 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!