*** Vorrtex has quit IRC | 00:34 | |
openstackgerrit | Merged openstack/octavia master: Remove v1 API and associated code https://review.opendev.org/656707 | 01:14 |
---|---|---|
sapd1 | Please review boot amphora from volume patch. :) | 01:20 |
openstackgerrit | qian wang proposed openstack/octavia master: Modify README.rst and tox.ini Replace openstack.org URLs with opendev.org URLs https://review.opendev.org/658944 | 01:37 |
*** hongbin has joined #openstack-lbaas | 01:49 | |
openstackgerrit | Merged openstack/octavia stable/stein: Bandit test exclusions syntax change https://review.opendev.org/658763 | 01:51 |
openstackgerrit | Merged openstack/octavia stable/rocky: Bandit test exclusions syntax change https://review.opendev.org/658764 | 01:51 |
openstackgerrit | Merged openstack/octavia master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/655042 | 01:58 |
*** sapd1_x has joined #openstack-lbaas | 03:46 | |
*** ricolin has joined #openstack-lbaas | 03:58 | |
*** ivve has quit IRC | 04:10 | |
*** yamamoto has joined #openstack-lbaas | 04:20 | |
*** pcaruana|afk| has joined #openstack-lbaas | 04:25 | |
*** hongbin has quit IRC | 04:29 | |
*** pcaruana|afk| has quit IRC | 04:35 | |
*** yamamoto has quit IRC | 05:11 | |
*** ivve has joined #openstack-lbaas | 05:13 | |
*** yamamoto has joined #openstack-lbaas | 05:13 | |
openstackgerrit | melissaml proposed openstack/octavia master: Rename review.openstack.org to review.opendev.org https://review.opendev.org/658565 | 05:29 |
*** vishalmanchanda has joined #openstack-lbaas | 05:35 | |
*** ccamposr has quit IRC | 06:03 | |
*** ccamposr has joined #openstack-lbaas | 06:03 | |
*** gthiemonge has joined #openstack-lbaas | 06:31 | |
cgoncalves | what a wonderful morning! I wake up to see neutron-lbaas is no more :) | 06:38 |
*** gcheresh has joined #openstack-lbaas | 06:40 | |
*** yboaron has joined #openstack-lbaas | 06:58 | |
*** yboaron_ has joined #openstack-lbaas | 07:00 | |
*** yboaron has quit IRC | 07:03 | |
*** tesseract has joined #openstack-lbaas | 07:05 | |
*** rcernin has quit IRC | 07:06 | |
*** pcaruana has joined #openstack-lbaas | 07:12 | |
cgoncalves | rm_work, you've earned the award of top neutron-lbaas contributor in lines of code category \o/ | 07:20 |
cgoncalves | https://www.stackalytics.com/?release=all&module=neutron-lbaas&metric=loc | 07:20 |
rm_work | Rofl | 07:22 |
rm_work | Good cycle to get ptl guess 💪 | 07:23 |
*** rpittau|afk is now known as rpittau | 07:32 | |
*** yboaron_ has quit IRC | 07:35 | |
*** yboaron_ has joined #openstack-lbaas | 07:35 | |
*** ataraday has quit IRC | 07:45 | |
*** yboaron_ has quit IRC | 08:05 | |
*** luksky has joined #openstack-lbaas | 08:24 | |
luksky | hi, I have octavia version 4.0.0 - octavia-health-manager eats all available memory, did You observe such behavior ? | 08:26 |
*** ataraday has joined #openstack-lbaas | 08:30 | |
*** happyhemant has joined #openstack-lbaas | 08:31 | |
*** yboaron_ has joined #openstack-lbaas | 08:36 | |
rm_work | i always forget what the version numbers are... | 08:41 |
rm_work | is that rocky or stein? | 08:41 |
*** yboaron_ has quit IRC | 08:42 | |
rm_work | there are some changes coming for optimizations for the HM, but i don't think it should ever be quite so bad | 08:42 |
rm_work | luksky: firstly, what is "all memory"? is this like a 4GB VM, or a 128GB baremetal server? | 08:42 |
*** yboaron_ has joined #openstack-lbaas | 08:42 | |
luksky | 4GB VM :) | 08:50 |
luksky | and there is only one LB created, with two members in pool | 08:50 |
luksky | it is taken from pip install, I assume it is stable stein | 08:51 |
zigo | Hi there! | 09:08 |
zigo | I finally have Octavia working on my Debian setup. | 09:08 |
zigo | I spent hours, days, weeks, etc. to find out what the final issue is. | 09:09 |
zigo | Finally, I had this wrong directive in octavia.conf: | 09:09 |
zigo | [certificates]/ca_certificates_file instead of ca_certificates | 09:09 |
zigo | So, octavia generates ca_certificates_file, but it doesn't seem like that what's needed. | 09:09 |
zigo | IMO, that's a bug. | 09:09 |
zigo | Now, I'm finalizing creating the Debian amphora... | 09:10 |
*** ricolin has quit IRC | 09:14 | |
*** yamamoto has quit IRC | 09:35 | |
*** yamamoto has joined #openstack-lbaas | 09:40 | |
luksky | rm_work: did You encounter such behavior ? | 09:51 |
*** yamamoto has quit IRC | 09:58 | |
rm_work | luksky: it's possible that it could take that much, yes | 10:02 |
rm_work | it does run a lot of threads by default | 10:02 |
rm_work | you could try reducing that (it is a config value) and see if it has a noticable effect on memory usage | 10:02 |
luksky | ok, but on 2.0.1 it takes 'only' about 800-900 MB | 10:02 |
*** yamamoto has joined #openstack-lbaas | 10:02 | |
luksky | ok, will try thx | 10:02 |
*** yamamoto has quit IRC | 10:02 | |
rm_work | zigo: hmm, i'll look at that... but the config is generated using oslo directly from our config.py I think, so not sure how it'd be wrong | 10:03 |
*** yamamoto has joined #openstack-lbaas | 10:03 | |
zigo | rm_work: Exactly, and that's what made me so confused... | 10:03 |
rm_work | hmm, yeah, it should be ca_certificates_file | 10:03 |
rm_work | we don't reference just `ca_certificates` anywhere | 10:04 |
*** yamamoto has quit IRC | 10:07 | |
zigo | rm_work: Well, using ca_certificates_file -> didn't work | 10:07 |
zigo | Using ca_certificates -> worked | 10:07 |
rm_work | if that's the case, then removing it entirely should also work | 10:07 |
zigo | With _file, I had SSL_VERIFICATION_FAILED in octavia-worker. | 10:07 |
rm_work | ah yes | 10:08 |
rm_work | then removing it entirely would work | 10:08 |
rm_work | all you've done is change it to an invalid variable name | 10:08 |
rm_work | so it's not read | 10:08 |
zigo | In my PoC, I've set both variables (with puppet). | 10:08 |
rm_work | and the default value (nothing) is working better than whatever you had configured :) | 10:08 |
rm_work | just delete that line entirely | 10:08 |
zigo | rm_work: BTW, I now have my Debian based image working. | 10:09 |
zigo | :) | 10:09 |
zigo | rm_work: Here's the script: https://salsa.debian.org/openstack-team/debian/openstack-debian-images/tree/debian/stein/contrib/octavia | 10:09 |
zigo | It's a way simpler than the DIB thing... | 10:10 |
rm_work | the DIB thing is not exactly complicated... and that won't track upstream element changes | 10:10 |
zigo | rm_work: I hope to make it as an official Debian image at http://cdimage.debian.org/cdimage/openstack | 10:10 |
rm_work | so that's a little concerning | 10:10 |
rm_work | you could do all of this by just slightly modifying the elements that exist to support debian | 10:11 |
zigo | rm_work: I just maintain an image regarding what's released in Debian, so that's OK. | 10:11 |
openstackgerrit | Hanxiang Gao proposed openstack/octavia master: Blacklist bandit 1.6.0 https://review.opendev.org/659020 | 10:11 |
zigo | rm_work: I don't want to use DIB, it's using PIP, and it's very ugly, I very much prefer using packages only. | 10:11 |
rm_work | it doesn't have to use pip | 10:11 |
openstackgerrit | Hanxiang Gao proposed openstack/octavia stable/rocky: Blacklist bandit 1.6.0 https://review.opendev.org/659021 | 10:11 |
rm_work | you can just have it install debs with apt | 10:12 |
openstackgerrit | Hanxiang Gao proposed openstack/octavia stable/stein: Blacklist bandit 1.6.0 https://review.opendev.org/659022 | 10:12 |
rm_work | that's how RHEL works with it | 10:12 |
zigo | I am using the Debian's "octavia-agent" package that I wrote. | 10:12 |
rm_work | so why not have DIB install that? | 10:12 |
rm_work | I'm not sure why you are convinced DIB only works with pup | 10:13 |
rm_work | *pip | 10:13 |
zigo | rm_work: Because I don't like the way DIB works. | 10:13 |
zigo | It also would be a lot of work to get it convince Debian is ok. Everywhere, it only knows about Ubuntu... | 10:14 |
zigo | Example from octavia/elements/haproxy-octavia/pre-install.d/01-backports: | 10:14 |
zigo | if [ "$DISTRO_NAME" == "ubuntu" ] && [ "$DIB_RELEASE" == "trusty" ]; then | 10:14 |
zigo | echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse > /etc/apt/sources.list.d/backports.list | 10:14 |
zigo | elif [ "$DISTRO_NAME" == "centos7" ]; then | 10:14 |
zigo | cat > /etc/yum.repos.d/CentOS-PaaS.repo <<EOF | 10:14 |
rm_work | DIB knows about debian as well | 10:14 |
rm_work | we just never set it up in octavia | 10:14 |
rm_work | https://docs.openstack.org/diskimage-builder/1.25.2/elements/debian-minimal/README.html | 10:14 |
zigo | Result: it's going to attempt installing a CentOS repository in my Debian image... | 10:15 |
rm_work | no | 10:15 |
rm_work | just add the debian piece of that | 10:15 |
rm_work | that is not "DIB", that's just our usage of it | 10:15 |
zigo | Yeah, that's what I'm saying. | 10:15 |
zigo | Exactly. | 10:15 |
zigo | And that's all over the place. | 10:15 |
rm_work | so make it work for debian? | 10:15 |
rm_work | there's only a few elements that would need changes | 10:15 |
rm_work | and most of them are simply additions to pkg-map | 10:16 |
zigo | DIB is *not* the official Debian tool to create images. | 10:16 |
rm_work | sure | 10:16 |
rm_work | it's also not the official Ubuntu or RHEL way to create images | 10:16 |
zigo | And my goal is targetting the official Debian images. | 10:16 |
rm_work | but it IS the official Octavia way to make images | 10:17 |
zigo | Does Canonical and Red Hat publish such an image? | 10:17 |
rm_work | Red Hat does now | 10:17 |
zigo | Ah ok. | 10:17 |
zigo | :) | 10:17 |
rm_work | if you deviate from the officially supported method, it may work for you | 10:17 |
rm_work | but you're going to be on the hook to maintain it and track other upstream changes | 10:17 |
rm_work | and I just don't understand why you'd want to deal with that | 10:18 |
zigo | Sure, will do ! | 10:18 |
zigo | It's a simple diff -r -N in the elements folder ... | 10:18 |
zigo | rm_work: Because we already have openstack-debian-images hooked into the CD image creation, it'd be a lot more work to integrate DIB. | 10:19 |
rm_work | I mean yeah, some work > no work I suppose | 10:19 |
zigo | For example, we have a list of source packages used to build the image, as soon as there's a security issue a new image is created. | 10:19 |
rm_work | but if we can get DIB to build debian images (which would honestly be fairly trivial) all you have to do is run a script and an image pops out the other side :D | 10:20 |
rm_work | DIB uses officially published debian base images to build on | 10:20 |
rm_work | so it'd already do that too? | 10:20 |
zigo | Also, we've automated the build of the source package, resulting in files like this one: http://cdimage.debian.org/cdimage/openstack/current/debian-9.9.0-openstack-amd64-source.tar.gz | 10:20 |
*** yamamoto has joined #openstack-lbaas | 10:20 | |
rm_work | and you can specify exactly which one you want to use with an env var | 10:20 |
rm_work | if you don't want it to use the default base | 10:21 |
zigo | (ie: a compilation of source packages used to build the image, as we want to ship source code too...) | 10:21 |
rm_work | right, source for an amphora image would be `source_for_base.tar.gz + octavia_source`, which AFAIU should already be packaged and shipped? | 10:22 |
rm_work | since the amp agent source would be included in the same source tree as the octavia service package | 10:22 |
zigo | rm_work: BTW, I was wondering: is it ok to use a Stein amphora with a Rocky Octavia? | 10:23 |
rm_work | yes, the amphora are always compatible in both directions | 10:23 |
zigo | To me, it looks like working, but I probably don't know enough... | 10:24 |
zigo | Oh, nice ! | 10:24 |
rm_work | IE, old amp works with new control-plane, and new amp works with old control-plane | 10:24 |
*** yamamoto has quit IRC | 10:24 | |
*** yamamoto has joined #openstack-lbaas | 10:24 | |
rm_work | we are very careful to maintain this compatibility, since both situations will happen *guaranteed* in a real deployment | 10:24 |
zigo | rm_work: How much of that is truth? How many releases? 1 or 2 ? | 10:24 |
rm_work | AFAIK, all releases | 10:24 |
zigo | :) | 10:24 |
zigo | Nice. | 10:24 |
rm_work | I don't know that we've ever broken compatibility | 10:25 |
rm_work | except possibly *within* a cycle, so not a release | 10:25 |
zigo | Got ya. | 10:26 |
zigo | rm_work: Thanks a lot for your input. | 10:26 |
rm_work | yeah, we appreciate the effort of getting stuff packaged up and released in debian | 10:27 |
rm_work | i just wish i could convince you to let us help you get DIB working -- I can definitely assist with that if you decide you want to try, and I think we could probably get it pretty much done in a day or so | 10:28 |
rm_work | there's really not much that would need to be added | 10:28 |
rm_work | but I guess as long as something's published :) | 10:28 |
*** yamamoto has quit IRC | 11:03 | |
*** lemko has joined #openstack-lbaas | 11:07 | |
luksky | rm_work: decreasing number of threads from 50 to 20 solved issue - now I have on one controller 2300 MB, on second and third around 1700 MB usage (the same configuration) | 11:13 |
luksky | rm_work: what are best settings for threads ? | 11:14 |
luksky | I have one of LB stucked in PENDING_CREATE state | 11:42 |
luksky | is there any chance to delete it by openstack command ? | 11:42 |
luksky | # openstack loadbalancer delete 1e255670-c442-4310-b7ed-aa901dc49f40 | 11:42 |
luksky | Invalid state PENDING_CREATE of loadbalancer resource 1e255670-c442-4310-b7ed-aa901dc49f40 (HTTP 409) (Request-ID: req-0645e720-ebdb-4d5b-82e5-ac991aa33d57) | 11:42 |
*** yamamoto has joined #openstack-lbaas | 11:50 | |
*** mkuf has joined #openstack-lbaas | 11:55 | |
*** mkuf_ has quit IRC | 11:59 | |
*** ccamposr has quit IRC | 12:02 | |
*** yamamoto has quit IRC | 12:04 | |
*** luksky has quit IRC | 12:10 | |
*** gcheresh has quit IRC | 12:12 | |
*** ccamposr has joined #openstack-lbaas | 12:18 | |
*** ccamposr has quit IRC | 12:23 | |
*** ccamposr has joined #openstack-lbaas | 12:25 | |
*** boden has joined #openstack-lbaas | 12:26 | |
*** mkuf_ has joined #openstack-lbaas | 12:29 | |
*** mkuf has quit IRC | 12:32 | |
*** yamamoto has joined #openstack-lbaas | 12:33 | |
*** gcheresh has joined #openstack-lbaas | 12:50 | |
*** luksky has joined #openstack-lbaas | 12:52 | |
luksky | or only in database ? | 12:52 |
cgoncalves | luksky, only in the database | 12:53 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: [WIP] Jobboard based controller https://review.opendev.org/647406 | 12:56 |
luksky | ok, thx | 12:56 |
*** AlexStaf has quit IRC | 13:04 | |
johnsom | luksky: make sure the “streamer” settings are all disabled in the config. It is likely that rabbit code is eating your memory. (We just deleted it from master FYI) | 13:12 |
*** dmellado has quit IRC | 13:24 | |
*** dmellado has joined #openstack-lbaas | 13:24 | |
*** yamamoto has quit IRC | 13:28 | |
*** yboaron_ has quit IRC | 14:04 | |
*** lemko has quit IRC | 14:08 | |
*** Vorrtex has joined #openstack-lbaas | 14:09 | |
*** rpittau is now known as rpittau|afk | 14:15 | |
openstackgerrit | Merged openstack/octavia-lib master: Do not install README.rst and LICENSE https://review.opendev.org/644874 | 14:20 |
*** yamamoto has joined #openstack-lbaas | 14:23 | |
luksky | johnsom: I commented out one option: #event_streamer_driver = queue_event_streamer | 14:28 |
luksky | You were writing about that option ? | 14:29 |
johnsom | luksky There are two places. Give me a minute and I can give you references. | 14:41 |
luksky | johnsom: ok, thx | 14:43 |
johnsom | That is the first one. It should be commented out or "noop_event_streamer". sync_provisioning_status should be commented out or false. | 14:43 |
johnsom | I have seen events backup in the messaging system if those are enabled and there is no queue or receiver. | 14:44 |
*** boden has quit IRC | 14:51 | |
johnsom | FYI, Octavia helm charts blueprint: https://blueprints.launchpad.net/openstack-helm/+spec/openstack-helm-octavia | 15:16 |
*** fnaval has joined #openstack-lbaas | 15:27 | |
*** fnaval has quit IRC | 15:27 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Add a scenario test for spare pool https://review.opendev.org/634988 | 15:31 |
*** fnaval has joined #openstack-lbaas | 15:44 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Add Python 3.7 support https://review.opendev.org/635236 | 15:46 |
*** openstackgerrit has quit IRC | 15:54 | |
*** openstackgerrit has joined #openstack-lbaas | 16:20 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Add a scenario test for spare pool https://review.opendev.org/634988 | 16:20 |
*** yamamoto has quit IRC | 16:24 | |
*** yamamoto has joined #openstack-lbaas | 16:24 | |
*** yamamoto has quit IRC | 16:30 | |
*** yamamoto has joined #openstack-lbaas | 16:30 | |
*** vishalmanchanda has quit IRC | 16:33 | |
*** yamamoto has quit IRC | 16:36 | |
*** yamamoto has joined #openstack-lbaas | 16:37 | |
*** yamamoto has quit IRC | 16:37 | |
*** yamamoto has joined #openstack-lbaas | 16:38 | |
*** mlavalle has joined #openstack-lbaas | 16:40 | |
*** yamamoto has quit IRC | 16:43 | |
mlavalle | Hi. In my employers internal deployment (Rocky) I have to members behind a loadbalancer. I want to use the LB VIP to ssh to either of the two members. I can ssh directly to the members, so I know my security group rules are correct. Howver, when ssh'ing through the VIP I get: ssh_exchange_identification: Connection closed by remote host | 16:44 |
mlavalle | two members^^^ | 16:44 |
mlavalle | has this bahavior been seen upstream? | 16:45 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Cap to sphinx 2.0.0 on Python 2.7 https://review.opendev.org/659123 | 16:49 |
cgoncalves | ^ as seen in http://logs.openstack.org/36/635236/16/check/requirements-check/37afa24/job-output.txt.gz#_2019-05-14_15_53_47_980708 | 16:49 |
johnsom | mlavalle Hmmm, let me take a look at this. I know for ssh you want to adjust the default listener timeouts as ssh is a longer-running protocol than HTTP. However this error does not sound like that issue. It might be that you have ssh reverse lookups enabled in PAM or something like that. | 16:49 |
*** ccamposr has quit IRC | 16:51 | |
*** luksky has quit IRC | 16:54 | |
johnsom | mlavalle You might also have an issue where you are not using session persistence and the host ID is different between the two backends. This would mean your "known_hosts" file stores the ID for the first member under the VIP address, then if you connect again the LB connects to host 2 and the known_hosts key no longer matches. | 16:55 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Cap to sphinx 2.0.0 on Python 2.7 https://review.opendev.org/659123 | 16:57 |
johnsom | mlavalle I would also check for hosts.allow hosts.deny files on the SSH servers and make sure the LB from IPs are in there. | 16:59 |
*** boden has joined #openstack-lbaas | 17:00 | |
mlavalle | johnsom: thanks. s for your second comment, that would be in the case of a second connection, right? | 17:00 |
johnsom | mlavalle Right. You can "reset it" with ssh-keygen -R <VIP IP> | 17:01 |
johnsom | mlavalle I think you can test if the timeouts are too low with "ssh -o ServerAliveInterval=5 $HOST" which forces keepalive packets through the tunnel. Either way I know the defaults are too low for ssh sessions, they are tuned for HTTP traffic. | 17:07 |
mlavalle | johnsom: ok, I'll take a look. I am also building an allinone devstack with master code to test the same scenario, to rule out something in our deployemnt | 17:09 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Add Python 3.7 support https://review.opendev.org/635236 | 17:11 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add provider feature support matrix https://review.opendev.org/651974 | 17:11 |
johnsom | I guess we are out of the post-PTG hibernation... lol | 17:11 |
cgoncalves | yeah! those rooms will not be missed https://media.giphy.com/media/euyLJkWydUslG/giphy.gif | 17:14 |
openstackgerrit | Merged openstack/octavia-lib stable/stein: Update UPPER_CONSTRAINTS_FILE for stable/stein https://review.opendev.org/642155 | 17:43 |
xgerman | cgoncalves: was there a train? | 18:15 |
*** luksky has joined #openstack-lbaas | 18:15 | |
johnsom | The PTG rooms could be used for detention cells... Gray, no windows, random loud fan sounds.... | 18:16 |
xgerman | the fan was drainign out the train sound... | 18:19 |
*** ivve has quit IRC | 18:29 | |
*** vishalmanchanda has joined #openstack-lbaas | 18:34 | |
*** gcheresh has quit IRC | 18:44 | |
*** goldyfruit has joined #openstack-lbaas | 18:49 | |
*** pcaruana has quit IRC | 19:19 | |
cgoncalves | master and stable/queens gate fixes: https://review.opendev.org/#/c/659123/, https://review.opendev.org/#/c/658765/ | 19:33 |
*** yamamoto has joined #openstack-lbaas | 19:35 | |
*** yamamoto has quit IRC | 19:40 | |
*** gcheresh has joined #openstack-lbaas | 19:55 | |
rm_work | Ready for review also: https://review.opendev.org/#/c/657756/ | 20:01 |
rm_work | and https://review.opendev.org/#/c/657901/ | 20:02 |
*** tesseract has quit IRC | 20:06 | |
*** gcheresh has quit IRC | 20:07 | |
*** Vorrtex has quit IRC | 20:15 | |
rm_work | sapd1: https://review.opendev.org/#/c/570505/ finally reviewed :) | 20:16 |
johnsom | Is that passing the gate? | 20:16 |
rm_work | i haven't looked for your new gate yet | 20:16 |
rm_work | but there's a ton of stuff that would be nice to get cleaned up before i even get that far | 20:17 |
johnsom | The init file needing a license was a pylint thing | 20:17 |
johnsom | I think we switched most if not all over to have license in it | 20:17 |
johnsom | It was a lame pylint barf that was easier to just put a license in those files | 20:19 |
rm_work | yeah i just noticed that and re-commented | 20:19 |
rm_work | should have checked before i posted those | 20:19 |
rm_work | the main thing is simple enough, which is that we don't need to use two different retry libs | 20:20 |
*** ivve has joined #openstack-lbaas | 20:36 | |
*** vishalmanchanda has quit IRC | 20:44 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Force amp-agent communication to TLSv1.2 https://review.opendev.org/657901 | 21:03 |
*** goldyfruit has quit IRC | 21:08 | |
openstackgerrit | Michael Johnson proposed openstack/python-octaviaclient master: Adds "unset" action to the pool command https://review.opendev.org/659165 | 21:10 |
*** gthiemonge has quit IRC | 21:13 | |
*** gthiemonge has joined #openstack-lbaas | 21:13 | |
*** boden has quit IRC | 21:23 | |
*** gthiemonge has quit IRC | 21:41 | |
*** gthiemonge has joined #openstack-lbaas | 21:42 | |
openstackgerrit | Michael Johnson proposed openstack/python-octaviaclient master: Adds "unset" action to the pool command https://review.opendev.org/659165 | 21:45 |
*** ivve has quit IRC | 21:50 | |
*** rcernin has joined #openstack-lbaas | 22:00 | |
*** luksky has quit IRC | 22:01 | |
*** fnaval has quit IRC | 22:01 | |
*** goldyfruit has joined #openstack-lbaas | 22:02 | |
*** yamamoto has joined #openstack-lbaas | 22:40 | |
*** yamamoto has quit IRC | 22:45 | |
*** happyhemant has quit IRC | 23:01 | |
rm_work | mugsie: hey https://review.opendev.org/#/q/owner:flux.adam%2540gmail.com+status:open+project:openstack/designate | 23:16 |
*** yamamoto has joined #openstack-lbaas | 23:26 | |
openstackgerrit | Merged openstack/octavia master: Cap to sphinx 2.0.0 on Python 2.7 https://review.opendev.org/659123 | 23:32 |
johnsom | rm_work ignoring you in #openstack-dns? | 23:32 |
rm_work | i don't have that channel :D | 23:33 |
rm_work | i'm already in like 40 channels and he's here lol | 23:33 |
johnsom | He is in #openstack-gslb too.... lol | 23:33 |
*** mlavalle has quit IRC | 23:34 | |
*** irclogbot_2 has quit IRC | 23:45 | |
*** irclogbot_3 has joined #openstack-lbaas | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!