Tuesday, 2022-01-25

*** ministry is now known as __ministry00:06
opendevreviewMerged openstack/nova master: Add service version check workaround for FFU  https://review.opendev.org/c/openstack/nova/+/82609700:37
opendevreviewMerged openstack/nova master: block_device: Ignore VolumeAttachmentNotFound during detach  https://review.opendev.org/c/openstack/nova/+/81212700:48
opendevreviewMerged openstack/nova master: Add check job for FIPS  https://review.opendev.org/c/openstack/nova/+/79051901:34
*** hemna9 is now known as hemna07:38
plibeauhello, sean-k-mooney thx for the review, lyarwood if you have time to review: https://review.opendev.org/c/openstack/nova/+/82053108:39
*** Uggla|afk is now known as Uggla08:47
bauzassean-k-mooney: gibi: when you're around, I'm about working on a specific implementation detail for https://specs.openstack.org/openstack/nova-specs/specs/yoga/approved/boot-vm-with-unaddressed-port.html10:12
bauzassean-k-mooney: gibi: in https://review.opendev.org/c/openstack/nova/+/669411/2/nova/network/neutron.py stephenfin said we should verify the l2 connectivity for the port binding10:12
bauzassean-k-mooney: gibi: I can do it in https://github.com/openstack/nova/blob/master/nova/network/neutron.py#L354610:13
bauzassean-k-mooney: gibi: but what kind of exception should I provide if it's not cool ?10:14
bauzasexception.PortUpdateFailed I guess?10:14
gibihm, 10:14
gibithe faulty case is when a port has ip_allocation=none but when it is bound neutron sets connectivity to other than l2 10:15
gibibut this should be a neutron error, isn't it?10:15
gibiI mean such port has no sense10:15
bauzasgibi: this is correct iiuc10:16
gibicould neutron detect this and fail the binding?10:16
gibithat would be a cleaner approach10:16
bauzasgibi: well, I don't know10:17
gibisean-k-mooney: ^^ ? 10:17
bauzasstephenfin: if you're around, I'd like to understand why you wanted to verify the l2 connectivity with https://review.opendev.org/c/openstack/nova/+/669411/2/nova/network/neutron.py10:17
* stephenfin looks10:18
bauzasthanks10:18
bauzascontext : unaddressed ports10:18
bauzaswe haven't discussed it in the spec10:18
stephenfinAh, so ralonsoh is really the person to ask. He told me to do that :) If I were to guess, it's because deferred IP allocation obviously only makes sense for L2 ports (you must have an IP to operate at layer 3) but that's a guess10:22
bauzasstephenfin: yeah, I understand why10:22
bauzasI mean the "why we should verify"10:23
bauzasbut gibi had concerns with "where we should do it"10:23
bauzasand I'm quite able with him10:23
ralonsohbauzas, there are some backends that don't allow to have IP-less ports10:23
stephenfinah, yes, I didn't read all the conversation10:23
ralonsohthis is why we introduced this parameter10:23
bauzasralonsoh: sure, I understand but why it should be nova which should verify when binding ?10:24
bauzasand why not neutron when creating the port ?10:24
ralonsohbecause the port creation is just a DB representation10:24
ralonsohthis is not bound to any backend10:24
bauzasuntil binding, I guess then ?10:24
ralonsohyes, that's the point10:25
bauzasralonsoh: ok, then why it should be nova which would verify it when binding and why not neutron ?10:25
ralonsohbecause this is how it was designed10:26
ralonsohwe can change it back again10:26
bauzasgibi: ^10:27
gibiack10:28
bauzasralonsoh: sorry, havn't seen it in https://specs.openstack.org/openstack/nova-specs/specs/yoga/approved/boot-vm-with-unaddressed-port.html10:28
gibiI do belive that if the port binding does not make sense then such bindig should be rejected by neutron10:28
gibibut I don't have deep understanding of the neutron side of this10:28
bauzasoh my bad, this was somehow explained in the spec : 10:29
bauzas" The changes introduced as part of the “Port binding event extended information for Nova” 4 spec means neutron will now provide the type of back-end to which the port is bound, with the parameter connectivity, included now in binding:vif_details. Nova can determine whether a given driver back-end has “l2” connectivity and, if so, know that a port without an IP address can be assigned to a virtual machine."10:29
bauzasI guess I'd appreciate sean-k-mooney's thoughts on this one10:30
* bauzas also needs to jump on an internal bug priority :(10:30
gibiif this was agreed before then I rest my case10:32
bauzasgibi: well, yes and no10:35
bauzasthis was agreed in a neutron spec10:35
bauzasthis wasn't really discussed in the nova spec10:35
bauzasexcept saying "look, we could have neutron backends that'd have problems, we should verify the connectivity"10:35
bauzasbut we accepted it as it's phrased10:36
ralonsohbauzas, this can be changed and we can make Neutron to decide this10:36
ralonsohif we have the port connectivity value and the backend one too, that's easy10:36
bauzasralonsoh: I think I'm personnally OK with moving on and doing this check in nova first but I'd somehow appreciate second thoughts for a neutron change too10:37
ralonsohbauzas, I'll propose this in a drivers meeting10:38
ralonsohif a new spec is needed, I'll push it10:38
bauzaswell, that'd mean a Z change10:38
ralonsohyes, in Z probably10:38
ralonsohwell, I'm not sure10:38
bauzasthat's why I'm saying I'm OK with checking this in nova first if gibi is OK10:38
bauzas(provided I'm able to write such thing :D )10:39
ralonsohbauzas, I'll raise this question this friday, at 1400UTC10:39
ralonsohdrivers meeting. The change should be small in Neutron10:40
ralonsohbauzas, good news10:45
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/67802710:45
ralonsoh(sorry, I didn't remember that part)10:45
ralonsohNeutron will reject this port binding10:45
ralonsohand that was merged in Train10:45
bauzasralonsoh: ok, so no need for a check in nova10:46
bauzasall good10:46
bauzasI can remove stephenfin's WIP10:46
bauzasand repropose it against Yoga nova10:46
gibibauzas, ralonsoh: https://review.opendev.org/c/openstack/neutron/+/678027 is the best outcome of this discussion :)11:09
chateaulavsean-k-mooney: appreciate the os-traits review!12:02
bkranendonkhi folks, is there a way to utilize multiple image backends (e.g. rbd for instance X and lvm for instance Y) on the same hypervisor?12:55
bkranendonkcant find info on this12:55
lyarwoodbkranendonk: not with the libvirt driver, it's a single static choice in the compute config used by all instances hosted on it13:08
lyarwoodbkranendonk: if you want choice use volume types has always been our suggestion 13:09
bkranendonklyrarwood: Boot from volume with a volume_type?13:09
sean-k-mooneybkranendonk: yep13:10
bkranendonkok, thanks!13:10
lyarwoodbkranendonk: I think we proxy the type yeah, otherwise just create the volume directly in cinder with a given type and then use it in nova13:10
sean-k-mooneythe images type can be used to set a host wide default stoage backing and then you can suplement that with cinder volumes and volume types to select based on differnt perfromacne requiements13:10
lyarwoodyeah block_device_mapping_v2.volume_type is available from 2.6713:11
elodillesbauzas: i'll add some update to meetings wiki if you are not doing that right now13:30
bauzaselodilles: sure, please do13:46
elodillesbauzas: thx, done13:55
sean-k-mooneybauzas: you were asking previously about adressless port and why nova needs to check the connectivty?14:51
sean-k-mooneydid you get an answer14:51
sean-k-mooneyits a security issue14:51
sean-k-mooneyfor backends like calico that provie l3 only connectivity its invlade to use l2 networking and it will not be fucntional14:52
sean-k-mooneyin general port with l2 connectivy and no ip will not work with security groups proerly14:53
sean-k-mooneytechincally you can magch on thernet type but almost all security group rules assme an ip14:53
sean-k-mooneythe check tha tnova needs to is basicaly a simple reasonablness check14:54
sean-k-mooneye.g. is it reasonable given the info provide by neutron that the port would be usable without an addres.14:54
sean-k-mooneyif the the connectivy type is l2 then yes14:54
sean-k-mooneyif l3 then no14:54
sean-k-mooneysimple as that14:54
sean-k-mooneybauzas: ralonsoh  the connectivy par to fhte spec shoudl already be implemented in neutron14:55
sean-k-mooneythe binding driver info is not implemtned but that is not needed for adress less ports14:55
sean-k-mooneyhere is where ml2/ovs reports l2 connectivy for example https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py#L59-L6114:57
sean-k-mooneythe main issue we have is this is obviouls a late fail on the compute node when we attpemt to do the port binding14:58
sean-k-mooneybut that is better then booting with out any networking14:58
sean-k-mooneyall of the in tree drivers supprot this feature as far as i am aware15:00
sean-k-mooneyand they all provide l2 connectivity15:00
sean-k-mooneycalico is really the only one i know of that is l3 only15:00
bauzassean-k-mooney: ralonsoh told me that eventually Neutron verified the backend15:07
bauzas(from Train)15:07
bauzassean-k-mooney: https://review.opendev.org/c/openstack/neutron/+/67802715:08
sean-k-mooneyit may but i think nova should still enforce the connectivy15:08
bauzasfolks, nova meeting in 52 mins here at #openstack-nova15:08
bauzassean-k-mooney: honestly, gibi and me were asking for that15:08
bauzassee the discussion we had this morning15:09
sean-k-mooneyasking for nova ot also enforce it or just relay on neutron15:09
gibiif neutron enforces it then I think nova does not need to enforce it15:10
ralonsohthe port connectivity parameter was for Nova15:10
sean-k-mooneyi guess im just surpesed because neutron did not want to enfoce it orginally which is why we added the connectivy15:10
ralonsohin Neutron we check the backend connectivity (doesn't need to be in the port)15:10
ralonsohand if the port has or not IP addresses15:10
ralonsohsean-k-mooney, https://review.opendev.org/c/openstack/neutron/+/678027/3/neutron/plugins/ml2/managers.py15:11
sean-k-mooneyright but we added the connectivty parmater becasue neuton did not want to do that backend check when we first dicussed this featre15:11
ralonsohis this what you need?15:11
sean-k-mooney yes but that means we dont need the connectivty parmater in the respocne any more15:12
ralonsohso we can remove it from the port dict15:12
ralonsohin any case, the ML2 plugin should keep it15:12
opendevreviewMerged openstack/nova master: libvirt: Create qcow2 disks with the correct size without extending  https://review.opendev.org/c/openstack/nova/+/77927515:12
sean-k-mooneyam we could although it proably does not hurt to leave it there15:12
ralonsohperfect, doesn't add any overhead15:12
sean-k-mooneythe user might want to check what connectivy is aviaable to them i guess15:13
bauzassean-k-mooney: ok, so you're OK if we don't verify it in nova ?15:13
bauzasas neutron already does it ?15:13
sean-k-mooneybauzas: ya given that bug fix im ok with it15:13
bauzas++15:13
bauzassimplier for me then15:13
bauzasI just need to rebase the change from stephenfin15:14
sean-k-mooneybauzas: as i said im just surprised that was done since it was orginaly rejected.15:14
sean-k-mooneyyep 15:14
bauzasand I'll just provide a Tempest test15:14
sean-k-mooneyralonsoh: qq while your here15:14
sean-k-mooneyralonsoh: did you recently add the binding driver to the port details as part of the recent ovn work you were doing15:15
ralonsohyes15:15
ralonsohlet me find the patch15:15
sean-k-mooneyit was part of https://specs.openstack.org/openstack/neutron-specs/specs/xena/ovn-auxiliary-port-bridge-live-migration.html right15:15
sean-k-mooneyis "backend" now populated for all ml2 drivers15:15
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/81414315:16
ralonsoh"connectivity" you mean15:16
opendevreviewSylvain Bauza proposed openstack/nova master: WIP neutron: Allow to spawn VMs with port without IP address  https://review.opendev.org/c/openstack/nova/+/66941115:16
ralonsohyes for all in-tree drivers15:16
bauzasthere it goes ^15:16
ralonsohthe default value is "legacy"15:16
sean-k-mooneyralonsoh: no i mean backend15:16
sean-k-mooneyralonsoh: https://specs.openstack.org/openstack/neutron-specs/specs/xena/ovn-auxiliary-port-bridge-live-migration.html#nova-neutron-events15:16
sean-k-mooneythis is unrelated to the connectivy question15:17
bauzasholy shit, we actually don't need to have it WIP15:17
ralonsohsean-k-mooney, TBH, I don't remember now, let me check15:17
sean-k-mooneybauzas: stephens patch? im pretty sure it worked in the past15:17
sean-k-mooneyralonsoh: i dont see the constant defiend in neutron-lib15:18
sean-k-mooneyso i think this is missing again15:19
ralonsohsean-k-mooney, this is part of VIF_DETAILS15:19
ralonsohwe don't need to add it to the API15:19
opendevreviewSylvain Bauza proposed openstack/nova master: neutron: Allow to spawn VMs with port without IP address  https://review.opendev.org/c/openstack/nova/+/66941115:19
sean-k-mooneyralonsoh: yes you do15:19
bauzassean-k-mooney: stephenfin's rebased patch without WIP15:19
sean-k-mooneythe keys in VIF_DETAILS are part of the prot binding extenion15:19
ralonsohsean-k-mooney, yes, but not the content15:20
sean-k-mooneywe normaly defien the keys of vif_details here https://github.com/openstack/neutron-lib/blob/master/neutron_lib/api/definitions/portbindings.py#L7615:21
sean-k-mooneyhttps://github.com/openstack/neutron-lib/blob/master/neutron_lib/api/definitions/portbindings.py#L49-L7615:21
sean-k-mooneyso if you have not defiend the key there its a bug IMO15:21
ralonsohsean-k-mooney, I didn't add anything to the vif details yet15:21
ralonsohI missed that part15:21
sean-k-mooneyack so the backend is not specifed ok15:22
sean-k-mooneyso nova still cannot make decsion based on if its ovn15:22
sean-k-mooneyvs ml2/ovs15:22
ralonsohyeah sorry, I really missed that part15:23
ralonsohit will be this release for sure15:23
sean-k-mooneyack no worries. i dont have time to start usign it this cycle anyway15:24
sean-k-mooneybut when its there we might be able to adress some of the livmigratio/move op issue we have with ovn15:24
sean-k-mooneyralonsoh: on a related note we have merged the self-annouch change so that should help with ovn migration downtime15:25
sean-k-mooneyralonsoh:i have started the backports too15:25
ralonsohsean-k-mooney, perfect15:25
bauzaslast reminder : nova meeting in 8 mins here15:53
bauzass/8/715:53
bauzas#startmeeting nova16:00
opendevmeetMeeting started Tue Jan 25 16:00:10 2022 UTC and is due to finish in 60 minutes.  The chair is bauzas. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
opendevmeetThe meeting name has been set to 'nova'16:00
bauzasgosh I was late 16:00
bauzashowdy16:00
gibiof a whole 10 seconds :)16:00
sean-k-mooneyo/16:00
bauzas#link https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting16:01
bauzasshould be a quick one16:01
elodilleso/16:02
bauzasokay, let's start16:02
bauzas#topic Bugs (stuck/critical) 16:02
bauzas#info No Critical bug16:02
bauzas#link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New 36 new untriaged bugs (+4 since the last meeting)16:02
bauzas#help Nova bug triage help is appreciated https://wiki.openstack.org/wiki/Nova/BugTriage16:02
bauzas#link https://storyboard.openstack.org/#!/project/openstack/placement 23 open stories (-2 since the last meeting) in Storyboard for Placement 16:02
bauzas#undo16:02
opendevmeetRemoving item from minutes: #link https://storyboard.openstack.org/#!/project/openstack/placement16:02
bauzas#link https://storyboard.openstack.org/#!/project/openstack/placement 25 open stories (+2 since the last meeting) in Storyboard for Placement 16:03
bauzasthere it is16:03
bauzas(sorry, wrong paste)16:03
bauzasany bug to discuss ?16:03
gibiyepp that +2 is the two any-traits ticket that are open again as I pushed implementation 16:03
bauzasokidoki thanks16:04
bauzasok, let's continue16:05
bauzas#topic Gate status 16:05
bauzas#link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure Nova gate bugs 16:05
bauzas#link https://zuul.openstack.org/builds?project=openstack%2Fplacement&pipeline=periodic-weekly Placement periodic job status 16:05
bauzas#info Please look at the gate failures, file a bug, and add an  elastic-recheck signature in the opendev/elastic-recheck repo (example: https://review.opendev.org/#/c/759967)16:05
bauzasthat's been a while since I've seen a gate failure16:05
sean-k-mooney as a house keeping thing16:06
bauzasso, /me crosses fingers for the last 5 weeks16:06
sean-k-mooneydo we want to continue to suggest filing elastic-recheck patches16:06
gibiit was probably ignored so far so I'm not against dropping it16:07
sean-k-mooneywell it was more related to the fact infra will be discontinuing it eventually16:07
sean-k-mooneyand im not sure how many reviw the repo16:07
bauzassean-k-mooney: well, good question16:08
sean-k-mooneyits not really imporant but as a new contibutor i migth get confused16:08
bauzasat least I'll leave to ask to create bug report16:08
sean-k-mooneyyes16:08
bauzasok, done.16:08
gibiagree about asking for bugreports tagged with gate-failure16:09
bauzasgibi: done => Ctrl-R for https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting :)16:09
gibithanks :)16:09
bauzasmoving16:10
bauzas#topic Release Planning 16:10
bauzas#info FeatureApprovalFreeze was Jan 13st16:10
bauzas#link https://releases.openstack.org/yoga/schedule.html#y-ff FeatureFreeze in 4 weeks16:11
bauzas(actually, 4.5 but meh)16:11
bauzas#link https://etherpad.opendev.org/p/nova-yoga-blueprint-status Etherpad for blueprints tracking 16:12
bauzasI started to update it16:12
bauzasif people can look at it, it would be nice16:12
bauzasand if owners can provide their changes, it would be super too16:12
bauzasfor the moment, I'm not asking to review them16:12
gibibauzas: can I add the any-traits placement feature to the pad?16:13
bauzasgibi: sure16:13
bauzasactually, this would be better16:13
bauzasas I was only looking at the nova features16:13
bauzasso yeah, we should look at this etherpad rather than launchpad 16:14
bauzasmoving on ?16:15
sean-k-mooneysure16:15
sean-k-mooneyi have bookmarked that now16:15
bauzas#topic Review priorities 16:17
bauzas#link https://review.opendev.org/q/status:open+(project:openstack/nova+OR+project:openstack/placement+OR+project:openstack/os-traits+OR+project:openstack/os-resource-classes+OR+project:openstack/os-vif+OR+project:openstack/python-novaclient+OR+project:openstack/osc-placement)+label:Review-Priority%252B116:17
bauzasnothing to tell 16:18
sean-k-mooneyi have one topic for opendiscuss by the way when we get there just an fyi16:18
bauzasmaybe next week, we should wonder whether we should provide new priorities as we would be closer to ff16:18
bauzassean-k-mooney: sure, should be in 2 mins16:19
gibibauzas: yeah we should be agressive on priorities as we close to ff16:19
bauzas#link https://review.opendev.org/c/openstack/nova/+/816861 is now merged16:19
bauzassean-k-mooney: if you want to provide a change for ^16:19
Ugglabauzas, maybe it's me but the link above seems not ok.16:20
sean-k-mooneyack ill try and work on it sometime this week16:20
sean-k-mooneyill ping you when i push a patch16:20
bauzasUggla: which one ?16:20
bauzassean-k-mooney: sure thanks16:20
Ugglabauzas, the really long one with priorities.16:20
bauzasUggla: I guess this is due to your IRC client16:21
elodillesfor me it works16:21
sean-k-mooneyit might be you client16:21
bauzasthis is a oneliner16:21
sean-k-mooneyi have to go to raw mode to click it16:21
sean-k-mooneyotherwise the wrappign cuts it off16:21
bauzasok, lemme see if I can provide a openstack bitly16:21
Ugglabauzas, you are right, sorry.16:21
* bauzas can't remember the openstack bitly btw.16:22
bauzasI mean the shortening URL 16:22
bauzasanyway, lemme modify the url16:23
bauzasnext topic ?16:23
sean-k-mooneysure16:23
bauzas#topic Stable Branches 16:25
bauzaselodilles: floor is yours16:25
elodillesstable gates were impacted with centos-8-stream job failure again (it is non-voting again)16:25
elodilles#info stable gates are not blocked, but patches usually needs recheck due to intermittent failures16:25
elodilles#info heads-up: stable/victoria going to transition to Extended Maintenance in 3 months16:25
elodilles#info patches waiting for a 2nd +2 (please review some if you have time): https://review.opendev.org/q/project:openstack/nova+branch:%255Estable/.*+is:open+label:Code-Review%253D%252B216:25
elodillesand that's all16:26
bauzascool and thanks16:27
elodillesno problem :]16:27
bauzasI'll try to do reviews but honestly the priorities will be for some spec implementations atm :)16:28
elodillesthat's understandable16:28
elodillesyoga-3 is coming :)16:29
bauzaswinter is already there too16:29
elodilles:S16:29
bauzasanyway16:30
bauzas#topic Sub/related team Highlights16:30
bauzas #info No subteam left16:30
bauzasnothing to say about it, let's move on16:30
bauzas#topic Open discussion 16:30
bauzasnothing on the agenda, but sean-k-mooney had a thought16:30
sean-k-mooneycool16:31
bauzasshoot16:31
sean-k-mooneyso related to the off path network backends16:31
sean-k-mooneyhttps://review.opendev.org/c/openstack/os-traits/+/81851416:31
sean-k-mooneygibi if you are oke with ^ still i will +w16:31
sean-k-mooneybut i want to see if we can do an os trait release soon16:31
gibisean-k-mooney: I'm OK16:31
sean-k-mooneyeither this week or next week16:31
sean-k-mooneyany objectsion to doing a release soon?16:32
sean-k-mooneyif not ill propose a patch to the releases repo16:32
sean-k-mooneythere are one or two other patches up for review16:32
sean-k-mooneyliek the one for emulation support16:32
sean-k-mooneyhttps://review.opendev.org/c/openstack/os-traits/+/82405016:32
sean-k-mooneyso it might be good to to a quick scan of the os-traits reviews and merge thos that matter16:33
sean-k-mooney or rather correspond to thos that have approved specs16:33
sean-k-mooneyany objections if i tag them as review priorities16:33
bauzasno16:34
bauzasno objections of course16:34
bauzasand yeah we could release16:34
bauzasif needed16:34
bauzasit's better to do it now rather than in 2 weeks16:34
bauzaswe could do another release if needed for sure16:34
sean-k-mooneythe nova unit/func test dont work with depend on so we will need a release before the code that uses them can merge16:34
bauzasreally?16:34
sean-k-mooneyya tox pulls form pypi16:35
bauzasI thought we were able to Depends-on16:35
sean-k-mooneytempest works16:35
bauzasmaking sense... somehow16:35
sean-k-mooneysince devstack using the repos prepared by zuul but ya lib deps dont work for tox16:35
sean-k-mooneyok thats all i had16:36
bauzassean-k-mooneyok, ping me when you wanna release16:36
bauzassean-k-mooney: ^16:36
bauzasand I'll +116:36
sean-k-mooneyack will do16:36
* gibi just approved the traits for the emulator feature16:36
bauzason the release patch16:36
bauzasok, that's it for all we had16:36
chateaulavgibi: thanks!16:36
bauzasI guess we can wrap it up and return to what we did before16:36
gibibauzas: +116:37
bauzasthat being said,16:37
bauzas#endmeeting16:37
opendevmeetMeeting ended Tue Jan 25 16:37:50 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:37
opendevmeetMinutes:        https://meetings.opendev.org/meetings/nova/2022/nova.2022-01-25-16.00.html16:37
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/nova/2022/nova.2022-01-25-16.00.txt16:37
opendevmeetLog:            https://meetings.opendev.org/meetings/nova/2022/nova.2022-01-25-16.00.log.html16:37
sean-k-mooneychateaulav: fyi both the trait patch i know of that should be in the next release are now making them selves through the gate16:38
sean-k-mooneychateaulav: so im going to check the rest but assuming nothing else jumps out at me ill propose a patch to the reslese repo later today16:38
sean-k-mooneychateaulav: there is curretly a blocker issue with the release repo16:39
chateaulavsean-k-mooney: awesome! appreciate it.16:39
sean-k-mooneyso it likely will be a day or two before the release happens as we cant currently merge the patch16:39
sean-k-mooneygibi: thanks :)16:41
opendevreviewMerged openstack/os-traits master: Adds Pick guest CPU architecture based on host arch in libvirt driver support  https://review.opendev.org/c/openstack/os-traits/+/82405016:46
opendevreviewMerged openstack/os-traits master: Add a trait for remote_managed port-capable nodes  https://review.opendev.org/c/openstack/os-traits/+/81851416:48
opendevreviewsean mooney proposed openstack/os-traits master: Add Train Ussuri Victoria release info  https://review.opendev.org/c/openstack/os-traits/+/76888916:52
sean-k-mooneydoes anyone rememeber what that sate of owner traits is16:55
sean-k-mooneyhttps://review.opendev.org/c/openstack/os-traits/+/77056916:55
sean-k-mooneydid we decided we were going to add them or not16:56
sean-k-mooneyim looking at what patches are old and can be abandonded16:56
sean-k-mooneylooking at the ptg gibi you were goign to work on a spec fo addign a OWNER_NOVA trait https://etherpad.opendev.org/p/nova-yoga-ptg#L7716:57
sean-k-mooneythat was https://review.opendev.org/c/openstack/nova-specs/+/81951016:58
gibisean-k-mooney: there was somebody from cyborg promised to look into it16:58
sean-k-mooneybut we are past the deadline so i guess we will pick it up next cycle again16:58
sean-k-mooneygibi: ya the proposed a spec16:59
gibiyepp the spec is stalled out on upgrade impact16:59
sean-k-mooneyah ok16:59
sean-k-mooneyill abandon the os-traits patch for now and link to the spec16:59
sean-k-mooneywe can reopen the review when we figure out the upgrade bit16:59
gibiOK, thanks17:01
sean-k-mooneyelodilles: do you know where the release team hang out on irc17:02
sean-k-mooneyi guess i coudl hop on infra too17:02
sean-k-mooneyelodilles: just wonderign what the status of [release][infra] SSH host key issue - RedFlag stop approving is17:03
sean-k-mooneyill swap to infra17:03
elodillessean-k-mooney: #openstack-release17:04
elodillessean-k-mooney: infra team is working on it, but hopefully will be fixed soon17:05
sean-k-mooneyelodilles: ack ill create the os-traits releaes patch so in parallel but obvioulys that will fail with the same issue.17:08
elodillessean-k-mooney: check jobs will pass, and release team won't approve it until the tag job isn't fully functional :)17:18
elodillessean-k-mooney: so feel free to propose the patches, it won't be a problem17:19
sean-k-mooneyack was gettign coffee :)17:20
ralonsohsean-k-mooney, https://review.opendev.org/c/openstack/neutron-lib/+/645288/6/releasenotes/notes/new-vif-details-parameters-71e70ab5e7c26c45.yaml17:22
ralonsohI totally forgot that: "bound_drivers", that is already in n-lib since Train17:22
ralonsohthis is what you need (and Neutron needs to populate right now)17:23
sean-k-mooneyralonsoh: oh i know i rememebre it and pointed it out in the spec review17:23
sean-k-mooneyi was not sure why you were not using it and addign backend17:23
ralonsohyeah, I think this is the right parameter to populate17:23
ralonsohwhy? we never implemented that hehehe17:24
ralonsohI'll start now17:24
sean-k-mooneyproably a donwstream esclation caused a context switch that has just been unsuspended in your brain :)17:24
ralonsohor too much beer during weekend17:25
ralonsohmost probably17:25
sean-k-mooneyralonsoh: its not critical but the sunner its avaiabel the soone we can use it17:25
ralonsohfor sure17:25
*** Uggla is now known as Uggla|afk18:21
sean-k-mooneybauzas: https://review.opendev.org/c/openstack/releases/+/826353 os-traits 2.7.0 release18:39

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