Monday, 2021-04-12

*** tosky has quit IRC00:00
*** moguimar has quit IRC00:06
*** moguimar has joined #openstack-oslo00:07
*** geguileo has joined #openstack-oslo00:10
*** brinzhang has joined #openstack-oslo01:02
*** iurygregory has quit IRC01:05
*** zzzeek has quit IRC02:53
*** zzzeek has joined #openstack-oslo02:55
*** brinzhang_ has joined #openstack-oslo04:00
*** brinzhang has quit IRC04:03
*** jrosser has quit IRC04:20
*** jrosser has joined #openstack-oslo04:34
*** ricolin has joined #openstack-oslo04:41
*** sboyron has joined #openstack-oslo05:52
*** ralonsoh has joined #openstack-oslo06:02
*** hoonetorg has quit IRC06:21
*** tosky has joined #openstack-oslo07:35
*** Luzi has joined #openstack-oslo07:42
*** rpittau|afk is now known as rpittau08:04
*** k-s-dean has joined #openstack-oslo08:26
*** brinzhang_ is now known as brinzhang08:55
*** brinzhang_ has joined #openstack-oslo11:05
*** brinzhang has quit IRC11:08
*** iurygregory has joined #openstack-oslo11:11
openstackgerritDaniel Bengtsson proposed openstack/oslo.middleware master: Fix requirements issues  https://review.opendev.org/c/openstack/oslo.middleware/+/78585711:38
*** dhellmann_ has joined #openstack-oslo11:44
*** dhellmann has quit IRC11:45
*** dhellmann_ is now known as dhellmann11:45
mtreinishI had a random cliff question, is there a good pattern for doing subcommands?11:50
mtreinishIn https://github.com/mtreinish/stestr/pull/306 I'm trying to add a new command that has 3 subcommands (for example stestr history list). I did this the standard argparse way by adding with a subparser but the sphinx extension doesn't like that (also it stack traces on an invalid subcommand)11:50
mtreinishso I'm trying to figure out if there is a cliff pattern for this kind of thing, I skimmed the docs and didn't see any examples in there for it (but I might have missed it)11:51
openstackgerritMerged openstack/oslo.privsep master: Fix requirements issues.  https://review.opendev.org/c/openstack/oslo.privsep/+/76774112:26
*** kgiusti has left #openstack-oslo12:45
*** hemna has quit IRC12:46
*** hemna has joined #openstack-oslo12:47
*** zaneb has joined #openstack-oslo12:48
*** stephenfin has quit IRC12:49
openstackgerritPierre Riteau proposed openstack/oslo.messaging master: Fix formatting of release list  https://review.opendev.org/c/openstack/oslo.messaging/+/78586812:49
*** stephenfin has joined #openstack-oslo13:08
*** Luzi has quit IRC13:21
stephenfinmtreinish: cliff (and by extension OSC etc.) doesn't really do commands with subcommands. It does do command categories, which might be what you're looking for?13:41
stephenfin(Well, it could do commands with optional subcommands but it's not really common and you'll potentially run into conflicts when a subcommand conflicts with optional posargs)13:42
stephenfinmtreinish: OSC structures commands like 'openstack RESOURCE OPERATION', e.g. 'openstack server create' or 'openstack network delete'. Those are implemented by simply adding additional underscore-separated entrypoints in setup.py13:43
mtreinishstephenfin: ah ok, that probably should work. I was just trying to group actions around 'stestr history' since it seemed silly to have a separate command for list, show, and delete history13:45
mtreinishI take a look at what osc is doing and try to update #306 to do it in the same way13:45
stephenfinAck. You could share some common code by creating a base Command subclass that everything uses, but each command will still ultimately have to have its own implementation13:46
mtreinishstephenfin: thanks a bunch, that did the trick: https://github.com/mtreinish/stestr/pull/306/commits/8282dbc9cfeb543231211153987b2772fa6e45a714:04
*** sboyron has quit IRC14:06
*** sboyron has joined #openstack-oslo14:07
hberaud#startmeeting oslo15:00
openstackMeeting started Mon Apr 12 15:00:27 2021 UTC and is due to finish in 60 minutes.  The chair is hberaud. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: oslo)"15:00
openstackThe meeting name has been set to 'oslo'15:00
hberaudCourtesy ping for hberaud, stephenfin, moguimar, jungleboyj, bnemec, johnsom, bcafarel, kgiusti, gmann, valleedelisle, sboyron, damani15:00
moguimaro/15:00
stephenfinno/15:00
stephenfin*o/15:00
stephenfin:D15:00
moguimarno? =P15:00
hberaud#link https://wiki.openstack.org/wiki/Meetings/Oslo#Agenda_for_Next_Meeting15:01
hberaud:)15:01
damanihi15:01
bnemecstephenfin: I thought maybe that was your way of saying you couldn't make it this week. :-)15:01
moguimarhey damani15:01
bnemecI'm in another meeting, but sort of here.15:01
hberaudlol15:01
johnsomo/15:01
bcafarelo/ sort of here too15:01
moguimarbest way to start up a meeting, with some humor =D15:01
moguimarand I'll have to drop around half past the hour15:02
johnsomNot sure what the heated agenda topic is, but someone is ready to vote no.... lol15:02
hberaudOk let's go15:03
hberaud#topic Red flags for/from liaisons15:03
*** openstack changes topic to "Red flags for/from liaisons (Meeting topic: oslo)"15:03
hberaudNothing from us that I'm aware of15:03
johnsomNothing from Octavia or Designate15:03
moguimarnothing from Barbican15:03
hberaud#topic Releases liaison15:05
*** openstack changes topic to "Releases liaison (Meeting topic: oslo)"15:05
bcafarelnothing from Neutron (that I heard of)15:05
hberaudGeneral information: Last mile for wallaby15:06
hberaudElse nothing new from a release POV15:06
hberaud#topic Security liaison15:07
*** openstack changes topic to "Security liaison (Meeting topic: oslo)"15:07
hberaudbnemec: Anything to bring here?15:07
bnemecNothing security related.15:08
hberaudthanks bnemec15:09
hberaud#topic TaCT SIG liaison15:09
*** openstack changes topic to "TaCT SIG liaison (Meeting topic: oslo)"15:09
moguimarI see that we have an answer being put in practice for the flake8-hacking issue15:09
damanicontinue to work on the flake8 issue15:09
damaniwork in progress15:09
moguimaralso it looks like the hacking hook for pre-commit merged15:09
hberaudThis morning I seen some missing patches15:10
hberaudLike on oslo.messaging15:10
damaniseems i forget to do the patch on oslo.messaging15:10
damaniyes15:10
damanii will check if i forgot other projects15:11
hberaudIt could be worth to check that the series well covered all our projects15:11
hberaudthansk damani15:11
damanii don't think so but i will check15:11
hberaudalso it could be worth to propose to abandon patches with alternative solutions15:11
damaniand make cherry-pick on wallaby15:11
hberaudto avoid to keep thousand of opened patches15:12
damaniyes15:12
damanii agree15:12
hberaudmoguimar: what answer are you talking about?15:13
moguimarhberaud, your patches with damani15:14
hberaudah ok I was thinking about something else15:14
moguimarIIRC, making the flake8 hook local15:15
hberaudyes15:15
moguimarI think we could have a 2nd round later switching to the hacking hook15:15
hberaudYes15:15
damaniyes15:16
moguimarbut lets stick to what is working already and have an homogeneous solution15:16
moguimarhope that is a word in english =P15:16
hberaudWFM :)15:17
hberaudthe solution and the word :)15:17
hberaudOk thanks guys next topic15:18
hberaud#topic Action items from last meeting15:18
*** openstack changes topic to "Action items from last meeting (Meeting topic: oslo)"15:18
hberaudNothing there15:18
hberaud#topic Weekly Wayward Wallaby Review15:18
*** openstack changes topic to "Weekly Wayward Wallaby Review (Meeting topic: oslo)"15:18
hberaudhttps://review.opendev.org/c/openstack/oslo.config/+/75917315:19
hberauddone15:20
hberaud#topic Open discussion15:20
*** openstack changes topic to "Open discussion (Meeting topic: oslo)"15:20
hberaudAnything else to discuss today?15:20
damaninot on my side '15:20
bnemecReminder that the PTG is coming up shortly.15:21
bnemec#link https://etherpad.opendev.org/p/oslo-xena-topics15:21
damaniyes true next week15:22
hberaudWhat was finally decided? an IRC PTG?15:23
jungleboyjSorry I was late.15:25
hberaudnp15:26
hberaudok thanks everyone15:27
hberaudLet's wrap up15:27
hberaud#endmeeting15:27
*** openstack changes topic to "OpenStack Common Libraries | https://wiki.openstack.org/wiki/Oslo"15:27
openstackMeeting ended Mon Apr 12 15:27:45 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:27
openstackMinutes:        http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.html15:27
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.txt15:27
openstackLog:            http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.log.html15:27
jungleboyjThanks.  :-)15:27
jungleboyjLooks like I was a show stopper.  :-)15:28
hberaudlol15:28
hberaudshush! jungleboyj is there :p15:29
jungleboyjHa ha.15:29
*** HenryG has joined #openstack-oslo15:50
*** hamalq has joined #openstack-oslo16:47
*** hamalq has quit IRC16:47
*** hamalq has joined #openstack-oslo16:48
openstackgerritMerged openstack/oslo.config master: update doc url  https://review.opendev.org/c/openstack/oslo.config/+/75917316:50
*** rpittau is now known as rpittau|afk16:59
*** sboyron has quit IRC17:21
*** sboyron has joined #openstack-oslo17:21
*** kgiusti has joined #openstack-oslo17:30
*** ralonsoh has quit IRC17:52
*** sboyron has quit IRC18:41
*** hamalq has quit IRC21:11
*** hamalq has joined #openstack-oslo21:11
openstackgerritAlex Schultz proposed openstack/etcd3gw master: Add user/password authentication  https://review.opendev.org/c/openstack/etcd3gw/+/78597821:28
*** kgiusti has left #openstack-oslo21:59
*** rcernin has joined #openstack-oslo23:04
*** tosky has quit IRC23:24

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!