johnsom | It will slow down inserts and updates | 00:00 |
---|---|---|
rm_work | ah hmm | 00:00 |
johnsom | I'm in favor of doing the project_id, we will hit that a bunch for sure | 00:01 |
johnsom | But we should be cautious about adding too many | 00:01 |
johnsom | Ah crumb | 00:05 |
johnsom | Yeah, we still have an issue in the API around deleting objects in error. Some of these controllers are passing in "PENDING_UPDATE" as the target status instead of the true "PENDING_DELETE". | 00:06 |
johnsom | This could use a nice refactor too | 00:06 |
*** reedip_ has joined #openstack-lbaas | 00:07 | |
*** tongl has quit IRC | 00:09 | |
*** reedip_ has quit IRC | 00:30 | |
*** sticker has quit IRC | 00:44 | |
*** atoth has quit IRC | 01:32 | |
*** sanfern has quit IRC | 03:02 | |
*** aojea has joined #openstack-lbaas | 03:13 | |
*** aojea has quit IRC | 03:17 | |
rm_work | johnsom: ah, darn, you fixing that? | 03:21 |
rm_work | I am happy to do some refactors | 03:21 |
rm_work | if you point me at the issue you're seeing | 03:21 |
rm_work | where do the *controllers* pass through PENDING_UPDATE/DELETE? | 03:22 |
johnsom | I don't have the cycles right now to work on it, plus I'm still noodling it. Let me get you some pointers | 03:22 |
rm_work | k | 03:22 |
johnsom | This is the bug: https://bugs.launchpad.net/octavia/+bug/1613956 | 03:23 |
openstack | Launchpad bug 1613956 in octavia "Can not delete listener from a loadbalancer in ERROR status" [High,Triaged] - Assigned to Michael Johnson (johnsom) | 03:23 |
rm_work | johnsom: i don't see where any controllers pass a status? | 03:24 |
rm_work | they just use handler.delete() | 03:24 |
johnsom | So, the problem is this check: https://github.com/openstack/octavia/blob/master/octavia/db/repositories.py#L657 | 03:25 |
rm_work | I always thought that was odd | 03:25 |
johnsom | Which only looks at the target status, which for these is really the right status for LB and listener (pending_update) when you are deleting a pool for example. | 03:25 |
rm_work | wait what | 03:26 |
rm_work | whenever something goes to error, the objects above it do too, no? | 03:26 |
johnsom | The refactor is like every controller has a derevitive of this: https://github.com/openstack/octavia/blob/master/octavia/api/v2/controllers/member.py#L90 | 03:26 |
rm_work | what stays in PENDING_UPDATE? | 03:26 |
johnsom | https://github.com/openstack/octavia/blob/master/octavia/api/v2/controllers/member.py#L98 | 03:26 |
johnsom | We are telling it we want those to go to PENDING_UPDATE which is right if we are deleting a member | 03:27 |
rm_work | oh | 03:27 |
rm_work | i see, i think | 03:27 |
rm_work | i'll have to noodle that s well | 03:27 |
johnsom | Yeah | 03:27 |
johnsom | There are some weird combinations here. LB in error, listener is not, LB has pool with members. Standard delete on LB won't work. Standard delete on the member to burn up the chain won't work. | 03:28 |
johnsom | This week I have a few internal deliverables, so can't take on any big projects. | 03:30 |
*** krypto has joined #openstack-lbaas | 03:52 | |
*** fnaval has quit IRC | 04:10 | |
*** cpuga has joined #openstack-lbaas | 04:26 | |
*** yamamoto has joined #openstack-lbaas | 04:33 | |
*** gongysh has joined #openstack-lbaas | 04:35 | |
*** pcaruana has joined #openstack-lbaas | 04:41 | |
*** diltram has quit IRC | 04:55 | |
*** diltram has joined #openstack-lbaas | 04:58 | |
*** pcaruana has quit IRC | 04:58 | |
*** cpuga has quit IRC | 05:01 | |
*** armax has quit IRC | 05:14 | |
*** armax has joined #openstack-lbaas | 05:14 | |
*** armax has quit IRC | 05:15 | |
*** armax has joined #openstack-lbaas | 05:15 | |
*** armax has quit IRC | 05:16 | |
*** armax has joined #openstack-lbaas | 05:16 | |
*** armax has quit IRC | 05:16 | |
*** armax has joined #openstack-lbaas | 05:17 | |
*** armax has quit IRC | 05:17 | |
*** armax has joined #openstack-lbaas | 05:17 | |
*** armax has quit IRC | 05:18 | |
*** armax has joined #openstack-lbaas | 05:18 | |
*** armax has quit IRC | 05:19 | |
*** armax has joined #openstack-lbaas | 05:19 | |
*** armax has quit IRC | 05:20 | |
*** cpuga has joined #openstack-lbaas | 05:21 | |
*** gcheresh_ has joined #openstack-lbaas | 05:23 | |
*** sanfern has joined #openstack-lbaas | 05:25 | |
*** aojea has joined #openstack-lbaas | 05:26 | |
*** cpuga has quit IRC | 05:28 | |
*** rcernin has joined #openstack-lbaas | 05:33 | |
openstackgerrit | tuninger proposed openstack/neutron-lbaas master: Update members data based on haproxy stats data. https://review.openstack.org/476848 | 05:55 |
*** slaweq has joined #openstack-lbaas | 06:02 | |
*** slaweq has quit IRC | 06:06 | |
*** aojea has quit IRC | 06:07 | |
*** slaweq has joined #openstack-lbaas | 06:07 | |
*** krypto has quit IRC | 06:11 | |
*** gtrxcb has joined #openstack-lbaas | 06:13 | |
*** gtrxcb has quit IRC | 06:13 | |
*** vlaza has joined #openstack-lbaas | 06:16 | |
*** gongysh has quit IRC | 06:34 | |
*** vlaza has left #openstack-lbaas | 06:37 | |
*** openstackgerrit has quit IRC | 06:48 | |
-openstackstatus- NOTICE: FYI, ask.openstack.org is down, review.o.o is slow - please have patience until this is fixed | 06:51 | |
*** kman has joined #openstack-lbaas | 06:53 | |
*** openstackgerrit has joined #openstack-lbaas | 07:08 | |
openstackgerrit | Evgeny Fedoruk proposed openstack/neutron-lbaas master: Enhancements for the the back-end system https://review.openstack.org/479614 | 07:08 |
nmagnezi | rm_work, o/ | 07:10 |
*** tesseract has joined #openstack-lbaas | 07:11 | |
*** kobis has joined #openstack-lbaas | 07:14 | |
*** kman has quit IRC | 07:17 | |
*** aojea has joined #openstack-lbaas | 07:25 | |
openstackgerrit | tuninger proposed openstack/neutron-lbaas master: Update members data based on haproxy stats data. https://review.openstack.org/476848 | 07:26 |
*** pcaruana has joined #openstack-lbaas | 07:31 | |
*** pcaruana has quit IRC | 07:41 | |
*** amotoki_away is now known as amotoki | 07:45 | |
*** pcaruana has joined #openstack-lbaas | 07:45 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted, due to low performance | 07:49 | |
-openstackstatus- NOTICE: Gerrit has been successfully restarted | 07:56 | |
*** krypto has joined #openstack-lbaas | 08:27 | |
*** pcaruana has quit IRC | 08:33 | |
*** krypto has quit IRC | 08:35 | |
*** krypto has joined #openstack-lbaas | 08:35 | |
*** krypto has quit IRC | 08:35 | |
*** krypto has joined #openstack-lbaas | 08:35 | |
rm_work | nmagnezi: o/ | 08:44 |
nmagnezi | rm_work, o/ | 08:44 |
rm_work | ah crap today is meeting day isn't it | 08:45 |
nmagnezi | rm_work, may i ask u to have a look at https://bugs.launchpad.net/octavia/+bug/1690812/ , yesterday i discovered that this issue persists | 08:45 |
openstack | Launchpad bug 1690812 in octavia "Octavia active/standby config+ pool with sourceip session persistence configuration- Service is not available and LB is not deleted after test" [Critical,Triaged] | 08:45 |
rm_work | early morning | 08:45 |
rm_work | ffff | 08:45 |
rm_work | i probably won't make it | 08:45 |
nmagnezi | rm_work, yeah.. it's becoming an impossible time for me as well | 08:46 |
*** pcaruana has joined #openstack-lbaas | 08:46 | |
nmagnezi | rm_work, but we had a democratic vote, so that's fair :) | 08:46 |
rm_work | lol yes | 08:47 |
rm_work | i did find out many years ago that democratic often means "worst for everyone" | 08:47 |
nmagnezi | rm_work, lol. i tend to agree :) | 08:48 |
openstackgerrit | Bernard Cafarelli proposed openstack/octavia master: DIB: drop custom mirror elements https://review.openstack.org/482587 | 08:48 |
rm_work | who was it that wanted the new time? | 08:48 |
nmagnezi | i don't remember.. I think it was for folks that reside in India's timezone (no sure which one specifically) | 08:49 |
rm_work | you're IST? | 08:51 |
rm_work | ah this is an active/standby bug | 08:51 |
rm_work | yeah our testing of that is not great at the moment | 08:51 |
rm_work | but SOON I'll be running that configuration in my cloud | 08:51 |
rm_work | so | 08:52 |
rm_work | it'll get a lot more of a workout :P | 08:52 |
nmagnezi | rm_work, i'm at UTC+03:00 | 08:52 |
rm_work | oh IST isn't what I thought it was | 08:52 |
rm_work | oh wait it also is | 08:52 |
rm_work | wtf | 08:52 |
rm_work | IST is India Standard Time *AND* Israel Standard Time | 08:52 |
nmagnezi | we should really have a scenario tests job configured with ACTIVE_STANDBY amphoras | 08:52 |
rm_work | yeah.... | 08:53 |
rm_work | we need so many gates... | 08:53 |
nmagnezi | maybe I should put this in the meeting agenda so johnsom will decide is this is sane | 08:54 |
nmagnezi | rm_work, in any case, i'm not sure what's wrong with the haproxy peers config, but if there's something you'd like me to try (manual modifications to haproxy.cfg) I have a live setup for this. and I'd love to submit a patch as soon as we figure out how to change that config | 08:56 |
rm_work | yeah i'll need to look in the morning i think | 08:57 |
openstackgerrit | Bernard Cafarelli proposed openstack/octavia master: DIB: drop custom mirror elements https://review.openstack.org/482587 | 08:57 |
nmagnezi | rm_work, aye :) | 08:57 |
*** pcaruana has quit IRC | 09:32 | |
*** pcaruana has joined #openstack-lbaas | 09:32 | |
*** sanfern has quit IRC | 09:55 | |
*** sanfern has joined #openstack-lbaas | 10:05 | |
*** Alex_Staf has joined #openstack-lbaas | 10:07 | |
*** sanfern has quit IRC | 11:08 | |
*** atoth has joined #openstack-lbaas | 11:18 | |
*** kbyrne has quit IRC | 12:28 | |
*** kbyrne has joined #openstack-lbaas | 12:30 | |
openstackgerrit | Jon Schlueter proposed openstack/neutron-lbaas master: removing WebTest from test-deps https://review.openstack.org/482954 | 12:34 |
*** kbyrne has quit IRC | 12:38 | |
*** kbyrne has joined #openstack-lbaas | 12:39 | |
*** wasmum has quit IRC | 12:40 | |
*** ctracey_ has joined #openstack-lbaas | 12:40 | |
*** yamamoto has quit IRC | 12:41 | |
*** ctracey has quit IRC | 12:41 | |
*** ctracey_ is now known as ctracey | 12:41 | |
*** wasmum has joined #openstack-lbaas | 12:41 | |
*** kbyrne has quit IRC | 12:44 | |
*** kbyrne has joined #openstack-lbaas | 12:46 | |
*** sanfern has joined #openstack-lbaas | 12:48 | |
*** sanfern has quit IRC | 12:53 | |
*** sanfern has joined #openstack-lbaas | 12:53 | |
*** yamamoto has joined #openstack-lbaas | 13:08 | |
*** yamamoto has quit IRC | 13:13 | |
*** armax has joined #openstack-lbaas | 13:39 | |
*** cpuga has joined #openstack-lbaas | 13:49 | |
*** cpuga_ has joined #openstack-lbaas | 13:50 | |
*** yamamoto has joined #openstack-lbaas | 13:51 | |
*** cpuga has quit IRC | 13:54 | |
*** catintheroof has joined #openstack-lbaas | 13:57 | |
openstackgerrit | Carlos Puga proposed openstack/octavia master: Spec detailing Octavia service flavors support https://review.openstack.org/392485 | 14:00 |
johnsom | nmagnezi Commented on that bug | 14:07 |
*** catintheroof has quit IRC | 14:20 | |
*** reedip_ has joined #openstack-lbaas | 14:56 | |
*** rcernin has quit IRC | 15:01 | |
*** catintheroof has joined #openstack-lbaas | 15:03 | |
*** kobis has quit IRC | 15:12 | |
*** Alex_Staf has quit IRC | 15:12 | |
*** gcheresh_ has quit IRC | 15:12 | |
*** kobis has joined #openstack-lbaas | 15:12 | |
*** kobis has quit IRC | 15:13 | |
*** fnaval has joined #openstack-lbaas | 15:22 | |
*** aojea has quit IRC | 15:40 | |
*** yamamoto has quit IRC | 15:48 | |
*** yamamoto has joined #openstack-lbaas | 15:49 | |
*** yamamoto has quit IRC | 15:51 | |
*** amotoki is now known as amotoki_away | 15:56 | |
*** evgenyf has joined #openstack-lbaas | 15:58 | |
*** amotoki_away is now known as amotoki | 15:59 | |
*** amotoki is now known as amotoki_away | 15:59 | |
*** tesseract has quit IRC | 16:05 | |
*** reedip_ has quit IRC | 16:25 | |
*** catintheroof has quit IRC | 16:30 | |
*** catintheroof has joined #openstack-lbaas | 16:31 | |
*** cpuga_ is now known as cpuga | 16:38 | |
*** evgenyf has quit IRC | 16:42 | |
nmagnezi | johnsom, thanks Michael! I'll recheck the image and report back | 16:42 |
johnsom | Ok | 16:43 |
sanfern | johnsom, Do we need to do any specific changes to amphora image to get assigned ipv6 for lb mgmt net? | 16:50 |
johnsom | No, it should be all on the controller side | 16:51 |
*** yamamoto has joined #openstack-lbaas | 16:51 | |
sanfern | ok, my amphora didn't get ipv6 assigned, but nova show reports it | 16:52 |
johnsom | This may be of interest to you: https://review.openstack.org/#/c/391204 | 16:52 |
johnsom | It's for link local, but should give you an idea | 16:52 |
johnsom | I think it will preference IPv4 if it is available | 16:53 |
*** pcaruana has quit IRC | 16:56 | |
*** gans has joined #openstack-lbaas | 16:56 | |
sanfern | Thanks johnsom, let me have a look. | 16:58 |
*** fnaval has quit IRC | 16:58 | |
johnsom | Octavia meeting starting soon on #openstack-meeting | 17:00 |
*** fnaval has joined #openstack-lbaas | 17:00 | |
*** evgenyf has joined #openstack-lbaas | 17:01 | |
*** yamamoto has quit IRC | 17:02 | |
*** ssmith has joined #openstack-lbaas | 17:05 | |
ssmith | Which version of openstackclient supports octavia loadbalancer commands? I'm using pip to install | 17:06 |
johnsom | pip install python-octaviaclient | 17:07 |
johnsom | That will install our plugin | 17:07 |
ssmith | What about this? https://docs.openstack.org/python-octaviaclient/latest/usage/osc_cli_plugins.html | 17:08 |
johnsom | Yes, those command will be available after our plugin, python-octaviaclient is installed | 17:15 |
*** aojea has joined #openstack-lbaas | 17:16 | |
*** aojea has quit IRC | 17:21 | |
ssmith | Yep, that works. couldn't find anything referring to that in the documentation though. Thanks. | 17:22 |
johnsom | Yeah, all of OpenStack docs are moving around right now. | 17:23 |
johnsom | There is a link from the main page: https://docs.openstack.org/python-octaviaclient/latest/index.html | 17:23 |
johnsom | For installation instructions. | 17:23 |
johnsom | ssmith Where would you have expected to find that info? I might be able to add it to help others | 17:23 |
ssmith | Yes there is but doesn't reffer to anything that it hooks into the openstackclient which led me to beleive that it was a standalone like some others | 17:24 |
johnsom | Ah, gotcha | 17:24 |
ssmith | When the docs reffer to 'openstack loadbalancer list' | 17:25 |
johnsom | I will update that to be more clear. I will also be hooking this into our main docs site soon as well. It's all part of these docs changes | 17:25 |
*** gans has quit IRC | 17:31 | |
ssmith | Does Octavia have a Public endpoint? -->openstack loadbalancer list --> | 17:32 |
ssmith | public endpoint for load-balancer service in RegionOne region not found | 17:32 |
johnsom | Yes, it is load-balancer | 17:32 |
johnsom | Maybe your keystone is not setup correctly? | 17:32 |
johnsom | "openstack endpoint list | grep octavia" | 17:32 |
ssmith | Did that and there's just an internal endpoint. | 17:33 |
johnsom | Hmm, yeah, our devstack plugin creates all three. | 17:34 |
ssmith | This is production deployed via ansible | 17:35 |
johnsom | Ah, yeah, I don't think the ansible has been updated for the Octavia v2 API endpoint yet | 17:35 |
*** aojea has joined #openstack-lbaas | 17:37 | |
*** tomtomtom has joined #openstack-lbaas | 17:39 | |
*** aojea has quit IRC | 17:42 | |
ssmith | Is there an ENV setting to set it to internal? | 17:43 |
ssmith | Where could I find a conf setting for public endpoint - I can do it manually for now | 17:48 |
xgerman_ | you would need to change playbooks in ansible which is annoying - or set it your self via keystone | 17:50 |
xgerman_ | but then they won’t be set up in OSA’s load balancer :-( | 17:50 |
xgerman_ | I really need to get around adding some of the Pike features | 17:51 |
johnsom | I think this is what you are looking for: | 17:51 |
johnsom | --os-service-provider-endpoint <auth-service-provider-endpoint> | 17:51 |
johnsom | With v3adfspassword: Service Provider's Endpoint (Env: | 17:51 |
johnsom | OS_SERVICE_PROVIDER_ENDPOINT) | 17:51 |
johnsom | From the openstack command help | 17:51 |
johnsom | Or maybe this one: | 17:52 |
johnsom | --os-url <auth-url> With token_endpoint: Specific service endpoint to use | 17:52 |
johnsom | (Env: OS_URL) | 17:52 |
*** gcheresh_ has joined #openstack-lbaas | 17:53 | |
*** evgenyf has quit IRC | 17:55 | |
ssmith | I changed the RC file to say export OS_INTERFACE=internal and use the internal URL for keystone but get a 404 error. Does Octavia support Keystone v3? | 18:00 |
johnsom | Yes it does | 18:01 |
johnsom | Could it be you have an Octavia deployment older than master/Pike? | 18:01 |
ssmith | Probably it's Ocata | 18:02 |
ssmith | tomtomtom? | 18:02 |
johnsom | Ah, yeah, you don't have the v2 API in your octavia | 18:02 |
ssmith | oh boy | 18:02 |
johnsom | With Ocata you are running through neutron-lbaas, so you need to use the "neutron" client | 18:03 |
*** yamamoto has joined #openstack-lbaas | 18:04 | |
rm_work | ssmith: for the record, if you are on an ocata cloud, there is nothing that would prevent you from running pike/master Octavia | 18:13 |
rm_work | ssmith: I'm running octavia from master, on a liberty cloud, with no issues | 18:13 |
rm_work | in fact I would highly recommend running as close to master as possible | 18:14 |
rm_work | the amount of usability work that was done in the Pike cycle is pretty insane | 18:14 |
rm_work | johnsom: did I miss anything in the meeting? | 18:14 |
ssmith | We're on Newton and think that stable/Newton was installed. Can we use master (which I'm assuming is Pike)? | 18:15 |
*** krypto has quit IRC | 18:17 | |
*** yamamoto has quit IRC | 18:20 | |
*** yamamoto has joined #openstack-lbaas | 18:21 | |
tomtomtom | I'm looking at the version we're using | 18:22 |
*** sshank has joined #openstack-lbaas | 18:22 | |
tomtomtom | ok so is the octavia from about 1 or 2 months ago current enough? Should I be installing stable/pike to run with newton? or straight up master branch? | 18:25 |
tomtomtom | is there a way to tell the version I'm using compared to what I should be running? | 18:25 |
*** yamamoto has quit IRC | 18:26 | |
*** jniesz has joined #openstack-lbaas | 18:29 | |
ssmith | Can we use master (which I'm assuming is Pike) on Newton? | 18:30 |
xgerman_ | yes, rm_work does that | 18:34 |
rm_work | I use master on Liberty :P | 18:35 |
rm_work | tomtomtom: actually even a couple months back MIGHT be too old | 18:35 |
rm_work | tomtomtom: we're literally wrapping up the APIv2 stuff this cycle | 18:35 |
tomtomtom | ok then master it is | 18:36 |
ssmith | How did you handle the python inconsistences? | 18:36 |
johnsom | The other thing to consider is in theory, the python-octaviaclient can be pointed to the the neutron API. It's un-tested, but for the most part should work. Though the neutron client is tested, etc. | 18:37 |
ssmith | There are other issues we're having too so might as well re-do with the master branch | 18:38 |
openstackgerrit | Carlos Puga proposed openstack/octavia master: Spec detailing Octavia service flavors support https://review.openstack.org/392485 | 18:38 |
*** sshank has quit IRC | 18:47 | |
*** atoth has quit IRC | 18:59 | |
*** aojea has joined #openstack-lbaas | 19:03 | |
*** sshank has joined #openstack-lbaas | 19:03 | |
*** sshank has quit IRC | 19:05 | |
*** sanfern has quit IRC | 19:10 | |
*** sanfern has joined #openstack-lbaas | 19:13 | |
*** yamamoto has joined #openstack-lbaas | 19:16 | |
*** harlowja has quit IRC | 19:17 | |
rm_work | ssmith: python inconsistencies? | 19:50 |
rm_work | johnsom: AUGH is there a doc somewhere about how to use this stupid systemctl stuff to restart devstack processes? | 19:51 |
rm_work | I'm dieing here | 19:51 |
rm_work | just want to restart nova and can't remember how, digging through my notes for the last time you told me how | 19:51 |
rm_work | what was wrong with screen T_T | 19:51 |
*** cpuga has quit IRC | 19:52 | |
johnsom | https://docs.openstack.org/devstack/latest/systemd.html | 19:52 |
johnsom | There is that | 19:52 |
*** cpuga has joined #openstack-lbaas | 19:52 | |
*** yamamoto has quit IRC | 19:54 | |
rm_work | perfect, thanks | 19:54 |
rm_work | bookmarked | 19:54 |
*** harlowja has joined #openstack-lbaas | 20:02 | |
rm_work | ugh just lost my logs for the past week | 20:15 |
rm_work | ah i guess they're on my ZNC but it's really annoying to get to those | 20:15 |
johnsom | Ugh, yeah, you can also always look back on evesdrop | 20:16 |
rm_work | ah true | 20:23 |
rm_work | restarted n-* in devstack and the whole system became non-responsive, eventually rebooted itself | 20:24 |
*** gcheresh_ has quit IRC | 20:24 | |
*** sshank has joined #openstack-lbaas | 20:24 | |
johnsom | Opps | 20:25 |
johnsom | Geez, 2U servers out there with 3TB of RAM using 128GB DIMMs. Now we are cooking with gas.... | 20:26 |
*** sshank has quit IRC | 20:29 | |
*** sshank has joined #openstack-lbaas | 20:29 | |
*** jniesz has quit IRC | 20:46 | |
*** yamamoto has joined #openstack-lbaas | 20:54 | |
*** yamamoto has quit IRC | 21:01 | |
nmagnezi | johnsom, o/ | 21:20 |
nmagnezi | johnsom, so, should I attempt to add a non-voting active standby amp gate? | 21:20 |
*** aojea has quit IRC | 21:23 | |
*** fnaval has quit IRC | 21:24 | |
*** cpuga has quit IRC | 21:30 | |
*** aojea has joined #openstack-lbaas | 21:32 | |
*** fnaval has joined #openstack-lbaas | 21:39 | |
*** fnaval has quit IRC | 21:39 | |
*** fnaval has joined #openstack-lbaas | 21:40 | |
*** ssmith has quit IRC | 21:43 | |
johnsom | nmagnezi Sorry, was in a meeting. | 21:44 |
johnsom | We talked about the need to start spinning up a proper tempest plugin. I have the repo setup: https://github.com/openstack/octavia-tempest-plugin | 21:44 |
johnsom | It's just we need to do the base development for that. | 21:45 |
johnsom | I fully agree we need that gate, it's just building on good foundations rather than the outdated tempest code we have today | 21:45 |
*** catintheroof has quit IRC | 21:46 | |
*** armax has quit IRC | 21:51 | |
*** armax has joined #openstack-lbaas | 21:52 | |
*** aojea has quit IRC | 21:53 | |
*** armax has quit IRC | 21:56 | |
*** fnaval has quit IRC | 22:07 | |
*** rm_work has quit IRC | 22:32 | |
*** rm_work has joined #openstack-lbaas | 22:32 | |
*** raginbajin has quit IRC | 22:35 | |
*** ssmith has joined #openstack-lbaas | 22:39 | |
*** raginbajin has joined #openstack-lbaas | 22:42 | |
*** yamamoto has joined #openstack-lbaas | 22:52 | |
*** armax has joined #openstack-lbaas | 22:58 | |
*** sshank has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!