Tuesday, 2017-01-24

rm_workdoesn't look like it, ah well00:00
*** saju_m has quit IRC00:04
johnsomYes, minor I think00:09
johnsomrm_work https://review.openstack.org/#/c/416394/00:10
johnsomBut if you are having problems, check the kombu version you have  as they don't yet support 400:10
rm_workah, k00:10
rm_worki think i found my issue00:11
rm_workit's dumb00:11
rm_workdon't think about it00:11
johnsomThis is an on going problem with oslo messaging, but there is a patch for support up for review00:11
rm_work(I had edited /etc/octavia/octavis.conf)00:11
rm_workFML00:11
johnsomI am starting the grand adventures of testing out the RedHat/CentOS patch.  It's a lot of combinations to test....00:13
rm_workyeah >_>00:13
rm_workhttps://gist.githubusercontent.com/rm-you/73edece58ed11c43b27d1a4a35f87089/raw/951fcc22fa29e688451c47e109199c06db826a7f/gistfile1.txt00:28
rm_workjohnsom: ^^ does that look like an issue with communication with *neutron*?00:28
johnsomWell, it is either keystone or neutron.  I saw something similar this morning helping a new user.00:31
rm_workugh yeah00:31
rm_workneutron ext-list00:31
rm_work'X509' object has no attribute '_x509'00:31
rm_workjust at CLI00:31
johnsomThe endpoint as SSL but octavia.conf didn't have the required SSL stuff set00:31
rm_workthat's not great00:31
johnsomlike missing the CA cert bundle00:31
rm_workyeah --insecure fixes it at CLI00:31
rm_workbut insecure=True in config doesn't work00:31
rm_workit's not being honored on that check >_<00:32
johnsomOpps, there is a bug00:32
rm_workhmmm00:32
rm_worki see it there though, so it SHOULD be00:32
rm_workbut it's obviously not00:32
rm_workinsecure=CONF.neutron.insecure,00:32
rm_workso something is wonky00:33
rm_workI wonder if there was an updated neutronclient that stopped honoring it internally00:34
rm_workor changed the way it's supposed to be passed00:34
rm_worki've never seen this before00:34
johnsomI just stacked fresh and haven't see it00:35
rm_workyeah this isn't in a stack <_<00:35
rm_workI guess I can install the cert bundle or something00:35
rm_workbut it should honor the insecure=True config00:35
johnsomThat was this user's problem too.  Missed a bunch of steps in the setup guide, but also we aren't as detailed as we should be.00:36
johnsomI also added a bug that we should be catching more of these and giving better errors00:36
rm_workhmm00:36
rm_workjohnsom: i feel like it's *on the connect*00:51
rm_workit's from self.sock.getpeercert()00:53
johnsomhuh?00:53
johnsomoh, read it worng.00:54
rm_workit's passing an x509 object and looking for a subobject00:54
rm_worksome lib changed something internally i think that's breaking00:54
rm_work#&*$00:54
johnsomDidn't we have something like this when the modules weren't right?  That is why we did the upper constraints thing during the DIB incident....00:56
johnsomSomething about cryptography... It's 1.7.1 in upper constraints00:58
rm_workhmm00:59
rm_worki wonder if i can replicate this in a devstack NOW01:04
johnsomLike I said, I stacked about an hour ago and created an lb just fine01:04
johnsomAnd that was a fresh devstack pull and reclone of the repos01:05
rm_workhmm01:05
*** armax has quit IRC01:07
rm_work[19:17:23]  <reaperhulk>that change occurred in a recent requests release, but it turns out the way urllib3 verifies that pyopenssl is new enough for that wasn't good enough. lukasa merged a change I submitted to urllib3 to fix it but it hasn't been vendored into requests and released yet01:18
rm_work[19:17:43]  <reaperhulk>the bug is that you have an ancient pyopenssl available in your package list01:18
rm_workjohnsom: ^^01:18
johnsomYeah, that sounds like the reason we did the upper constraints change.01:19
rm_worki'm not in devstack so didn't get upper-constraints01:22
rm_workand the real problem is something else anyway01:22
rm_workit's using pip from system even though i'm in a venv01:22
rm_workIDKWTF01:22
johnsomWell, I have devstack running if you want me to look at a version of something...01:23
johnsomOr a pip freeze01:24
rm_worknah this is something wonky01:24
*** fnaval__ has quit IRC01:25
rm_worki guess upgrading pip inside the venv breaks everything01:37
*** armax has joined #openstack-lbaas01:38
*** kevo has quit IRC01:39
*** fnaval has joined #openstack-lbaas01:56
johnsomhttps://www.irccloud.com/pastebin/m90PufPT/02:19
johnsomUgh, more python 3 problems02:20
johnsomJust tried to boot an act/stndby02:20
openstackgerritBrandon Logan proposed openstack/octavia: Add common base type for v1 and v2  https://review.openstack.org/42354202:37
*** cody-somerville has quit IRC02:40
openstackgerritBrandon Logan proposed openstack/octavia: Add common base type for v1 and v2  https://review.openstack.org/42354202:41
*** harlowja has quit IRC02:44
openstackgerritBrandon Logan proposed openstack/octavia: Add v2 load balancer type and controllers  https://review.openstack.org/42354302:45
bloganjohnsom: ready for review: https://review.openstack.org/#/c/42354202:46
johnsomCool, thanks02:56
rm_workugh03:15
rm_workForbidden: Policy doesn't allow compute:create to be performed.03:15
rm_workmissing a role somewhere03:15
*** armax has quit IRC03:23
*** reedip has quit IRC03:34
rm_workah not providing an AZ03:34
rm_workcan we even set AZ in config? :/03:34
*** reedip has joined #openstack-lbaas03:46
*** jerrygb_ has quit IRC04:02
*** jerrygb has joined #openstack-lbaas04:09
*** jerrygb has quit IRC04:10
johnsomWe have region, but not AZ.  AZ has been a not-so-standard concept in OpenStack from what I have seen.  I think there is now a real AZ concept.  Probably something we need to add if it's stabilized.04:24
*** pksingh has joined #openstack-lbaas04:34
*** armax has joined #openstack-lbaas05:00
*** jerrygb has joined #openstack-lbaas05:11
*** jerrygb has quit IRC05:16
*** ianychoi has joined #openstack-lbaas05:26
rm_workyeah I have a ... sort of patch to add it. I'll look at fleshing that out if we think it's useful05:37
rm_workit limits things a bit though05:37
*** anilvenkata has joined #openstack-lbaas05:51
rm_workjohnsom: no config for the agent listen port? sad05:56
*** armax has quit IRC05:56
rm_workreally want to save the creation of sec-groups and just reuse a default allowed ingress port :P05:57
rm_workoh nm it's in there i'm just blind05:58
rm_workmaybe i should take a break, lol06:00
johnsomYeah, you had me confused there for a minute06:06
*** kevo has joined #openstack-lbaas06:13
*** fnaval has quit IRC06:23
*** armax has joined #openstack-lbaas06:28
*** armax has quit IRC06:28
*** fnaval has joined #openstack-lbaas06:32
*** harlowja has joined #openstack-lbaas06:34
*** fnaval has quit IRC06:37
*** gcheresh has joined #openstack-lbaas06:38
*** armax has joined #openstack-lbaas06:43
*** armax has quit IRC06:43
*** armax has joined #openstack-lbaas06:47
*** armax has quit IRC06:48
*** jerrygb has joined #openstack-lbaas07:00
*** jerrygb has quit IRC07:06
*** eezhova has quit IRC07:14
*** harlowja has quit IRC07:26
*** yamamoto has quit IRC07:33
*** tesseract has joined #openstack-lbaas07:37
*** Alex_Staf has joined #openstack-lbaas07:40
Alex_StafHi all. I was running the following tests https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest/v2/ddt on my setup. The tests fails due to quota limit. Are those negative tests ? Where is LB quota is configured ? tnx07:48
*** Alex_Staf has quit IRC07:58
*** openstackgerrit has quit IRC08:03
*** saju_m has joined #openstack-lbaas08:08
*** eezhova has joined #openstack-lbaas08:13
*** amotoki has quit IRC08:24
*** saju_m has quit IRC08:26
*** amotoki has joined #openstack-lbaas08:33
*** fnaval has joined #openstack-lbaas08:33
*** yamamoto has joined #openstack-lbaas08:35
*** fnaval has quit IRC08:37
*** kevo has quit IRC08:44
*** pcaruana has joined #openstack-lbaas08:45
*** amotoki has quit IRC08:53
*** Alex_Staf has joined #openstack-lbaas08:54
*** jerrygb has joined #openstack-lbaas09:02
*** jerrygb has quit IRC09:08
*** yamamoto has quit IRC09:29
*** Brenda has joined #openstack-lbaas09:34
*** openstackgerrit has joined #openstack-lbaas09:47
openstackgerritZhixin Li proposed openstack/neutron-lbaas: Expose provisioning_status and operating_status for all top level objects  https://review.openstack.org/40578009:47
*** amotoki has joined #openstack-lbaas09:57
*** strigazi_AFK is now known as strigazi10:09
*** yamamoto has joined #openstack-lbaas10:20
*** yamamoto has quit IRC10:21
*** saju_m has joined #openstack-lbaas10:24
*** fnaval has joined #openstack-lbaas10:34
*** fnaval has quit IRC10:38
*** saju_m has quit IRC10:42
*** jerrygb has joined #openstack-lbaas11:04
*** amotoki has quit IRC11:07
*** jerrygb has quit IRC11:09
*** pksingh has quit IRC11:21
*** amotoki has joined #openstack-lbaas11:30
*** catintheroof has joined #openstack-lbaas12:16
*** yamamoto has joined #openstack-lbaas12:20
*** nrado has joined #openstack-lbaas12:25
*** ducttape_ has joined #openstack-lbaas12:27
*** fnaval has joined #openstack-lbaas12:34
*** fnaval has quit IRC12:39
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager  https://review.openstack.org/40523813:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology: Initial Distributor Noop Driver  https://review.openstack.org/31300613:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology : create distributor network flow  https://review.openstack.org/40976313:01
openstackgerritAbed Abu dbai proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks  https://review.openstack.org/40976513:01
openstackgerritAbed Abu dbai proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks  https://review.openstack.org/40976413:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Driver  https://review.openstack.org/31762913:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Backend  https://review.openstack.org/32042213:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks  https://review.openstack.org/40695113:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks  https://review.openstack.org/32348113:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation  https://review.openstack.org/40359413:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes  https://review.openstack.org/32249413:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks  https://review.openstack.org/40695213:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow  https://review.openstack.org/40695313:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor  https://review.openstack.org/40695413:01
openstackgerritAbed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Add Disable ARP merge  https://review.openstack.org/42464813:01
Alex_Stafjohnsom, Hi, I was saw the following tests https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest/v2/ddt. Those setup are failing on my env ( Quotas of LB, ip addresses). Additionally we did not see anywhere that those tests are being ran anywhere. Why we have them if they are not running?  tnx13:02
Alex_Stafnmagnezi, if I messed something feel free to add ^13:03
Alex_Stafmissed*13:03
nmagnezilooks okay13:03
*** yamamoto has quit IRC13:04
*** jerrygb has joined #openstack-lbaas13:05
*** jerrygb has quit IRC13:10
*** AlexeyAbashkin has joined #openstack-lbaas13:16
*** yamamoto has joined #openstack-lbaas13:25
*** yamamoto has quit IRC13:25
*** ducttape_ has quit IRC13:29
*** armax has joined #openstack-lbaas13:34
*** armax has quit IRC13:54
*** jsheeren has joined #openstack-lbaas14:01
*** ducttape_ has joined #openstack-lbaas14:06
*** reedip has quit IRC14:06
*** jsheeren has left #openstack-lbaas14:08
*** ducttape_ has quit IRC14:11
*** reedip has joined #openstack-lbaas14:20
*** matt-borland has joined #openstack-lbaas14:23
*** amotoki has quit IRC14:29
*** amotoki has joined #openstack-lbaas14:35
*** ducttape_ has joined #openstack-lbaas14:37
nradoHi, can some explain to me why the default endpoint type of Keystone client auth session is public (for example in neutron_lbaas.conf)? Should it not be internal?14:39
*** fnaval has joined #openstack-lbaas14:40
*** jerrygb has joined #openstack-lbaas14:44
*** jerrygb_ has joined #openstack-lbaas14:47
*** jerrygb__ has joined #openstack-lbaas14:49
*** jerrygb has quit IRC14:51
*** jerrygb_ has quit IRC14:52
*** fnaval has quit IRC14:52
*** fnaval has joined #openstack-lbaas14:56
*** fnaval has quit IRC14:57
*** amotoki has quit IRC14:57
*** fnaval has joined #openstack-lbaas14:58
*** armax has joined #openstack-lbaas14:58
*** jerrygb has joined #openstack-lbaas15:01
*** jerrygb__ has quit IRC15:05
xgermannrado I think you are right…15:18
openstackgerritDirk Mueller proposed openstack/neutron-lbaas: Remove psutil dependency  https://review.openstack.org/42469515:20
*** amotoki has joined #openstack-lbaas15:22
openstackgerritNir Magnezi proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors  https://review.openstack.org/33184115:24
*** amotoki has quit IRC15:26
nmagnezijohnsom, ^^15:26
*** amotoki has joined #openstack-lbaas15:26
*** amotoki has quit IRC15:27
*** amotoki has joined #openstack-lbaas15:27
*** ducttape_ has quit IRC15:29
openstackgerritNir Magnezi proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors  https://review.openstack.org/33184115:29
*** armax has quit IRC15:34
*** armax_ has joined #openstack-lbaas15:34
*** amotoki has quit IRC15:41
*** gcheresh has quit IRC15:44
*** ducttape_ has joined #openstack-lbaas15:46
*** trevormc has joined #openstack-lbaas15:49
trevormchey lbaas team, I have a feature that works well with sr-iov but it does a lot of loadbalancing type of operations: VLAN and MAC filtering (inbound), Stripping of VLAN ID (single) from inbound traffic, Addition of VLAN ID (single) to outbound traffic, Enabling/disabling broadcast, multicast, unicast. Are these already available in some combination of lbaas and sriov?15:54
*** amotoki has joined #openstack-lbaas15:57
*** _ducttape_ has joined #openstack-lbaas15:59
*** reedip has quit IRC16:02
*** ducttape_ has quit IRC16:03
*** cody-somerville has joined #openstack-lbaas16:03
*** cody-somerville has quit IRC16:03
*** cody-somerville has joined #openstack-lbaas16:03
*** anilvenkata has quit IRC16:04
*** jerrygb has quit IRC16:08
*** jerrygb has joined #openstack-lbaas16:09
*** _ducttape_ has quit IRC16:11
*** ducttape_ has joined #openstack-lbaas16:12
*** eezhova has quit IRC16:15
johnsomtrevormc We have not done any work specific to SRIOV in the reference load balancing drivers yet.  It is on our roadmap to discuss however.16:15
*** pcaruana has quit IRC16:16
*** reedip has joined #openstack-lbaas16:16
johnsomnmagnezi I will take a look at the patch.  I started work testing and reviewing the patch yesterday, but found some more python 3 bugs from the DIB changes.  Still working on that.16:16
johnsomAlex_Staf I am not sure what the current state of the DDT tests are.  The folks that were working on them are no longer working on the project.  For now, you can ignore them.16:17
nmagnezijohnsom, let me know if there is anything I can do to help, even if it's not part of my patch16:17
nmagnezijohnsom, and ofcourse I can review16:17
johnsomI will get it fixed today16:18
nmagneziack16:18
johnsomI hit that issue when doing active/standby testing16:18
johnsomnmagnezi This is my test plan:16:19
johnsomPASS 1. test ubuntu standalone16:19
johnsomPASS 2. test ubuntu standalone amp reboot16:19
johnsom3. test ubuntu act/stndby16:19
johnsom  a. bounce IP back and forth16:19
johnsomPASS 4. test ubuntu spares pool16:19
johnsom1. test centos 7 standalone16:19
johnsom2. test centos 7 standalone amp reboot16:19
johnsom3. test centos 7 act/stndby16:19
johnsom  a. bounce IP back and forth16:19
johnsom4. test centos 7 spares pool16:19
johnsomI started with tests to make sure we didn't break existing capability.16:19
johnsomOr in this case, the tests weren't passing for other reasons....16:19
Alex_Stafjohnsom, tnx :)16:22
*** cody-somerville has quit IRC16:22
nmagnezilooks good. we should probably have some tempest scenarios that do those tests16:23
nmagneziAlex_Staf, ^^ ;)16:23
xgermanso with os_ansible broken I am putting some cycles into the proxy16:24
xgermanwhat we put into the body of the failed request which will generate16:24
johnsomIf you have the development cycles you could work on fixing those ddt tests.  I'm just not sure what state they left them in and as you mentioned they never were added to the gates.16:24
xgermanhttps://www.irccloud.com/pastebin/PESNivm1/16:24
xgermanI am hoping that ansible gets fixed soon - they upgrade to a new ansible version and that cases them pain16:25
*** _ducttape_ has joined #openstack-lbaas16:28
*** ducttape_ has quit IRC16:31
*** cody-somerville has joined #openstack-lbaas16:34
*** reedip_ has joined #openstack-lbaas16:40
*** _ducttape_ has quit IRC16:42
openstackgerritSindhu Devale proposed openstack/octavia: Octavia v2 API for listeners  https://review.openstack.org/42474416:49
*** kevo has joined #openstack-lbaas16:52
openstackgerritNakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members  https://review.openstack.org/42339316:57
*** saju_m has joined #openstack-lbaas16:57
*** ducttape_ has joined #openstack-lbaas17:10
*** Alex_Staf has quit IRC17:16
*** eezhova has joined #openstack-lbaas17:19
*** ducttape_ has quit IRC17:20
*** eezhova has quit IRC17:22
*** eezhova has joined #openstack-lbaas17:23
openstackgerritBrandon Logan proposed openstack/octavia: Add common base type for v1 and v2  https://review.openstack.org/42354217:30
rm_workjohnsom: lol our VM names are limited to 15 chars17:35
rm_worknot something we thought about <_<17:35
johnsomSay what?17:35
johnsomReally?17:35
rm_workfixed it by making the compute_task method generate a new random 15char string for the name :/17:35
johnsomThat is incredibly un-useful17:36
rm_workyeah. whelp.17:37
rm_workjust FYI, in some places that is a thing17:37
*** amotoki has quit IRC17:38
openstackgerritNakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members  https://review.openstack.org/42339317:41
*** ducttape_ has joined #openstack-lbaas17:43
*** csomerville has joined #openstack-lbaas17:48
rm_workjohnsom: FYI interesting thing I ran into, creating a LB without auth turned on does not require a project ID... deleting it does17:50
johnsomrm_work we use this: base64_sha1_string under common/utils for an haproxy limitation on string lenght17:50
rm_workhmm k i'll switch to that17:50
johnsomrm_work oh, great.  Well, it's another bug17:51
johnsomCan you either file it or fix it?17:51
*** cody-somerville has quit IRC17:51
johnsomrm_work https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/listener.py#L9817:52
rm_workyeah i'm like four layers of fur deep right now in this yak17:53
rm_workso i'll file it17:53
johnsomCool, thanks17:53
johnsomIt looks like act/stndby isn't working right.  That is what I am poking at now17:53
rm_workyeah that hash is still too long tho lol17:53
rm_workwe aren't at  hard freeze yet right? this week is just feature freeze17:53
rm_workfiled https://bugs.launchpad.net/octavia/+bug/165906417:57
openstackLaunchpad bug 1659064 in octavia "Delete LB fails with: noauth, no project_id" [Undecided,New]17:57
*** reedip_ has quit IRC17:59
johnsomThis week is the freeze.  I haven't picked a day yet, but will be very picky on what we get in17:59
johnsomIt's feature freeze anyway, we can still merge bug fixes18:01
rm_workkk18:02
*** amotoki has joined #openstack-lbaas18:04
*** strigazi is now known as strigazi_AFK18:05
*** saju_m has quit IRC18:06
*** amotoki has quit IRC18:06
rm_workhey, bonus, I actually get to test using a spares pool :P18:11
*** eezhova has quit IRC18:12
*** ducttape_ has quit IRC18:21
*** ducttape_ has joined #openstack-lbaas18:21
*** ducttape_ has quit IRC18:26
*** eezhova has joined #openstack-lbaas18:29
*** kevo has quit IRC18:29
openstackgerritAnkur proposed openstack/octavia: Introduce Octavia v2 API for Load Balancers  https://review.openstack.org/40619418:37
*** eezhova has quit IRC18:38
*** tesseract has quit IRC18:39
*** trevormc has quit IRC18:42
*** kevo has joined #openstack-lbaas18:43
*** ianychoi has quit IRC19:00
*** eezhova has joined #openstack-lbaas19:10
*** ducttape_ has joined #openstack-lbaas19:11
*** ducttape_ has quit IRC19:15
*** gcheresh has joined #openstack-lbaas19:19
*** kevo has quit IRC19:26
*** ducttape_ has joined #openstack-lbaas19:26
*** kevo has joined #openstack-lbaas19:28
rm_workjohnsom: housekeeping basically never ctrl-c's properly T_T19:39
johnsomYeah, known issue.  It's stuck sleeping.  Just need to rework those sleep timeout loops19:40
*** eezhova has quit IRC19:40
*** harlowja has joined #openstack-lbaas19:41
*** gcheresh has quit IRC19:41
openstackgerritAdam Harwell proposed openstack/octavia: Add option to choose an availability_zone for amps  https://review.openstack.org/42481619:42
openstackgerritOpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements  https://review.openstack.org/42462019:56
*** armax_ is now known as armax20:03
*** gcheresh has joined #openstack-lbaas20:43
*** _ducttape_ has joined #openstack-lbaas20:57
openstackgerritNakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for Members  https://review.openstack.org/40593220:57
openstackgerritNakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members  https://review.openstack.org/42339320:57
openstackgerritNakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for pools  https://review.openstack.org/40592220:57
openstackgerritSindhu Devale proposed openstack/octavia: Octavia v2 API for listeners  https://review.openstack.org/42474420:57
*** ducttape_ has quit IRC21:01
*** jerrygb_ has joined #openstack-lbaas21:01
*** jerrygb has quit IRC21:03
*** jerrygb_ has quit IRC21:04
rm_workugh ok back to looking at pagination21:04
*** yamamoto has joined #openstack-lbaas21:08
openstackgerritMichael Johnson proposed openstack/octavia: Fix active/standby under python3  https://review.openstack.org/42485121:09
xgermanrm_work. johnsom: submitted a lab talk for Boston21:10
xgermanbut it seems they don’t have a lab category21:10
xgerman:-(21:10
johnsom+121:11
johnsomhmmm21:11
xgermanwell, they cna always bring laptops but not sure how we can enforce an RSVP21:11
*** yamamoto has quit IRC21:12
johnsomMaybe that isn't "marketing" enough for the summit????21:13
xgermanmaybe it’s a sales summit?21:13
johnsomWe are selling Octavia, we just have an incredible discount going....21:21
johnsomGrin21:21
openstackgerritShashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for pools  https://review.openstack.org/40592221:24
openstackgerritShashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for pools  https://review.openstack.org/40592221:25
rm_workxgerman: put me on it? I can help21:27
xgermanyep, you are on it21:27
rm_workkk21:27
rm_workthanks21:27
openstackgerritMerged openstack/neutron-lbaas-dashboard: Imported Translations from Zanata  https://review.openstack.org/42170221:29
openstackgerritNakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for Members  https://review.openstack.org/40593221:30
*** catintheroof has quit IRC21:35
*** catintheroof has joined #openstack-lbaas21:35
*** catintheroof has quit IRC21:35
*** _ducttape_ has quit IRC21:37
*** ducttape_ has joined #openstack-lbaas21:37
*** ducttape_ has quit IRC21:38
*** ducttape_ has joined #openstack-lbaas21:39
*** gcheresh has quit IRC21:45
*** kevo has quit IRC21:49
*** kevo has joined #openstack-lbaas21:50
*** amotoki has joined #openstack-lbaas22:02
openstackgerritShashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for Pools with LBaaS align  https://review.openstack.org/42019522:03
openstackgerritMichael Johnson proposed openstack/octavia: Fix active/standby under python3  https://review.openstack.org/42485122:12
openstackgerritMichael Johnson proposed openstack/octavia: Remove python3.4 from tox  https://review.openstack.org/42487722:16
johnsom^^^ Unless someone cares about py34...22:16
*** yamamoto has joined #openstack-lbaas22:17
*** matt-borland has quit IRC22:20
openstackgerritMichael Johnson proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors  https://review.openstack.org/33184122:28
openstackgerritSindhu Devale proposed openstack/octavia: Octavia v2 API for listeners  https://review.openstack.org/42474422:56
openstackgerritMichael Johnson proposed openstack/octavia: Fix py3x gates  https://review.openstack.org/42489022:59
rm_workooh, more py3x fixes?23:00
johnsomJust peeling the onion23:03
johnsomFeel free to add to that if you are inspired and see something23:04
*** harlowja has quit IRC23:08
rm_workwtf mocks are not playing nice today23:08
rm_worksession_mock = mock.MagicMock()23:08
rm_worksession_mock.query.return_value = mock.MagicMock()23:08
rm_workshouldn't session_mock.query() return me a fresh mock?23:08
rm_workthe one I set23:08
rm_workgrrr23:10
rm_workoh weird it is23:11
rm_workit's just ... naming it oddly23:11
*** amotoki has quit IRC23:15
*** rm_work has quit IRC23:16
*** fnaval has quit IRC23:16
*** rm_work has joined #openstack-lbaas23:17
*** ducttape_ has quit IRC23:20
*** amotoki has joined #openstack-lbaas23:22
openstackgerritAdam Harwell proposed openstack/octavia: Implement sorting and pagination for octavia  https://review.openstack.org/38214723:28
rm_workalright giving this a shot23:28
rm_workreworked ... most of that23:28
rm_workto match the way glance does it, kinda23:28
rm_workkind of a mix23:28
rm_workneed to completely redo the testing23:28
rm_workright now it's totally not useful23:28
rm_workgonna copy most of the tests in from glance as well23:29
rm_workas soon as I understand them23:29
rm_workmeanwhile seeing if this works *at all* :P23:33
*** amotoki has quit IRC23:42
*** ducttape_ has joined #openstack-lbaas23:58
*** harlowja has joined #openstack-lbaas23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!