*** threestrands has joined #openstack-lbaas | 00:10 | |
rm_work | I mean, what is that looking for? If it's an internal tempest test thing (like testing flavor creation) we don't need it to be configurable, we can just generate some random description | 00:12 |
---|---|---|
rm_work | And if it's testing something external... What? | 00:13 |
rm_work | And wait, is that expecting it as the name or as the description? I'm confused | 00:14 |
johnsom | It is testing the flavor profile api. | 00:29 |
johnsom | It is an octavi.conf setting exposed via the api | 00:30 |
*** ysandeep has joined #openstack-lbaas | 00:32 | |
*** yamamoto has joined #openstack-lbaas | 00:32 | |
*** ricolin_ has joined #openstack-lbaas | 00:58 | |
rm_work | johnsom: right so if it's testing that api... we can list, save the list, create one, list, expect the new one to be added in the list, get the new one explicitly, check it, delete it | 01:08 |
rm_work | we don't need to have the operator configure tempest to expect whatever is currently in their env? | 01:08 |
rm_work | just seems weirdly fragile | 01:08 |
rm_work | to expect some exact existing *description* | 01:09 |
rm_work | if you think it isn't, and you tell me right now "this is the way we should do it", then i'll change my vote, but it just feels awkward | 01:10 |
johnsom | We can’t control oslo config from tempest right? | 01:16 |
*** abaindur has quit IRC | 01:50 | |
*** ysandeep has quit IRC | 02:36 | |
johnsom | rm_work how do we create an oslo_config record in the API process from tempest? | 02:40 |
rm_work | Err? A flavor isny an oslo_config record? | 02:43 |
rm_work | *isn't | 02:43 |
rm_work | Aren't they just DB entries with an API? | 02:44 |
johnsom | What that test is looking at is static records configured in the octavia.conf | 02:45 |
rm_work | Ah I missed the line where you said it's an octavia.conf entry -- but... It isn't? Is it? Why would a flavor profile be a config record | 02:45 |
rm_work | All the flavor stuff is API created in the DB I thought | 02:45 |
rm_work | And if it isn't... Why the heck isnt it? | 02:45 |
rm_work | I feel like maybe I missed that patch chain or else totally missed understanding this part if I did review it... | 02:46 |
johnsom | Ah, no this is not in octavia.conf, I'm thinking of another patch. This is defined by the provider driver. | 02:47 |
johnsom | It's in the code here: https://github.com/openstack/octavia/blob/master/octavia/api/drivers/amphora_driver/flavor_schema.py | 02:49 |
rm_work | Ok so could you move that to a constant and use the constant as a default then | 02:50 |
rm_work | If it's really defined by us in code | 02:50 |
johnsom | I made it a config as the amphora driver may not be enabled in the cloud under test | 02:50 |
rm_work | Do we import other Octavia constants to use? Hmmm | 02:50 |
johnsom | Other drivers will have other strings | 02:52 |
rm_work | Yeah so leave it as a config | 02:53 |
*** hongbin has joined #openstack-lbaas | 02:53 | |
rm_work | But use the same constant as the default that actually defines it? | 02:53 |
rm_work | Or else we just admit this is a little janky but we don't want to change it and I'll just +2 I guess, lol | 02:54 |
johnsom | It's two different repos, so it can't point to the same code. | 02:55 |
johnsom | I agree it is a bit annoying, but I'm not sure how to test that API another way | 02:56 |
johnsom | I guess we could blind check that there is "a" string in each field | 03:00 |
*** threestrands has quit IRC | 03:30 | |
*** threestrands has joined #openstack-lbaas | 03:30 | |
*** threestrands has quit IRC | 03:31 | |
*** hongbin has quit IRC | 03:34 | |
*** psachin has joined #openstack-lbaas | 03:37 | |
*** ramishra has joined #openstack-lbaas | 04:00 | |
*** abaindur has joined #openstack-lbaas | 04:34 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/octavia master: Add install guide for Ubuntu https://review.opendev.org/672842 | 04:57 |
*** gcheresh has joined #openstack-lbaas | 04:59 | |
*** ricolin__ has joined #openstack-lbaas | 05:21 | |
*** ricolin_ has quit IRC | 05:24 | |
*** yamamoto has quit IRC | 05:26 | |
*** yamamoto has joined #openstack-lbaas | 05:27 | |
*** gcheresh has quit IRC | 05:32 | |
*** gcheresh has joined #openstack-lbaas | 05:38 | |
*** vishalmanchanda has joined #openstack-lbaas | 05:53 | |
*** ataraday has quit IRC | 06:04 | |
*** maciejjozefczyk has joined #openstack-lbaas | 06:30 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia-dashboard master: Imported Translations from Zanata https://review.opendev.org/673409 | 06:45 |
*** abaindur has quit IRC | 06:52 | |
*** rpittau|afk is now known as rpittau | 06:58 | |
*** abaindur has joined #openstack-lbaas | 07:00 | |
*** rcernin has quit IRC | 07:02 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Add support for monitor_{address,port} in UDP members https://review.opendev.org/661308 | 07:05 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Fixed pool and members status with UDP loadbalancers https://review.opendev.org/661309 | 07:05 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Fixed down server issue after reloading keepalived https://review.opendev.org/661310 | 07:05 |
*** lemko has joined #openstack-lbaas | 07:06 | |
*** tesseract has joined #openstack-lbaas | 07:11 | |
*** ccamposr has joined #openstack-lbaas | 07:33 | |
*** ccamposr__ has joined #openstack-lbaas | 07:33 | |
*** ccamposr has quit IRC | 07:33 | |
*** ricolin__ is now known as ricolin | 07:44 | |
*** ivve has joined #openstack-lbaas | 07:49 | |
*** happyhemant has joined #openstack-lbaas | 08:12 | |
*** abaindur has quit IRC | 08:15 | |
*** ivve has quit IRC | 08:48 | |
openstackgerrit | pengyuesheng proposed openstack/octavia-lib master: Blacklist sphinx 2.1.0 (autodoc bug) https://review.opendev.org/672878 | 08:59 |
*** tkajinam has quit IRC | 09:03 | |
*** ivve has joined #openstack-lbaas | 09:17 | |
rm_work | johnsom: sounds like "yeah yeah it's janky, +2 it already" which ... sure, I guess whatev :P | 09:42 |
*** sapd1_x has joined #openstack-lbaas | 10:02 | |
*** sapd1_x has quit IRC | 10:22 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Add support for monitor_{address,port} in UDP members https://review.opendev.org/661308 | 10:32 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Fixed pool and members status with UDP loadbalancers https://review.opendev.org/661309 | 10:32 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Fixed down server issue after reloading keepalived https://review.opendev.org/661310 | 10:32 |
*** yamamoto has quit IRC | 10:32 | |
rm_work | cgoncalves: could you revisit https://review.opendev.org/662246 ? | 10:42 |
*** ataraday has joined #openstack-lbaas | 10:43 | |
rm_work | gthiemonge: cool, will revisit those patches later today | 10:52 |
openstackgerrit | Merged openstack/octavia-lib master: Add get methods to the driver-lib https://review.opendev.org/665027 | 10:55 |
openstackgerrit | Merged openstack/python-octaviaclient master: Adds "unset" action to the healthmonitor command https://review.opendev.org/662246 | 10:58 |
openstackgerrit | Merged openstack/python-octaviaclient master: Adds "unset" action to the flavor command https://review.opendev.org/662348 | 10:58 |
openstackgerrit | Merged openstack/python-octaviaclient master: Adds "unset" action to the l7policy command https://review.opendev.org/662518 | 10:59 |
openstackgerrit | Merged openstack/python-octaviaclient master: Adds "unset" action to the l7rule command https://review.opendev.org/662540 | 11:00 |
openstackgerrit | Merged openstack/python-octaviaclient master: Adds "unset" action to the quota command https://review.opendev.org/662588 | 11:00 |
cgoncalves | all unset patches merged | 11:01 |
*** lemko has quit IRC | 11:03 | |
*** yamamoto has joined #openstack-lbaas | 11:12 | |
*** yamamoto has quit IRC | 11:18 | |
*** yamamoto has joined #openstack-lbaas | 11:19 | |
rm_work | cgoncalves: noice | 11:20 |
*** mkuf has joined #openstack-lbaas | 11:29 | |
*** ramishra has quit IRC | 11:35 | |
*** ramishra has joined #openstack-lbaas | 11:46 | |
*** boden has joined #openstack-lbaas | 11:47 | |
*** yamamoto has quit IRC | 11:57 | |
*** yamamoto has joined #openstack-lbaas | 12:12 | |
*** yamamoto has quit IRC | 12:17 | |
*** psachin has quit IRC | 12:25 | |
*** maciejjozefczyk has quit IRC | 12:25 | |
*** maciejjozefczyk has joined #openstack-lbaas | 12:27 | |
*** ricolin has quit IRC | 12:35 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Convert pool flows to use dicts https://review.opendev.org/665381 | 12:36 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Transition amphora flows to dicts https://review.opendev.org/668898 | 12:36 |
*** yamamoto has joined #openstack-lbaas | 12:37 | |
openstackgerrit | Merged openstack/octavia master: Bump the openstackdocstheme extension to 1.20 https://review.opendev.org/670986 | 12:38 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: [WIP] Lb flows to dicts https://review.opendev.org/671725 | 12:39 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: [WIP] Jobboard based controller https://review.opendev.org/647406 | 13:06 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Transition member flows to use dicts https://review.opendev.org/657842 | 13:11 |
*** gcheresh has quit IRC | 13:17 | |
*** goldyfruit has joined #openstack-lbaas | 13:24 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Fix multi-listener load balancers https://review.opendev.org/673518 | 13:28 |
cgoncalves | just a few file conflicts | 13:28 |
*** ysandeep has joined #openstack-lbaas | 13:33 | |
*** yamamoto has quit IRC | 13:33 | |
rm_work | i am so ... concerned | 13:34 |
rm_work | about this backport | 13:34 |
rm_work | but I am always the one who is like "yeah whatever, we can backport that" so not going to complain :D | 13:35 |
openstackgerrit | Sandeep Yadav proposed openstack/octavia master: Correcting typo in received spelling https://review.opendev.org/673521 | 13:35 |
*** yamamoto has joined #openstack-lbaas | 13:36 | |
*** yamamoto has quit IRC | 13:36 | |
*** gcheresh has joined #openstack-lbaas | 13:37 | |
*** yamamoto has joined #openstack-lbaas | 13:37 | |
*** yamamoto has quit IRC | 13:42 | |
bcafarel | first time I see a backport where the conflict lines list does not fit the view indeed :) | 14:02 |
*** rpittau is now known as rpittau|afk | 14:02 | |
*** lemko has joined #openstack-lbaas | 14:09 | |
*** ysandeep has quit IRC | 14:15 | |
*** yamamoto has joined #openstack-lbaas | 14:19 | |
*** Vorrtex has joined #openstack-lbaas | 14:25 | |
*** yamamoto has quit IRC | 14:28 | |
rm_work | +4030, -2866 | 14:47 |
rm_work | nice backport <_< | 14:48 |
rm_work | very simple | 14:48 |
colin- | quite | 14:48 |
*** takamatsu has joined #openstack-lbaas | 14:54 | |
*** gcheresh has quit IRC | 14:58 | |
*** ricolin has joined #openstack-lbaas | 15:14 | |
cgoncalves | is there such a thing as a test (not job) timeout in tempest? | 15:26 |
johnsom | Yes, I think so | 15:28 |
cgoncalves | ok, that is the only possible reason I can find that would explain the scalability test entering cleanup -- https://review.opendev.org/#/c/669541/ | 15:29 |
johnsom | Oh, there are a bunch of issues there. I marked it WIP | 15:30 |
johnsom | Yeah, that is hitting a timeout of some sort, but I haven't figured out which one / where. | 15:31 |
cgoncalves | looking for the same | 15:31 |
colin- | is the new process named "driver-agent" similar to "worker" and "api"? | 15:46 |
johnsom | It is a partner process to the API. It should run co-located with the API. It is there to support provider drivers. | 15:47 |
colin- | oh i phrased that ambiguously, i wanted to validate its name | 15:47 |
colin- | the upgrade note was nice and clear about its role | 15:47 |
johnsom | Oh, on devstack it is o-da. In other places... I'm not sure what it is called off my head. | 15:48 |
colin- | works for me | 15:49 |
johnsom | octavia-driver-agent | 15:50 |
johnsom | That looks to be the command name setup utils creates | 15:50 |
cgoncalves | in TripleO land, the container is named "octavia-driver-agent" | 15:50 |
colin- | last Q: i didn't see a bind port for the driver_agent in https://docs.openstack.org/octavia/stein/configuration/configref.html#driver-agent | 15:51 |
colin- | does it need to expose any tcp/udp listener? | 15:51 |
johnsom | It doesn't listen on any network ports right now. It communicates over Unix domain sockets and calls out to the DB | 15:51 |
colin- | got it, thanks | 15:52 |
colin- | i lied; last, last Q: if i'm running these in containers and add a volume to the driver-agent for /var/run/octavia/status.sock and the stats.sock, i'll also want the other four services (also in containers) to mount that volume (they run on a common compute) right? | 15:56 |
johnsom | No worries, questions are good. | 15:56 |
johnsom | Bonus points if you write up a FAQ. grin | 15:56 |
johnsom | It's best if you don't do per-socket-file as we will add sockets (lib-getter is coming soonish). The only processes that need those are the API and the driver-agent | 15:57 |
johnsom | The rest don't need access to that | 15:57 |
colin- | i wondered which actually need it as i only saw the socket path mentioned in the dirver-agent config settings and not the other services | 15:58 |
colin- | perhaps just all of /var/run/octavia then to the api and driver-agent containers | 15:59 |
johnsom | cgoncalves https://opendev.org/openstack/tempest/src/branch/master/tempest/lib/base.py#L47 | 15:59 |
johnsom | colin- In container speak-ish, the driver-agent is a sidecar to the API. | 16:00 |
johnsom | I don't know, it seems like all of the container terms are overloaded and mis-used. | 16:01 |
cgoncalves | johnsom, wow, nicely done! | 16:01 |
cgoncalves | https://opendev.org/openstack/tempest/src/branch/master/tox.ini#L61 | 16:01 |
cgoncalves | 20 minutes timeout | 16:02 |
johnsom | So the magic question is how fine grained we can adjust that. Do we really want to extend it for all of the tests? probably not | 16:03 |
johnsom | Maybe we set the listener count to configurable, something smaller for the normal gates, then do a periodic that does 1,000's? | 16:06 |
johnsom | Ideally we would test up to the 65k limit | 16:06 |
cgoncalves | 65k listeners? brave!! | 16:07 |
cgoncalves | probably that is our best option, yes | 16:07 |
johnsom | Well, it *should* work, so why not prove it | 16:07 |
johnsom | You know someone is going to do it. Like some game developer..... | 16:08 |
johnsom | grin | 16:08 |
cgoncalves | ah, doesn't the API support full LB tree create? | 16:08 |
cgoncalves | lol, yeah, those guys ;) | 16:09 |
johnsom | It does. I thought about that. I had it do them individually to test this one failure case, but maybe a hybrid is the right answer. | 16:09 |
cgoncalves | also LB delete cascade | 16:09 |
cgoncalves | maybe we have good chances to create 65k listeners ;) | 16:10 |
johnsom | cgoncalves Do you want to run with that test patch and propose how we should run it? | 16:13 |
cgoncalves | I sense a trap in that question | 16:15 |
* johnsom this is not the trap you are looking for..... | 16:15 | |
johnsom | I remember long ago you advised me to delegate more.... | 16:16 |
cgoncalves | woah! https://review.opendev.org/#/c/673518/ passed at first run | 16:16 |
*** ajay33 has joined #openstack-lbaas | 16:19 | |
ajay33 | Hi, | 16:19 |
johnsom | ajay33 Hi | 16:20 |
* ajay33 Can you let me know the use of line number 488 (dhclient -v o-hm0) ? | 16:21 | |
johnsom | Ah, ok. So in devstack (other ways to deploy may not use this), we create an interface, o-hm0, on the lb-mgmt-net for the control plane processes to access the lb-mgmt-net. | 16:22 |
ajay33 | I am doing manual installation and current not getting IP of the above command (dhclient -v o-hm0) mentioned in pulgin.sh file | 16:22 |
johnsom | The way the devstack script creates the lb-mgmt-net is to have DHCP enabled on it. So, the "dhclient" call is configuring this o-hm0 port to get an IP address from the neutron DHCP process. | 16:23 |
johnsom | Check the subnet you are using for o-hm0. Make sure neutron has it as dhcp enabled. | 16:23 |
ajay33 | I am searching, how to check this and will let you know. | 16:28 |
ajay33 | JFYI, my neutron-dhcp agent is running fine. | 16:28 |
ajay33 | I just want to confirm one more this, the port I had created (using command mentioned on line number 368 of pugin.sh) is in DOWN state, Is this can be a possible reason for dhclient is not able to assign IP to my o-hm0? | 16:32 |
*** trident has quit IRC | 16:32 | |
johnsom | When you do an "openstack subnet show <id>" it should have a row for that | 16:35 |
johnsom | Ah, it should not be in a down state. That is likely your issue | 16:36 |
*** trident has joined #openstack-lbaas | 16:37 | |
ajay33 | @johnsom, yes DHCP is enabled on my subnet. I had confirmed it using openstack subnet show command | 16:39 |
cgoncalves | check if the o-hm0 neutron port is bound with "openstack port show <PORT_ID>" | 16:43 |
cgoncalves | if it is not, it is likely that the o-hm0 is not attached to OVS with all the necessary information | 16:44 |
ajay33 | I had tried to update the port status using "neutron port-update" command, but it returning "Cannot update read-only attribute status" | 16:44 |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Adds provider flavor capabilities API tests https://review.opendev.org/631113 | 16:45 |
cgoncalves | ajay33, right, you should not do that | 16:46 |
johnsom | Yeah, if it is admin-state-up True, that is all you can do from the API. You would need to figure out why the port is not able to come up in neutron. | 16:46 |
cgoncalves | https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L376 | 16:47 |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Add a flavor to the load balancer CRUD scenarios https://review.opendev.org/631353 | 16:52 |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Add amphora update service client and API test https://review.opendev.org/633295 | 16:53 |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Add amphora failover API test https://review.opendev.org/633614 | 16:53 |
ajay33 | @cgoncalves, I had check the command "openstack port show 7a4f1d2b-197b-4a5b-a9a3-f3b0b83c1ef7 | grep "o-hm0"" and getting NO Output.. | 16:53 |
ajay33 | Is my o-hm0 is not attached to OVS? | 16:53 |
johnsom | Ok, merge conflicts and rebases done on that chain | 16:53 |
*** goldyfruit has quit IRC | 16:53 | |
*** shubjero has quit IRC | 16:57 | |
*** shubjero has joined #openstack-lbaas | 16:59 | |
cgoncalves | ajay33, I'm not sure how you created the neutron port. in devstack at least, the neutron port does not contain the "o-hm0" string anywhere | 17:07 |
cgoncalves | ajay33, do a port show and check for the binding parameter. | 17:07 |
cgoncalves | if you can, share the output as well as the 'ovs-vsctl add-port' command you used to create the port (if you're deploying similarly to how the devstack plugin does it) | 17:11 |
*** ricolin has quit IRC | 17:11 | |
ajay33 | In my setup, I am using linux bridge with ml2. | 17:13 |
ajay33 | I will paste the output. of that port. | 17:14 |
cgoncalves | ah, ok. I've never tried with ML2/Linuxbridge | 17:14 |
johnsom | With linux bride you don't follow the OVS steps. Double check that your bridge is up and you need to manually up the bridge interface. | 17:16 |
johnsom | https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L377 | 17:17 |
*** eandersson has joined #openstack-lbaas | 17:20 | |
*** tesseract has quit IRC | 17:34 | |
openstackgerrit | Andreas Jaeger proposed openstack/octavia-dashboard master: Update api-ref location https://review.opendev.org/673602 | 17:55 |
ajay33 | @johnsom my linux bridge is UP. I had confirmed this | 18:06 |
openstackgerrit | Merged openstack/octavia-dashboard master: Imported Translations from Zanata https://review.opendev.org/673409 | 18:09 |
openstackgerrit | Merged openstack/octavia-dashboard master: Update api-ref location https://review.opendev.org/673602 | 18:19 |
*** yamamoto has joined #openstack-lbaas | 18:27 | |
*** yamamoto has quit IRC | 18:31 | |
*** boden has quit IRC | 19:05 | |
*** lemko has quit IRC | 19:07 | |
*** boden has joined #openstack-lbaas | 19:09 | |
openstackgerrit | Merged openstack/octavia master: Fix l7rule API handling of None updates https://review.opendev.org/662569 | 19:19 |
openstackgerrit | Merged openstack/octavia-lib master: Bump the openstackdocstheme extension to 1.20 https://review.opendev.org/672879 | 19:19 |
*** abaindur has joined #openstack-lbaas | 19:44 | |
*** abaindur has quit IRC | 19:46 | |
*** abaindur has joined #openstack-lbaas | 19:46 | |
*** ramishra has quit IRC | 20:15 | |
*** boden has quit IRC | 20:15 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-lib master: Add constants to octavia-lib https://review.opendev.org/673681 | 20:29 |
*** vishalmanchanda has quit IRC | 20:32 | |
*** numans has quit IRC | 20:36 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix a unit test for new octavia-lib https://review.opendev.org/673687 | 20:52 |
johnsom | ^^^ That one was my bad. We should merge it soonish | 20:52 |
*** Vorrtex has quit IRC | 21:25 | |
*** maciejjozefczyk has quit IRC | 21:41 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-lib master: Add constants to octavia-lib https://review.opendev.org/673681 | 21:42 |
*** JayF has joined #openstack-lbaas | 21:45 | |
*** ivve has quit IRC | 22:23 | |
*** ajay33 has quit IRC | 22:25 | |
*** yamamoto has joined #openstack-lbaas | 22:29 | |
*** yamamoto has quit IRC | 22:33 | |
*** tkajinam has joined #openstack-lbaas | 22:57 | |
*** rcernin has joined #openstack-lbaas | 23:01 | |
*** yamamoto has joined #openstack-lbaas | 23:11 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-lib master: Add constants to octavia-lib https://review.opendev.org/673681 | 23:23 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Lookup interfaces by MAC directly https://review.opendev.org/673337 | 23:40 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix L7 repository create methods https://review.opendev.org/673154 | 23:40 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix provider driver utils https://review.opendev.org/673155 | 23:40 |
johnsom | These dependency chains are getting insane | 23:44 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add get method support to the driver-agent https://review.opendev.org/665029 | 23:44 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add get method support to the driver-agent https://review.opendev.org/665029 | 23:47 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Move to using octavia-lib constants https://review.opendev.org/673712 | 23:52 |
johnsom | That was painful | 23:53 |
johnsom | Ok, so cleaned up a bit of tech debt... | 23:54 |
openstackgerrit | Michael Johnson proposed openstack/octavia-lib master: Blacklist sphinx 2.1.0 (autodoc bug) https://review.opendev.org/672878 | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!