13:00:43 <redrobot> #startmeeting barbican 13:00:44 <openstack> Meeting started Tue Sep 22 13:00:43 2020 UTC and is due to finish in 60 minutes. The chair is redrobot. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:00:45 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:00:47 <openstack> The meeting name has been set to 'barbican' 13:00:59 <redrobot> #topic Roll Call 13:01:02 <redrobot> Courtesy ping for ade_lee dave-mccowan hrybacki jamespage Luzi lxkong mhen moguimar raildo rm_work xek nearyo 13:01:05 <Luzi> o/ 13:01:08 <moguimar> o/ 13:01:18 <redrobot> Hi y'all! 13:01:25 <raildo> o/ 13:01:37 <tosky> hi 13:02:02 <redrobot> Woo! Lots of folks here today! :D 13:02:08 <redrobot> OK, let's get started 13:02:26 <redrobot> We didn't have any Action Items last week, so let's go straight to the Liaison Updates 13:02:32 <redrobot> #topic Liaison Updates 13:02:36 <redrobot> moguimar, any news from Oslo? 13:02:49 <moguimar> we're back on merging stuff 13:02:56 <redrobot> \o/ 13:03:02 <moguimar> as victoria has been branched already 13:03:26 <redrobot> good to know 13:03:34 <tosky> nothing from me, sorry 13:03:42 <redrobot> tosky, no worries 13:05:09 <redrobot> #topic Kanban Review 13:05:13 <redrobot> #link https://tree.taiga.io/project/dmend-openstack-barbican/kanban 13:05:35 <redrobot> moguimar, any updates on the HVAC work? 13:05:43 <moguimar> I should be back to the HVAC thing this Friday 13:06:05 <redrobot> Sounds good 13:06:13 <moguimar> get back* 13:06:19 <redrobot> Secret Consumers is still blocked by implementing microversions 13:06:25 <redrobot> which I am still working on 13:06:52 <redrobot> And I am currently looking for the best way to fix the MySQL errors when migrating from the alembic migrations 13:07:06 <redrobot> #link https://storyboard.openstack.org/#!/story/2007732 13:07:17 <redrobot> ^^^ is currently blocking gmann from testing on Ubuntu Focal 13:09:50 <redrobot> OK, moving on 13:09:54 <redrobot> #topic Bug Review 13:10:34 <redrobot> #link https://storyboard.openstack.org/#!/project_group/barbican 13:10:40 <redrobot> looks like no new bugs in Barbican projects 13:11:03 <redrobot> #link https://bugs.launchpad.net/castellan/+bugs?orderby=-id&start=0 13:11:13 <redrobot> and no new bugs on Castellan 13:11:25 <redrobot> #topic Wayward Reviews 13:11:39 <redrobot> #link https://tinyurl.com/y3ydwmkl 13:13:16 <moguimar> and here we go 13:13:38 <moguimar> no quick needs approval 13:13:53 <moguimar> first item 13:13:55 <moguimar> https://review.opendev.org/#/c/715514/ 13:14:14 <moguimar> I've seen some requires-python warning lately when running tox locally 13:14:32 <moguimar> but I didn't compare what was on the project compared to this patch 13:14:54 <moguimar> is gmann around to talk about this one? 13:15:29 <moguimar> we can also talk about the alembic fixes after the top 3 old patches 13:16:43 <moguimar> second one 13:16:46 <moguimar> https://review.opendev.org/#/c/722954/ 13:16:49 <moguimar> is still failing 13:17:06 <moguimar> we should revisit the stable branches patches 13:17:16 <moguimar> what about set it as a topic for the next upstream Friday? 13:18:04 <redrobot> moguimar, yeah, we can work on the ussuri branch on Friday 13:18:12 <redrobot> maybe we can tag-team on it :) 13:19:03 <moguimar> 3rd one is WIP 13:19:07 <redrobot> RE: python-requires vs python_requires, the setuptools docs use the underscore: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords 13:19:41 <redrobot> Yeah, so I've been testing the migration stuff on MySQL 8.0 13:20:05 <redrobot> When you have barbican create the schema, everything works, but when you use the migration tool it fails 13:20:08 <redrobot> as per bug report 13:20:18 <redrobot> I was trying to squash the migrations to just the supported releases 13:20:24 <redrobot> so I'm half way through doing that 13:20:40 <redrobot> I'll have to do some more testing to make sure we don't break existing deployments 13:20:48 <redrobot> but hopefully I can get it sorted out today 13:21:53 <moguimar> cool 13:23:23 <redrobot> #topic Open Discussion 13:23:31 <redrobot> Anything else y'all want to talk about? 13:23:55 <redrobot> OH! Before I forget, we do have an etherpad to start collecting topics for the upcoming PTG: 13:23:58 <redrobot> #Link https://etherpad.opendev.org/p/wallaby-ptg-barbican 13:24:09 <moguimar> yeah, that's important 13:24:26 <moguimar> it would also be nice to have the link to the previous PTG etherpad 13:24:36 <moguimar> on the top of that one 13:25:47 <redrobot> #link https://etherpad.opendev.org/p/victoria-ptg-barbican 13:25:55 <redrobot> added to the Wallaby etherpad as well 13:27:26 <redrobot> Also added our session slots 13:27:54 <redrobot> #info Barbican PTG Sessions: Oct 27 @ 1500 UTC, and Oct 29 @ 1500 UTC 13:31:50 <moguimar> I think I've found something 13:31:52 <moguimar> https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata 13:32:07 <moguimar> so author-email is actually an alias to author_email 13:32:57 <redrobot> moguimar, python_requires is listed under options using the underscore 13:33:03 <redrobot> in that link you shared 13:33:04 <moguimar> yeah 13:33:10 <moguimar> and there is no - alias for it 13:33:23 <redrobot> yeah, let's change that to underscore and get it merged 13:33:30 <moguimar> I think we can update that patch updating all - to _ 13:33:42 <moguimar> since the aliases are not advised 13:33:50 <moguimar> I'll do it here 13:33:58 <redrobot> sounds good 13:36:44 <redrobot> Anything else y'all want to talk about? 13:39:59 <redrobot> Okay, thanks for joining everyone! 13:40:02 <redrobot> #endmeeting