*** tosky has quit IRC | 00:00 | |
*** moguimar has quit IRC | 00:06 | |
*** moguimar has joined #openstack-oslo | 00:07 | |
*** geguileo has joined #openstack-oslo | 00:10 | |
*** brinzhang has joined #openstack-oslo | 01:02 | |
*** iurygregory has quit IRC | 01:05 | |
*** zzzeek has quit IRC | 02:53 | |
*** zzzeek has joined #openstack-oslo | 02:55 | |
*** brinzhang_ has joined #openstack-oslo | 04:00 | |
*** brinzhang has quit IRC | 04:03 | |
*** jrosser has quit IRC | 04:20 | |
*** jrosser has joined #openstack-oslo | 04:34 | |
*** ricolin has joined #openstack-oslo | 04:41 | |
*** sboyron has joined #openstack-oslo | 05:52 | |
*** ralonsoh has joined #openstack-oslo | 06:02 | |
*** hoonetorg has quit IRC | 06:21 | |
*** tosky has joined #openstack-oslo | 07:35 | |
*** Luzi has joined #openstack-oslo | 07:42 | |
*** rpittau|afk is now known as rpittau | 08:04 | |
*** k-s-dean has joined #openstack-oslo | 08:26 | |
*** brinzhang_ is now known as brinzhang | 08:55 | |
*** brinzhang_ has joined #openstack-oslo | 11:05 | |
*** brinzhang has quit IRC | 11:08 | |
*** iurygregory has joined #openstack-oslo | 11:11 | |
openstackgerrit | Daniel Bengtsson proposed openstack/oslo.middleware master: Fix requirements issues https://review.opendev.org/c/openstack/oslo.middleware/+/785857 | 11:38 |
---|---|---|
*** dhellmann_ has joined #openstack-oslo | 11:44 | |
*** dhellmann has quit IRC | 11:45 | |
*** dhellmann_ is now known as dhellmann | 11:45 | |
mtreinish | I had a random cliff question, is there a good pattern for doing subcommands? | 11:50 |
mtreinish | In 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 |
mtreinish | so 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 |
openstackgerrit | Merged openstack/oslo.privsep master: Fix requirements issues. https://review.opendev.org/c/openstack/oslo.privsep/+/767741 | 12:26 |
*** kgiusti has left #openstack-oslo | 12:45 | |
*** hemna has quit IRC | 12:46 | |
*** hemna has joined #openstack-oslo | 12:47 | |
*** zaneb has joined #openstack-oslo | 12:48 | |
*** stephenfin has quit IRC | 12:49 | |
openstackgerrit | Pierre Riteau proposed openstack/oslo.messaging master: Fix formatting of release list https://review.opendev.org/c/openstack/oslo.messaging/+/785868 | 12:49 |
*** stephenfin has joined #openstack-oslo | 13:08 | |
*** Luzi has quit IRC | 13:21 | |
stephenfin | mtreinish: 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 |
stephenfin | mtreinish: 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.py | 13:43 |
mtreinish | stephenfin: 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 history | 13:45 |
mtreinish | I take a look at what osc is doing and try to update #306 to do it in the same way | 13:45 |
stephenfin | Ack. 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 implementation | 13:46 |
mtreinish | stephenfin: thanks a bunch, that did the trick: https://github.com/mtreinish/stestr/pull/306/commits/8282dbc9cfeb543231211153987b2772fa6e45a7 | 14:04 |
*** sboyron has quit IRC | 14:06 | |
*** sboyron has joined #openstack-oslo | 14:07 | |
hberaud | #startmeeting oslo | 15:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: oslo)" | 15:00 | |
openstack | The meeting name has been set to 'oslo' | 15:00 |
hberaud | Courtesy ping for hberaud, stephenfin, moguimar, jungleboyj, bnemec, johnsom, bcafarel, kgiusti, gmann, valleedelisle, sboyron, damani | 15:00 |
moguimar | o/ | 15:00 |
stephenfin | no/ | 15:00 |
stephenfin | *o/ | 15:00 |
stephenfin | :D | 15:00 |
moguimar | no? =P | 15:00 |
hberaud | #link https://wiki.openstack.org/wiki/Meetings/Oslo#Agenda_for_Next_Meeting | 15:01 |
hberaud | :) | 15:01 |
damani | hi | 15:01 |
bnemec | stephenfin: I thought maybe that was your way of saying you couldn't make it this week. :-) | 15:01 |
moguimar | hey damani | 15:01 |
bnemec | I'm in another meeting, but sort of here. | 15:01 |
hberaud | lol | 15:01 |
johnsom | o/ | 15:01 |
bcafarel | o/ sort of here too | 15:01 |
moguimar | best way to start up a meeting, with some humor =D | 15:01 |
moguimar | and I'll have to drop around half past the hour | 15:02 |
johnsom | Not sure what the heated agenda topic is, but someone is ready to vote no.... lol | 15:02 |
hberaud | Ok let's go | 15:03 |
hberaud | #topic Red flags for/from liaisons | 15:03 |
*** openstack changes topic to "Red flags for/from liaisons (Meeting topic: oslo)" | 15:03 | |
hberaud | Nothing from us that I'm aware of | 15:03 |
johnsom | Nothing from Octavia or Designate | 15:03 |
moguimar | nothing from Barbican | 15:03 |
hberaud | #topic Releases liaison | 15:05 |
*** openstack changes topic to "Releases liaison (Meeting topic: oslo)" | 15:05 | |
bcafarel | nothing from Neutron (that I heard of) | 15:05 |
hberaud | General information: Last mile for wallaby | 15:06 |
hberaud | Else nothing new from a release POV | 15:06 |
hberaud | #topic Security liaison | 15:07 |
*** openstack changes topic to "Security liaison (Meeting topic: oslo)" | 15:07 | |
hberaud | bnemec: Anything to bring here? | 15:07 |
bnemec | Nothing security related. | 15:08 |
hberaud | thanks bnemec | 15:09 |
hberaud | #topic TaCT SIG liaison | 15:09 |
*** openstack changes topic to "TaCT SIG liaison (Meeting topic: oslo)" | 15:09 | |
moguimar | I see that we have an answer being put in practice for the flake8-hacking issue | 15:09 |
damani | continue to work on the flake8 issue | 15:09 |
damani | work in progress | 15:09 |
moguimar | also it looks like the hacking hook for pre-commit merged | 15:09 |
hberaud | This morning I seen some missing patches | 15:10 |
hberaud | Like on oslo.messaging | 15:10 |
damani | seems i forget to do the patch on oslo.messaging | 15:10 |
damani | yes | 15:10 |
damani | i will check if i forgot other projects | 15:11 |
hberaud | It could be worth to check that the series well covered all our projects | 15:11 |
hberaud | thansk damani | 15:11 |
damani | i don't think so but i will check | 15:11 |
hberaud | also it could be worth to propose to abandon patches with alternative solutions | 15:11 |
damani | and make cherry-pick on wallaby | 15:11 |
hberaud | to avoid to keep thousand of opened patches | 15:12 |
damani | yes | 15:12 |
damani | i agree | 15:12 |
hberaud | moguimar: what answer are you talking about? | 15:13 |
moguimar | hberaud, your patches with damani | 15:14 |
hberaud | ah ok I was thinking about something else | 15:14 |
moguimar | IIRC, making the flake8 hook local | 15:15 |
hberaud | yes | 15:15 |
moguimar | I think we could have a 2nd round later switching to the hacking hook | 15:15 |
hberaud | Yes | 15:15 |
damani | yes | 15:16 |
moguimar | but lets stick to what is working already and have an homogeneous solution | 15:16 |
moguimar | hope that is a word in english =P | 15:16 |
hberaud | WFM :) | 15:17 |
hberaud | the solution and the word :) | 15:17 |
hberaud | Ok thanks guys next topic | 15:18 |
hberaud | #topic Action items from last meeting | 15:18 |
*** openstack changes topic to "Action items from last meeting (Meeting topic: oslo)" | 15:18 | |
hberaud | Nothing there | 15:18 |
hberaud | #topic Weekly Wayward Wallaby Review | 15:18 |
*** openstack changes topic to "Weekly Wayward Wallaby Review (Meeting topic: oslo)" | 15:18 | |
hberaud | https://review.opendev.org/c/openstack/oslo.config/+/759173 | 15:19 |
hberaud | done | 15:20 |
hberaud | #topic Open discussion | 15:20 |
*** openstack changes topic to "Open discussion (Meeting topic: oslo)" | 15:20 | |
hberaud | Anything else to discuss today? | 15:20 |
damani | not on my side ' | 15:20 |
bnemec | Reminder that the PTG is coming up shortly. | 15:21 |
bnemec | #link https://etherpad.opendev.org/p/oslo-xena-topics | 15:21 |
damani | yes true next week | 15:22 |
hberaud | What was finally decided? an IRC PTG? | 15:23 |
jungleboyj | Sorry I was late. | 15:25 |
hberaud | np | 15:26 |
hberaud | ok thanks everyone | 15:27 |
hberaud | Let's wrap up | 15:27 |
hberaud | #endmeeting | 15:27 |
*** openstack changes topic to "OpenStack Common Libraries | https://wiki.openstack.org/wiki/Oslo" | 15:27 | |
openstack | Meeting ended Mon Apr 12 15:27:45 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:27 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.html | 15:27 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.txt | 15:27 |
openstack | Log: http://eavesdrop.openstack.org/meetings/oslo/2021/oslo.2021-04-12-15.00.log.html | 15:27 |
jungleboyj | Thanks. :-) | 15:27 |
jungleboyj | Looks like I was a show stopper. :-) | 15:28 |
hberaud | lol | 15:28 |
hberaud | shush! jungleboyj is there :p | 15:29 |
jungleboyj | Ha ha. | 15:29 |
*** HenryG has joined #openstack-oslo | 15:50 | |
*** hamalq has joined #openstack-oslo | 16:47 | |
*** hamalq has quit IRC | 16:47 | |
*** hamalq has joined #openstack-oslo | 16:48 | |
openstackgerrit | Merged openstack/oslo.config master: update doc url https://review.opendev.org/c/openstack/oslo.config/+/759173 | 16:50 |
*** rpittau is now known as rpittau|afk | 16:59 | |
*** sboyron has quit IRC | 17:21 | |
*** sboyron has joined #openstack-oslo | 17:21 | |
*** kgiusti has joined #openstack-oslo | 17:30 | |
*** ralonsoh has quit IRC | 17:52 | |
*** sboyron has quit IRC | 18:41 | |
*** hamalq has quit IRC | 21:11 | |
*** hamalq has joined #openstack-oslo | 21:11 | |
openstackgerrit | Alex Schultz proposed openstack/etcd3gw master: Add user/password authentication https://review.opendev.org/c/openstack/etcd3gw/+/785978 | 21:28 |
*** kgiusti has left #openstack-oslo | 21:59 | |
*** rcernin has joined #openstack-oslo | 23:04 | |
*** tosky has quit IRC | 23:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!