openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Set nodepool swap size back to 8GB https://review.opendev.org/753838 | 00:02 |
---|---|---|
*** sapd1 has joined #openstack-lbaas | 00:48 | |
openstackgerrit | Merged openstack/octavia master: Fix image build when installing agent from package https://review.opendev.org/751863 | 01:48 |
lxkong | johnsom, could you please have a look at https://review.opendev.org/753594 for the issue https://storyboard.openstack.org/#!/task/39681? | 02:04 |
lxkong | not sure if we still have window to merge that in Victoria | 02:04 |
*** rcernin has quit IRC | 02:38 | |
*** zzzeek has quit IRC | 02:40 | |
*** zzzeek has joined #openstack-lbaas | 02:41 | |
*** rcernin has joined #openstack-lbaas | 02:41 | |
*** sapd1 has quit IRC | 02:47 | |
*** sapd1 has joined #openstack-lbaas | 02:47 | |
*** zzzeek has quit IRC | 02:50 | |
*** zzzeek has joined #openstack-lbaas | 02:52 | |
*** xgerman has quit IRC | 03:04 | |
openstackgerrit | MaAoyu proposed openstack/python-octaviaclient master: Remove install unnecessary packages https://review.opendev.org/753925 | 03:07 |
Cirillo | After some modifications i can create a Load Balancer now guys | 03:12 |
Cirillo | but it stays at Pending_create state | 03:12 |
Cirillo | and after some time it change to Error, giving the error "octavia.amphorae.driver_exceptions.exceptions.TimeOutException: contacting the amphora timed out" | 03:13 |
Cirillo | Have any idea what can be? | 03:13 |
*** psachin has joined #openstack-lbaas | 03:27 | |
*** ramishra has joined #openstack-lbaas | 03:54 | |
rm_work | johnsom: https://review.opendev.org/#/c/753594/ !!! I wonder if this is what was happening to me? lol | 04:04 |
rm_work | i had said that the latest thing that broke was a cert rotation | 04:04 |
rm_work | i am suddenly 90% sure this is the problem | 04:04 |
rm_work | bringing already deleted amps back from DELETED to ERROR | 04:05 |
rm_work | sorrison: ^^ also you | 04:06 |
sorrison | ahhh, yes we must be hitting that. I can test this patch out | 04:08 |
Cirillo | rm_work: Do you think that is the same problem? | 04:11 |
rm_work | Cirillo: your problem is most likely an issue with the network connectivity on the management net | 04:11 |
rm_work | sorrison: yeah it might be a bit until we can see if the problem "goes away" since it isn't exactly something i knew how to repro | 04:12 |
rm_work | sorrison: i guess we could try to set it up to repro itself.... | 04:12 |
rm_work | and then watch carefully | 04:12 |
Cirillo | rm_work: Very good, i will check it right now | 04:13 |
Cirillo | Thank you | 04:13 |
rm_work | Cirillo: likely when the Amphora is created on the management network, the controller node can't reach it. If you set the retry times decently high, you can test it out manually while it's failing to connect | 04:14 |
rm_work | or there's an option somewhere to prevent the revert flows from running, so it will leave the broken amphora... i forget what that is, sec | 04:14 |
Cirillo | hmm | 04:14 |
rm_work | ah | 04:15 |
rm_work | `[task_flow]` section | 04:15 |
rm_work | disable_revert = False | 04:15 |
rm_work | only use for debugging | 04:15 |
rm_work | err, rather you'd set it to True | 04:15 |
Cirillo | Do you know how to check if it are using Amphora V2? | 04:16 |
Cirillo | i will set tu debug True | 04:16 |
Cirillo | and use revert too | 04:16 |
*** psachin has quit IRC | 04:45 | |
rm_work | probably v1 | 04:52 |
rm_work | [api_settings] default_provider_driver | 04:52 |
rm_work | if you didn't set that, or set up custom providers in the API, then it'll be v1 | 04:52 |
Cirillo | Hmmm nice Rm_work | 05:19 |
Cirillo | But How Can set it to use Amphora V2? | 05:20 |
cgoncalves | Cirillo, https://docs.openstack.org/octavia/latest/install/install-amphorav2.html | 05:28 |
cgoncalves | Cirillo, amphorav2 should not be used in production environments. it is an experimental feature. | 05:28 |
Cirillo | ohh i do not know, thank you cgoncalves | 05:29 |
*** Cirillo has quit IRC | 05:31 | |
*** gcheresh has joined #openstack-lbaas | 05:32 | |
openstackgerrit | Merged openstack/octavia stable/ussuri: Fixes API list handling of unscoped tokens https://review.opendev.org/753382 | 06:06 |
openstackgerrit | Merged openstack/octavia stable/stein: Fixes API list handling of unscoped tokens https://review.opendev.org/753384 | 06:06 |
*** maciejjozefczyk has joined #openstack-lbaas | 06:07 | |
*** maciejjozefczyk_ has joined #openstack-lbaas | 06:15 | |
*** maciejjozefczyk has quit IRC | 06:17 | |
openstackgerrit | Merged openstack/octavia stable/ussuri: Set Grub timeout to 0 for fast boot times https://review.opendev.org/752853 | 06:27 |
openstackgerrit | Merged openstack/octavia master: Add a requirements.txt check job https://review.opendev.org/751925 | 06:27 |
openstackgerrit | Merged openstack/octavia master: Update protocol combination api-ref for PROXYV2 https://review.opendev.org/750468 | 06:27 |
*** vishalmanchanda has joined #openstack-lbaas | 06:30 | |
*** ataraday_ has quit IRC | 07:03 | |
*** ataraday_ has joined #openstack-lbaas | 07:20 | |
*** zzzeek has quit IRC | 07:33 | |
*** zzzeek has joined #openstack-lbaas | 07:36 | |
*** ccamposr has joined #openstack-lbaas | 07:37 | |
*** ccamposr__ has quit IRC | 07:39 | |
*** zzzeek has quit IRC | 08:01 | |
*** zzzeek has joined #openstack-lbaas | 08:01 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Add non-voting aarch64 scenario job https://review.opendev.org/747629 | 08:04 |
cgoncalves | FYI, HAProxy fixed a regression in v2.2 that we worked around on our side | 08:11 |
cgoncalves | https://github.com/FireBurn/haproxy/commit/2591393dad44d874f53ff3cc17cc1e88f1b91b22 | 08:11 |
cgoncalves | https://review.opendev.org/#/c/744515/ | 08:11 |
*** yamamoto has quit IRC | 08:23 | |
*** yamamoto has joined #openstack-lbaas | 08:25 | |
*** yamamoto has quit IRC | 08:25 | |
rm_work | k, doesn't affect me because we don't do TLS support XD | 08:28 |
rm_work | tho we may at some point in the future | 08:28 |
cgoncalves | do you do plain text auths? :P | 08:30 |
openstackgerrit | Ann Taraday proposed openstack/octavia stable/ussuri: [Amphorav2] Healthmonitor operation minor fixes https://review.opendev.org/753969 | 08:30 |
rm_work | err | 08:31 |
rm_work | that wouldn't affect the agent since that's an haproxy bug :D | 08:31 |
rm_work | we don't do any haproxy auths | 08:32 |
rm_work | haproxy modes we suggest are PROXY and HTTPS | 08:32 |
*** rcernin has quit IRC | 08:35 | |
*** yamamoto has joined #openstack-lbaas | 08:39 | |
*** rcernin has joined #openstack-lbaas | 08:41 | |
*** rcernin has quit IRC | 08:57 | |
*** yamamoto has quit IRC | 08:58 | |
*** maciejjozefczyk has joined #openstack-lbaas | 09:06 | |
*** gryf has joined #openstack-lbaas | 09:06 | |
*** maciejjozefczyk_ has quit IRC | 09:08 | |
gryf | hi. is it intended, that having "enable_plugin octavia https://opendev.org/openstack/octavia" in my local.conf on devstack, result is inability to build amphora image? | 09:08 |
openstackgerrit | Merged openstack/octavia master: Ignore DELETED amphorae when performing certificate rotation https://review.opendev.org/753594 | 09:09 |
cgoncalves | gryf, hi. no, it should work. enabling the plugin is the right think to do and amphora image build is enabled by default. do you have logs? | 09:09 |
gryf | cgoncalves, yes, I do. give me a sec. | 09:12 |
*** spatel has joined #openstack-lbaas | 09:14 | |
gryf | cgoncalves, http://paste.openstack.org/show/798319/ and my local.conf: http://paste.openstack.org/show/798318/ | 09:17 |
*** spatel has quit IRC | 09:18 | |
*** yamamoto has joined #openstack-lbaas | 09:31 | |
cgoncalves | gryf, can you please share the rest of the stack log? | 09:31 |
gryf | cgoncalves, hm. for some reason, paste.openstack.org is truncating the logsā¦ | 09:36 |
*** yamamoto has quit IRC | 09:36 | |
gryf | cgoncalves, here is the tail of the log: http://paste.openstack.org/show/798321/ | 09:39 |
cgoncalves | gryf, thanks. so, diskimage-builder is not installed on your system. DIB was being installed as an octavia requirement, but patch https://review.opendev.org/#/c/741960/ removed that | 09:42 |
gryf | right. | 09:42 |
cgoncalves | gryf, as a quick workaround add the following to your local.conf file | 09:43 |
cgoncalves | LIBS_FROM_GIT+=diskimage-builder | 09:43 |
gryf | well, I did it manually, yet still there was issues with building the image. | 09:44 |
cgoncalves | IMO a proper fix would be to pip install requirements from octavia/diskimage-create/requirements.txt in the octavia devstack plugin right before the start of the image build | 09:45 |
cgoncalves | gryf, same error or different one? | 09:45 |
gryf | I guess so. it should be transparent for the devstack, isn't it :)? | 09:45 |
cgoncalves | I don't see diskimage-builder in LIBS_FROM_GIT in the local.conf you pasted | 09:46 |
gryf | different. | 09:46 |
cgoncalves | ok. please paste the log | 09:47 |
gryf | yes, since I don't need it explicitly. If Octavia need it, the right place for the requirement should be within Octavia, right? | 09:47 |
cgoncalves | gryf, yes. that is why I said "the proper fix would be [...] in the octavia devstack plugin" ;) | 09:48 |
gryf | ;) | 09:49 |
*** lxkong has quit IRC | 09:52 | |
*** zzzeek has quit IRC | 09:57 | |
*** zzzeek has joined #openstack-lbaas | 10:00 | |
openstackgerrit | Lingxian Kong proposed openstack/octavia stable/ussuri: Ignore DELETED amphorae when performing certificate rotation https://review.opendev.org/754056 | 10:03 |
openstackgerrit | Lingxian Kong proposed openstack/octavia stable/train: Ignore DELETED amphorae when performing certificate rotation https://review.opendev.org/754057 | 10:03 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Ensure install of diskimage-create.sh requirements https://review.opendev.org/754058 | 10:07 |
cgoncalves | gryf, see ^. untested, feedback welcome :) | 10:07 |
gryf | cgoncalves, will check, thanks! | 10:09 |
*** yamamoto has joined #openstack-lbaas | 10:24 | |
*** yamamoto has quit IRC | 10:26 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Ignore DELETED amphorae when performing certificate rotation https://review.opendev.org/754062 | 10:33 |
*** rcernin has joined #openstack-lbaas | 10:34 | |
*** salmankhan has joined #openstack-lbaas | 10:42 | |
*** yamamoto has joined #openstack-lbaas | 10:42 | |
*** maciejjozefczyk_ has joined #openstack-lbaas | 10:45 | |
*** maciejjozefczyk has quit IRC | 10:48 | |
*** yamamoto has quit IRC | 10:51 | |
*** rcernin has quit IRC | 10:56 | |
*** sapd1 has quit IRC | 11:03 | |
gryf | cgoncalves, I've tested your patch locally, didn't crash, good job ;) | 11:08 |
cgoncalves | gryf, nice! thanks for reporting this issue and testing the patch! | 11:08 |
gryf | cgoncalves, yw :) | 11:15 |
*** yamamoto has joined #openstack-lbaas | 11:29 | |
*** gcheresh has quit IRC | 11:37 | |
*** yamamoto has quit IRC | 11:40 | |
rm_work | cgoncalves: do you recall offhand, if we create the HA Port in the user's project or in Octavia's service project? | 11:46 |
cgoncalves | rm_work, service project. HA port is a provider implementation detail | 11:49 |
*** gcheresh has joined #openstack-lbaas | 12:05 | |
*** yamamoto has joined #openstack-lbaas | 12:06 | |
*** zzzeek has quit IRC | 12:09 | |
*** zzzeek has joined #openstack-lbaas | 12:12 | |
*** salmankhan has quit IRC | 12:28 | |
*** zzzeek has quit IRC | 12:40 | |
*** maciejjozefczyk has joined #openstack-lbaas | 12:41 | |
*** zzzeek has joined #openstack-lbaas | 12:42 | |
*** maciejjozefczyk_ has quit IRC | 12:44 | |
*** salmankhan has joined #openstack-lbaas | 12:44 | |
openstackgerrit | Merged openstack/octavia stable/ussuri: Fix memory consumption issues with default connection_limit https://review.opendev.org/747651 | 12:44 |
*** yamamoto has quit IRC | 12:48 | |
*** yamamoto has joined #openstack-lbaas | 12:54 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add SCTP protocol scenario tests https://review.opendev.org/738643 | 12:57 |
*** yamamoto has quit IRC | 13:03 | |
*** sapd1 has joined #openstack-lbaas | 13:15 | |
rm_work | cgoncalves: ok that is what I THOUGHT, but it looks like the HA port is ending up in the user's project O_o | 13:24 |
rm_work | and we didn't patch anything around that, so maybe it changed | 13:25 |
rm_work | gonna have to go look | 13:25 |
rm_work | johnsom: ^^ | 13:25 |
johnsom | The HA port is the VIP, which can be in the tenant if they brought their own port. | 13:26 |
johnsom | In the DB VIP table, it will be octavia_owned == 0 | 13:26 |
rm_work | right but it seems to be doing it even for non-BYOP | 13:27 |
rm_work | hmm | 13:27 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Ignore DELETED amphorae when performing certificate rotation https://review.opendev.org/754062 | 13:29 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Fix the amphora no-op driver https://review.opendev.org/754094 | 13:29 |
johnsom | https://github.com/openstack/octavia/blob/master/octavia/api/v2/controllers/load_balancer.py#L273 goes to https://github.com/openstack/octavia/blob/9d112ecec13afa42f6c498110a5530b7570cbd47/octavia/network/drivers/neutron/allowed_address_pairs.py#L450 | 13:30 |
johnsom | https://github.com/openstack/octavia/blob/9d112ecec13afa42f6c498110a5530b7570cbd47/octavia/network/drivers/neutron/allowed_address_pairs.py#L512 | 13:32 |
cgoncalves | good point the "bring your own port", I totally forgot that option | 13:35 |
*** rcernin has joined #openstack-lbaas | 13:35 | |
*** yamamoto has joined #openstack-lbaas | 13:36 | |
*** yamamoto has quit IRC | 13:45 | |
*** TrevorV has joined #openstack-lbaas | 13:46 | |
rm_work | hmmm | 13:50 |
rm_work | then wtf is going on in our env | 13:50 |
*** rcernin has quit IRC | 13:51 | |
*** ataraday_ has quit IRC | 14:07 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/ussuri: Fix AttributeError on TLS-enabled pool provisioning https://review.opendev.org/754107 | 14:11 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/ussuri: Fix backend certificate file paths https://review.opendev.org/754108 | 14:11 |
*** maciejjozefczyk_ has joined #openstack-lbaas | 14:25 | |
johnsom | The vip has to be tenant owned to allow floating ips | 14:26 |
*** maciejjozefczyk has quit IRC | 14:27 | |
*** gcheresh has quit IRC | 14:56 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add SCTP protocol scenario tests https://review.opendev.org/738643 | 15:20 |
*** ramishra has quit IRC | 15:26 | |
*** gcheresh has joined #openstack-lbaas | 15:30 | |
*** yamamoto has joined #openstack-lbaas | 15:43 | |
*** yamamoto has quit IRC | 15:50 | |
*** ramishra has joined #openstack-lbaas | 16:12 | |
rm_work | johnsom: ok, so then *all* vips ARE in the tenant project? | 16:13 |
rm_work | regardless of whether they "brought their own port" or not | 16:14 |
johnsom | Yes | 16:14 |
rm_work | ok. i'm not crazy, thanks | 16:14 |
rm_work | writing some auditing stuff | 16:14 |
rm_work | I found a TON of old vrrp ports | 16:14 |
rm_work | there was a leak somewhere... at some point | 16:14 |
rm_work | hmm almost all of them created around the same time, so guessing it was something with maybe a bug in failover code at some point? | 16:16 |
rm_work | though... hmm | 16:16 |
rm_work | yeah almost all in june | 16:16 |
*** spatel has joined #openstack-lbaas | 16:16 | |
rm_work | ... some from august tho | 16:16 |
johnsom | Well, I have seen this issue too, where sometimes nova deletes them with the vm, sometimes not. We have code in to try to delete them anyway to catch the times they don't go away if I remember right | 16:17 |
rm_work | hmm | 16:18 |
rm_work | even one from september | 16:18 |
johnsom | Sorry I wasn't clear enough earlier. The quality of my answers degrades with the hour in the morning of the response. lol | 16:18 |
rm_work | yeah, this is cementing my theory that we should provide some auditing code, if only for testing purposes for ourselves | 16:18 |
rm_work | I've got something in progress | 16:19 |
rm_work | just like a ... contrib script | 16:19 |
rm_work | calculating what objects should exist given the LBs/amps present, and then checking against that list to see what the deltas are, missing/extra objects | 16:19 |
johnsom | The new LB failover will clean them up now as well, so that helps, but yeah, an audit script would be nice too. | 16:20 |
rm_work | no extra servers (good!) ... some extra SGs, lots of extra ports | 16:20 |
rm_work | and some missing too <_< but those all line up with ERROR LBs :P | 16:20 |
*** gcheresh has quit IRC | 16:21 | |
rm_work | hmmm the VRRP ports SHOULD be bound/UP I think | 16:28 |
johnsom | Yes, they must be | 16:31 |
*** gcheresh has joined #openstack-lbaas | 16:31 | |
rm_work | a start: http://paste.openstack.org/show/798348/ | 16:41 |
*** servagem has quit IRC | 16:44 | |
johnsom | The tricky part is appropriately handling objects that are legitimately transitioning. | 16:46 |
rm_work | well that only finds vrrp ports that are unbound, and don't have amps that exist | 16:46 |
rm_work | or SGs that exist for LBs that don't | 16:47 |
rm_work | it'd ignore anything in a PENDING state, I think | 16:47 |
rm_work | since it'd still qualify as "expected" | 16:47 |
johnsom | Right | 16:47 |
*** gcheresh has quit IRC | 16:49 | |
rm_work | is there a way to see what's using a SG? | 16:49 |
rm_work | or is that a whole ball of FUBAR | 16:49 |
johnsom | Walk the ports | 16:49 |
rm_work | lol | 16:49 |
rm_work | spectacular | 16:49 |
johnsom | At least that used to be the way it was | 16:49 |
*** spatel has quit IRC | 16:50 | |
rm_work | sounds right | 16:50 |
johnsom | You might want a "dry run" option in there that doesn't go straight to delete. | 16:52 |
*** servagem has joined #openstack-lbaas | 16:55 | |
rm_work | lol yeah | 16:57 |
rm_work | this is prototype | 16:57 |
rm_work | i'm debugging as my dry-run :D | 16:57 |
*** salmankhan has quit IRC | 17:06 | |
*** ccamposr__ has joined #openstack-lbaas | 17:07 | |
*** ccamposr has quit IRC | 17:09 | |
*** Cirillo has joined #openstack-lbaas | 17:48 | |
openstackgerrit | Merged openstack/octavia master: Fix building Ubuntu 20.04 focal amphorae https://review.opendev.org/722542 | 18:11 |
*** ccamposr__ has quit IRC | 18:15 | |
*** ccamposr has joined #openstack-lbaas | 18:16 | |
*** maciejjozefczyk_ has quit IRC | 18:51 | |
*** Cirillo has quit IRC | 19:10 | |
*** openstackgerrit has quit IRC | 19:14 | |
*** lxkong has joined #openstack-lbaas | 19:32 | |
*** TrevorV has quit IRC | 19:35 | |
*** yamamoto has joined #openstack-lbaas | 19:48 | |
*** yamamoto has quit IRC | 19:52 | |
*** lemko has quit IRC | 19:57 | |
*** lemko has joined #openstack-lbaas | 19:57 | |
*** zzzeek has quit IRC | 20:12 | |
*** zzzeek has joined #openstack-lbaas | 20:14 | |
*** zzzeek has quit IRC | 20:18 | |
*** zzzeek has joined #openstack-lbaas | 20:20 | |
*** zzzeek has quit IRC | 20:25 | |
*** zzzeek has joined #openstack-lbaas | 20:26 | |
*** zzzeek has quit IRC | 20:30 | |
*** zzzeek has joined #openstack-lbaas | 20:33 | |
*** zzzeek has quit IRC | 20:43 | |
*** zzzeek has joined #openstack-lbaas | 20:46 | |
*** zzzeek has quit IRC | 20:51 | |
*** ccamposr has quit IRC | 20:51 | |
*** ccamposr has joined #openstack-lbaas | 20:52 | |
*** zzzeek has joined #openstack-lbaas | 20:53 | |
*** ccamposr has quit IRC | 20:54 | |
*** ccamposr has joined #openstack-lbaas | 20:54 | |
*** gcheresh has joined #openstack-lbaas | 21:05 | |
*** gcheresh has quit IRC | 21:09 | |
*** gthiemonge has quit IRC | 21:11 | |
*** gthiemonge has joined #openstack-lbaas | 21:11 | |
*** ccamposr has quit IRC | 21:11 | |
*** ccamposr has joined #openstack-lbaas | 21:11 | |
*** ccamposr__ has joined #openstack-lbaas | 21:23 | |
*** ccamposr has quit IRC | 21:24 | |
*** ccamposr has joined #openstack-lbaas | 21:46 | |
*** ccamposr__ has quit IRC | 21:48 | |
*** yamamoto has joined #openstack-lbaas | 21:49 | |
*** yamamoto has quit IRC | 21:53 | |
*** ccamposr has quit IRC | 21:55 | |
*** ccamposr__ has joined #openstack-lbaas | 21:55 | |
*** ccamposr__ has quit IRC | 21:59 | |
*** ccamposr has joined #openstack-lbaas | 22:05 | |
*** ccamposr has quit IRC | 22:06 | |
*** ccamposr has joined #openstack-lbaas | 22:06 | |
*** yamamoto has joined #openstack-lbaas | 22:13 | |
*** ccamposr has quit IRC | 22:18 | |
*** zzzeek has quit IRC | 22:24 | |
*** zzzeek has joined #openstack-lbaas | 22:25 | |
*** openstackgerrit has joined #openstack-lbaas | 22:38 | |
openstackgerrit | Merged openstack/octavia master: Ensure install of diskimage-create.sh requirements https://review.opendev.org/754058 | 22:38 |
johnsom | Oye, finally | 22:38 |
*** vishalmanchanda has quit IRC | 22:39 | |
*** zzzeek has quit IRC | 22:44 | |
*** zzzeek has joined #openstack-lbaas | 22:46 | |
*** rcernin has joined #openstack-lbaas | 22:58 | |
*** ccamposr has joined #openstack-lbaas | 23:10 | |
*** rcernin has quit IRC | 23:14 | |
*** rcernin has joined #openstack-lbaas | 23:14 | |
sorrison | rm_work: so applied that patch last night, this morning we've had no amps in ERROR and we usually do, so far so good | 23:22 |
rm_work | woot | 23:26 |
rm_work | you were seeing it DAILY? lol | 23:26 |
rm_work | it's going out to prod as we speak for me | 23:27 |
rm_work | so i'll know by end of next week prolly | 23:27 |
rm_work | with at least minimal confidence | 23:27 |
johnsom | Which patch? | 23:30 |
rm_work | the master version of https://review.opendev.org/754062 | 23:36 |
johnsom | Ah | 23:36 |
*** zzzeek has quit IRC | 23:43 | |
*** zzzeek has joined #openstack-lbaas | 23:45 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!