Monday, 2026-06-15

opendevreviewwanghongtao proposed openstack/nova master: Fix operator precedence in limit_check  https://review.opendev.org/c/openstack/nova/+/99329706:51
opendevreviewShalini Srivastava proposed openstack/nova master: Filter invalid kwargs in volume_api.create to prevent TypeError  https://review.opendev.org/c/openstack/nova/+/99330607:26
opendevreviewKamil Sambor proposed openstack/nova master: Restore 'fork' start method for daemon mode on Python 3.14  https://review.opendev.org/c/openstack/nova/+/98781507:39
opendevreviewAshish Gupta proposed openstack/placement master: tests: Add connection parameter to Database and PlacementFixture  https://review.opendev.org/c/openstack/placement/+/99310607:57
opendevreviewStephen Finucane proposed openstack/nova master: docs: Speed up release notes builds  https://review.opendev.org/c/openstack/nova/+/98921209:17
opendevreviewStephen Finucane proposed openstack/nova master: docs: Speed up release notes builds  https://review.opendev.org/c/openstack/nova/+/98921209:21
opendevreviewJoan Gilabert proposed openstack/nova master: Add mtty/mdpy support for testing fake mdevs  https://review.opendev.org/c/openstack/nova/+/89810009:35
opendevreviewJoan Gilabert proposed openstack/nova master: Rename vtpm job and add mtty support for vpgu test  https://review.opendev.org/c/openstack/nova/+/92214009:35
opendevreviewShalini Srivastava proposed openstack/nova master: Filter invalid kwargs in volume_api.create to prevent TypeError  https://review.opendev.org/c/openstack/nova/+/99330610:32
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron Ports  https://review.opendev.org/c/openstack/nova/+/96929811:17
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron security-groups  https://review.opendev.org/c/openstack/nova/+/98114111:19
opendevreviewJoan Gilabert proposed openstack/nova master: Rename vtpm job and add mtty support for vpgu test  https://review.opendev.org/c/openstack/nova/+/92214011:33
bauzassean-k-mooney[m]: gibi; could either of you look at https://review.opendev.org/q/topic:%22bug/2153425%22 ? I'm all good 12:25
opendevreviewJoan Gilabert proposed openstack/nova master: Rename vtpm job and add mtty support for vpgu test  https://review.opendev.org/c/openstack/nova/+/92214012:28
-opendevstatus- NOTICE: Recent POST_FAILURE job results with no logs were due to upload errors in one of our providers, which has been temporarily disabled now so rechecking those should be safe12:44
sean-k-mooneybauzas: sorry was on a call but i can take a look quickly12:45
sean-k-mooneybauzas: so i have been watching the updates on this passivly12:46
sean-k-mooneybauzas: this is not quite enough to fix numa vswitch correct?12:46
sean-k-mooneyits related but this is only for the live migration path12:47
bauzasit should be good12:47
sean-k-mooneywe still have the issue with the compute not havig it on spwawn12:47
bauzasat least we have a customer asking for it12:47
sean-k-mooneyor cold migrate12:47
sean-k-mooneybauzas: what i mean is this will help with live migration but there is more work needed to make sure that all code path include the limits12:48
bauzaswe can ask that for a follow-up12:49
sean-k-mooneybugs.launchpad.net/nova/+bug/2145135 we alos have a gap for https://bugs.launchpad.net/nova/+bug/185533212:49
sean-k-mooneybauzas: sure im not saying its inscope fo those change12:49
sean-k-mooneybut you were previsoly working on bugs.launchpad.net/nova/+bug/2145135 a month or two ago12:49
sean-k-mooneythat why im bringing the topic up12:50
sean-k-mooneyanyway ill review it now i just want to clear on the scope12:50
bauzasack thanks12:52
sean-k-mooneyjust an fyi the expecation in the bug are also incorrect  https://bugs.launchpad.net/nova/+bug/215342512:53
sean-k-mooneysetting only  `{‘hw:numa_nodes’: ‘1’}`12:53
sean-k-mooneydoes not claim any cpu or memroy in the host numa tracker but it does end up with the vm being pinned12:53
sean-k-mooneyto a host numa cell12:53
sean-k-mooneywe do not expect any numa blancing to happen with that config unless you also request hw:mem_page_size in teh falvor or image12:54
sean-k-mooneybauzas: so im sorry to say but thet bug is technially inviald and its a psudo feature request.12:58
bauzasbut the issue still remains 13:00
sean-k-mooneythe flavor is not valid13:00
sean-k-mooneywe can add supprot for numa blancin on shared cpus only but that was never supproted by nova13:00
sean-k-mooneywe supprot it for pinned cpus13:00
sean-k-mooneyand for guest memory13:00
sean-k-mooneybut not for shared cpus13:01
sean-k-mooneyso im not agains supproting that13:01
sean-k-mooneybut the expecation today is that we wont consider the cpu allcation ration at the numa node level today13:01
bauzashonestly, I don't know what to say :(13:09
sean-k-mooneybauzas: im not agaisnt building thei fucntionlatiy into nova but its really a new feature13:10
sean-k-mooneyand if we are to do it we need to do it for spawn and cold migrate and unshleve ectra13:11
sean-k-mooneythisis not the first tirm that i have had this converatoion with operators or custoemrs and pointed out that simply requesting hw:numa_node and nothing else is only vaild if your usign file backed memory as we do not do numa aware shared cpu placement so we will not blance between numa node13:12
sean-k-mooneyto be clear even with file backed memory it not a good idea13:13
sean-k-mooneyif other really want to tack this as a bug we need to add supprot for this on spwan and other move operaiotn and more fucntional tests to cover that13:13
sean-k-mooneyhttps://bugs.launchpad.net/nova/+bug/1792985 and https://bugs.launchpad.net/nova/+bug/1439247 are relevent context for why the current flavor is invlaid13:23
sean-k-mooneyusign file backed memory prevetn the OOM kill but without also susign cpu pinnign it does nto adress the cpu blancing part13:24
sean-k-mooneywhich is what ye were tryign to address with that new bug13:24
*** sambork_ is now known as sambork13:32
*** iurygregory_ is now known as iurygregory13:46
opendevreviewJoan Gilabert proposed openstack/nova master: Rename vtpm job and add mtty support for vpgu test  https://review.opendev.org/c/openstack/nova/+/92214013:50
opendevreviewMerged openstack/nova stable/2025.1: Add reproducer test for bug 2105896  https://review.opendev.org/c/openstack/nova/+/98953514:00
*** ralonsoh is now known as ralonsoh_ooo15:09
dansmithsean-k-mooney: unrelated to the numa aspect, why is it not right to set self.limits before we call that compute-via-RPC check? it seems that the code expects limits to be set,.15:26
dansmithbut I'm not sure when else they would be, but I'm sure I'm missing something15:26
sean-k-mooneydansmith: that part isned nessarly wrong but the expecation that nova shoudl blance based on that is. also nova shoudl not be multiplying the core or memory on a given numa node by the ratios15:27
Ugglareminder: upstream meeting in ~30mn15:27
sean-k-mooneywell the memofy shoudl not be multipled the cores could be viable15:28
dansmithsean-k-mooney: yeah okay I was going to say.. the assumption in the patch being wrong makes sense, not arguing with that15:29
dansmithit just looks to me like in the force case we probably need to be setting self.limits15:30
sean-k-mooneydansmith: so there is a seprate bug in teh conductor15:30
sean-k-mooneywhere the limt are nto passed to the compute15:30
dansmithyeah15:30
sean-k-mooneyso the cshcdule does nto actully select the placmenet on the host15:30
sean-k-mooneythe compute does15:30
sean-k-mooneyso untile we etenbr recreate them there ro pass them15:31
sean-k-mooneythe two could still disagree15:31
dansmith"select the placement" meaning the numa placement?15:31
dansmithwe're still calling scheduler even in the force case right?15:31
sean-k-mooneyif you mean force live migration i belive if you use the old api where that exist15:32
sean-k-mooneywe only check that the host exist and skipp all the filters15:32
sean-k-mooneybut if you use the non force microverion where you can pass a host15:32
sean-k-mooneythen we run true the filters15:32
dansmithsean-k-mooney: L100 here https://review.opendev.org/c/openstack/nova/+/990212/5/nova/conductor/tasks/live_migrate.py#15:33
sean-k-mooneyso if you use the old foce api then we just trust you that it fits and send it to the compute15:33
dansmithoh I guess in that case we don't even have limits to set15:33
sean-k-mooneyright because we are currently relying on a sideffect fo the numa topltoy filter to create them15:34
dansmithyeah, okay15:34
sean-k-mooneywhich is the bug with numa vswthces15:34
sean-k-mooneywithout checking i woudl have to assume we are effectivly applying our defaults or no multipler at all when the limits are not pass today?15:36
sean-k-mooneywhich while not ideal for memory and disk its at least <=1.0 now15:37
bauzassean-k-mooney: the problem is that we say 'no' to something is a tribal knowledge miss15:37
sean-k-mooneyin practice we are relying on placment to enfoce the multipler globally on the compute node15:37
bauzassean-k-mooney: if the scheduler provides limits and then the conductor doesn't use it, then it's a bug15:38
sean-k-mooneybauzas: this is somethign we have discussed about changign a few time and when i have suggested it we wer econcerd about upgrade impact15:38
bauzasbut I understand your point, the scheduler shouldn't accept this15:38
sean-k-mooneybauzas: dansmith  just to be clear15:38
sean-k-mooneyim not agaisnt fixign the fact we shoudl pass limit when we dont15:38
sean-k-mooneybut im not ok with impliy hw:numa_nodes=1 with nothign else is a vlaid numa flavor that shoudl be balanced15:39
sean-k-mooneyat elast not until that works for all code paths15:39
bauzasso we should provide a HTTP400 if an operator creates a wrong flavor then15:39
bauzasat least when creating the instance15:39
sean-k-mooneywe coudl btu we rejected that in the past15:40
sean-k-mooneywe dicuss this when stephen was addign the falvor metadata validation15:40
sean-k-mooneythe minitum valid numa flavor to day has hw:mem_page_size set to anything15:40
bauzasbut that's a tribal knowledge, right?15:41
sean-k-mooneyeverythign else builds form that baseline otherwise your vm will get OOM killed eventually15:41
sean-k-mooneybauzas: sort of 15:41
bauzasbecause I wonder why we should just use this flavor extraspec (mem_page_size) just for NUMA usage ?15:41
sean-k-mooneybecause without it we do non numa aware memroy tracking15:41
sean-k-mooneyand we pin you to a numa ndoe without chekcign if the sum of vms on that numa ndoe fit15:42
bauzasso that's a tech debt15:42
sean-k-mooneyyep from day one of numa supprot in tree15:42
bauzasoperators should be able to ask for NUMA nodes without needing to ask page sizes15:42
sean-k-mooneyand its tech debt i hav eproposed fixing multipel time15:42
sean-k-mooneybut we have rejected because it breaks upgrades15:43
bauzasbut at least for the bug report, I think we can still accept it15:43
sean-k-mooneywe can accpt the bug for limits15:43
bauzasif the scheduler provides limits, we could provide them to the conductor and then the compute15:43
sean-k-mooneynot for numa without pagesize15:43
bauzasthen the scheduler shouldn't provide the limits15:44
bauzasright?15:44
sean-k-mooneysorry im not following the question15:46
bauzaslemme explain it better my question15:47
bauzasif we don't want nova to accept flavors asking numa cores with no page sizes, then we should not pass limits down to the conductor15:48
sean-k-mooneyhttps://etherpad.opendev.org/p/nova-wallaby-ptg#L71215:48
bauzasif we're passing scheduler limits to the conductor, this means "oh, yeah, I accept this instance, please check those limits when you run the claims"15:48
sean-k-mooneythat was the last time i brought up chagnitn this at the ptg15:48
bauzassorry, my brain is bad about remembering things in general :-(15:49
sean-k-mooneybauzas: the limits we are checkign are cpu ram and disk15:49
sean-k-mooneythose are enfocced by placment at the host level15:49
sean-k-mooneythe have never applied with the host at the numa level15:49
bauzaslike, I wasn't even to recollate the bug with my own numa vswitches 15:49
sean-k-mooneythat whwere the diconnect is. we have never considerd the allcation tratios when it comes to numa affinity15:50
sean-k-mooneybauzas: back in wallaby https://etherpad.opendev.org/p/r.321f34cf3eb9caa9d87a9ec8349c3d29#L712 we agreed an aproch to adress this so that any numa instance woudl be give a hw:mem_page_size if not set15:52
sean-k-mooneythat didnt happen because it was internally depriorised by our pm so i didnt end up workign on that15:52
bauzasthanks, again, I wasn't able to remember this, sorry15:53
bauzasbut now we stora kind of accepting those flavors and we can't say 'well, doh, we don't support this, thanks'15:54
sean-k-mooneyno worries. so to have a path forward, i have no issues with passing limit when they shoudl be passed, and i have no issue with closign this numa footgun15:54
bauzasI'm looking at the upstream docs to see whether we call it15:54
sean-k-mooneybauzas: ya that has been the main concurn how do we fix this without breakign upgrades15:54
bauzassean-k-mooney: so, to clarify, you say "let's provide limits when we have them, but let's not pass those limits if those shouldn't be supported". Am I correct with this assumptio ?15:55
sean-k-mooneymore or less. 15:56
sean-k-mooneyim kind fo ok wiht alwasy passign them but my main issue with the bug is expecting that nova will do the numa blancing as a side effeict15:56
sean-k-mooneyit might but that was never inteded to work15:56
bauzashmmmm15:57
bauzas(I'm trying to find how we couldn't provide the limits if we have a specific flavor)15:57
sean-k-mooneyits a littel tricky because you can change the limite via placement15:57
bauzaswell, not really 'how' but 'where'15:57
bauzasyeah15:58
sean-k-mooneyso there are 2 sepreate thing there are the numa toplogy constratis which  we can create form flavor and iamge metadta15:58
sean-k-mooneyand seperate there is the limige for the allcoation ratios15:58
opendevreviewhuangjs3 proposed openstack/nova master: cpu monitor: split zero/negative cputime paths  https://review.opendev.org/c/openstack/nova/+/99320515:59
sean-k-mooneyi think we get those in the prover summaries15:59
sean-k-mooneybut i think the metign is stating now issh?15:59
sean-k-mooneyso we can pick this up after15:59
Uggla#startmeeting nova15:59
opendevmeetMeeting started Mon Jun 15 15:59:58 2026 UTC and is due to finish in 60 minutes.  The chair is Uggla. Information about MeetBot at http://wiki.debian.org/MeetBot.15:59
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:59
opendevmeetThe meeting name has been set to 'nova'15:59
UgglaHello everyone16:00
jayaanandhi16:01
samborko/16:01
Ugglastarting in a mn.16:02
erlon\o16:02
gibio/16:02
bauzaso/16:02
fwieselo/16:03
Uggla#topic Bugs (stuck/critical) 16:03
Uggla#info No Critical bug16:03
Uggla#topic Gate status16:03
dansmitho/16:03
Uggla#link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure Nova gate bugs 16:03
tkajinamo/16:03
Uggla#link https://etherpad.opendev.org/p/nova-ci-failures-minimal16:03
Uggla#link https://zuul.openstack.org/builds?project=openstack%2Fnova&project=openstack%2Fplacement&branch=stable%2F*&branch=master&pipeline=periodic-weekly&skip=0 Nova&Placement periodic jobs status16:04
Uggla#info Please look at the gate failures and file a bug report with the gate-failure tag.16:04
Uggla#info Please try to provide a meaningful comment when you recheck16:04
UgglaI have not seen something special with the gate. Last week we had 2 bugs that progressed thx to gibi16:05
Uggla#info https://bugs.launchpad.net/nova/+bug/2155773 entered by Gibi. Seems to be a duplicate.16:05
Uggla#info https://bugs.launchpad.net/nova/+bug/2155462 entered by Helen. Valid one in progress.16:05
Ugglaanything you want to say about them gibi ?16:05
sean-k-mooneyo/16:05
gibihttps://bugs.launchpad.net/nova/+bug/2155773 as been fixed by melwitt. thanks for the fix16:06
Uggla\o/16:06
gibiI have no news on the second one16:06
sean-k-mooneyi belvie gibes bug was the orginal but its fixed in any case16:06
gibiyea16:06
gibih16:06
gibibut no wories16:07
Ugglagood so moving on.16:07
Uggla#topic Release Planning 16:07
Uggla#link https://releases.openstack.org/hibiscus/schedule.html16:07
Uggla#info Nova deadlines are set in the above schedule16:07
Uggla#info PTG etherpad for 2026.2 is available: https://etherpad.opendev.org/p/nova-2026.2-ptg16:07
Uggla#info Spec freeze was last week.16:07
Uggla#topic Review priorities 16:08
Uggla#link New file for Hibiscus https://etherpad.opendev.org/p/nova-2026.2-status16:08
Uggla#info I have updated Launchpad and the above doc. Please ping me if you spot something missing.16:08
Uggla#info 471815: Expose vlan trunking in metadata/configdrive | https://review.opendev.org/c/openstack/nova-specs/+/471815 --> Sean +2, Gibi +1 thanks. Can we make a exception on that one.16:08
UgglaI'd like to have a little exception on that one to let cardoe answer. I could not last weak. So unless someone is really against that, let's have a couple of days to approved that one.16:09
Ugglas/I/he16:09
gibido we have some cores with capacity to review the impl this cycle?16:09
bauzas-16:10
sean-k-mooneyi will make room if someone else can16:12
Ugglagibi, as you were almost +2, I thought it was possible.16:12
sean-k-mooneybut ya that the main open for this to proceed16:12
gibiI was +2 before and the change since then is just typo fixes. I kept my vote on +1 due to:16:13
gibihaving an open question in the spec around exposing the host devname to the guest.16:13
Ugglabut yes if no cores have the bandwith to review this, no exception is needed.16:13
gibinot able to commit to the implementation review in this cycle.16:13
gibithis was what I wrote when I voted +116:13
Ugglaok16:14
Ugglaso I have the feeling it is blocked. So moving on.16:15
UgglaElod is on pto so skipping his topic16:15
Uggla#topic vmwareapi 3rd-party CI efforts Highlights16:15
fwieselHi, no updates from my side.16:16
Ugglaok thx16:16
Uggla#topic sambork/gibi news about eventlet removal16:16
samborkNothing merged last week. But we have few activities last week:Last week's activities:16:16
sambork-Restored the fork start method for daemon mode on Python 3.14. It passed tests with Python 3.14 (unfortunately, it is necessary to set the fork method for both thread and eventlet modes).16:16
sambork-Ashish made significant progress on Nova test patches involving threading16:16
sambork(switched nova test fixtures to file-backed sqliite, gave placement's fixture a connection= parameter, wired placement into the same file-backed approach, experimented with per-DB locks instead of one global lock)16:16
samborkeod16:16
samborkeom*16:16
gibi+1 on eod ;)16:17
dansmithhah16:18
samborkboth works for me :)16:18
gibi:)16:18
Ugglaok next topic16:18
Uggla#topic Bug scrubbing 16:18
Uggla#info up to 108 (-32)16:18
Uggla#link https://etherpad.opendev.org/p/nova-bug-triage-roster16:19
Uggla#link https://truc.uggla.fr/ to follow the trend.16:19
UgglaNext meeting (this week): [public] Upstream bug triage. Wednesday, June 17 · 15:30 – 16:00 UTC. Video call link: meet.google.com/zjr-rxus-hzj16:19
UgglaThanks to have a look at assigned bugs.16:19
Uggla#topic Open discussion16:19
Ugglanothing on the agenda16:20
opendevreviewMerged openstack/nova master: Fix intermittent test_refresh_nfs_swap_cache_stale failure  https://review.opendev.org/c/openstack/nova/+/99305916:20
haleybi had one thing16:20
UgglaSomething you'd like to discuss16:20
Ugglahaleyb, please go ahead16:20
haleybthere is a series from lajos regarding updating the nova code to use the sdk instead of the neutron client16:20
haleyb#link https://review.opendev.org/q/topic:%22sdk_for_neutron%2216:20
haleybi've reviewed and have a follow-on at the end16:21
haleybwas hoping to get some cycles to get things merged, as it helps us deprecate tenant_id from neutron16:21
Ugglahaleyb, fyi this is on our list, but I think nobody had/has time to review yet.16:22
haleybUggla: thanks, just wanted to raise it16:22
Ugglaso far the focus was more on new specs. I hope people will have time to review also Layos's patches.16:24
UgglaAnything else you'd like to discuss?16:25
haleybthanks, that was it from me16:25
UgglaNothing else so I think we are done.16:25
gibione smallt thing16:25
Ugglagibi please shoot16:26
gibiI'm wondering if we can have a regular meeting topic about the status of the two confidential computing feature (SEV-SNP, TDX)16:26
gibiantia, Hiroki, tkajinam, what do you think?16:27
antiaI would be open to that16:27
gibiI would like to help landing these features during the cycle and keeping the communication channels open would be helpful16:27
Ugglaantia cool thanks16:28
tkajinamgibi, that sounds like a good plan. I might have limited slots available but can try to reserve some time16:28
tkajinamantia, which timezone are you in ?16:29
gibitkajinam: do you know what is the way to reach Hiroki?16:29
tkajinamgibi, I can reach him personally to ask his thought.16:29
gibitkajinam: cool16:29
antiaCET (UTC+2)16:30
gibiif timezone perspective this meeting slot is not perfect then I'm open to a separate small sync weekly16:30
UgglaI'll add a topic for that in the upstream meeting. We can start with that.16:30
gibiUggla: thanks16:30
tkajinamI have to follow up their current status actually, because we made some update in the spec and the implementation needs to be updated accordingly.16:30
gibitkajinam: yepp, also the impl needs a rebase16:30
Ugglaif it's ok, not opposed to an adhoc meeting id required.16:30
tkajinamantia, ah, that's good. I and Hiroki are based in UTC+9 so finding the common slots for us may be easy :-)16:30
tkajinamdepending on who else may be interested16:31
gibiI will try to persuade one more nova core to be interested :)16:31
Ugglamaybe we can bribe him/her with chocolate? :)16:33
Ugglaok anything else ?16:34
gibiOK I have nothing else16:34
bauzasI can be persuated16:34
haleybcan i send a bribe for the neutron ones?16:34
gibi:)16:34
Ugglahaleyb, I'm not saying it is working...16:34
dansmithhaleyb: only the french guys think the world is bribe-able with chocolate16:34
bauzasI'm french and I'm bribed by beers16:35
bauzas(stating it clear here)16:35
gmaan:) that better choice 16:35
sean-k-mooneyhaleyb: im pretty oversubscried right now but i wil try to take a look at the neutorn sdk serise at some point16:35
haleybthanks, and i will pay out bribes whenever i see you :)16:36
sean-k-mooneyhaleyb: how complete is it at this point16:36
sean-k-mooneylucally this is not somthign that need to be merged all at once we can move picemeal16:36
bauzasfortunately, our channels aren't logged, right ?16:36
Uggla:)16:37
haleybsean-k-mooney: it might need some tweaks since the last rebase is showing failures, but it is a series16:37
* sean-k-mooney prefers dark beers over light 16:37
sean-k-mooneythe first patch is at least passing16:37
* haleyb will ask for a bribe budget16:37
sean-k-mooneyso we can maybe start with netwroks and then go form there16:37
haleybsean-k-mooney: yes, https://review.opendev.org/c/openstack/nova/+/928022 is the first in the chain16:38
sean-k-mooneyim going to grab a coffee adn push somehing i have locally but ill start on that in a few minutes and see how far i get16:39
sean-k-mooneybrb16:39
Ugglaanything else ?16:40
UgglaI think we are done.16:41
UgglaThanks for joining this meeting. Have a nice day/evening.16:41
Uggla#endmeeting16:41
opendevmeetMeeting ended Mon Jun 15 16:41:21 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:41
opendevmeetMinutes:        https://meetings.opendev.org/meetings/nova/2026/nova.2026-06-15-15.59.html16:41
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/nova/2026/nova.2026-06-15-15.59.txt16:41
opendevmeetLog:            https://meetings.opendev.org/meetings/nova/2026/nova.2026-06-15-15.59.log.html16:41
cardoeUggla: sorry for missing the meeting. I came down with something over the weekend and I've been in bed. I'm happy to do whatever update is needed for the spec. The concerns thus far have been with the currently behavior. The spec shows some more examples of metadata and that's made folks release how it works today they don't like I guess?16:45
Ugglacardoe, feel free to update the spec when you will be in a better shape. But it seems no core has the bandwith to review it.16:47
cardoeWell there is nothing to update afaik.16:48
sean-k-mooneycardoe: that not actully the blocker. i dont like that we use names that only visabel on the guest but those names are visabel on teh neutron port and already passed as you said. so the issue is really having someong with capsity to review it16:48
cardoeOkay16:49
sean-k-mooneyUggla: right the metadata nic name is jsut an exsiting ugly behvior but not in scope of the spec16:49
sean-k-mooneywe coudl chage it at the saem time but it not a blocker for me if we dont.16:49
sean-k-mooneysince the spec is just keeping consitint with the exsiting naming16:50
Ugglasean-k-mooney I know.16:50
dansmithgmaan: did you see my questions here? https://review.opendev.org/c/openstack/nova/+/99174317:35
gmaandansmith: yeah, I saw that but got distracted in other things. I will update it today17:35
dansmithgmaan: np, just wanted to make sure it wasn't me that was holding you up :D17:47
opendevreviewMerged openstack/nova master: docs: Speed up release notes builds  https://review.opendev.org/c/openstack/nova/+/98921219:14
opendevreviewGhanshyam Maan proposed openstack/nova master: Add functional tests for compute service graceful shutdown  https://review.opendev.org/c/openstack/nova/+/99174320:33
sean-k-mooneyok i think my brian has finalle realsesed that the coffee i have been siping for the last 3 hours is actully decafe so i think im going to call it there20:58
gmaandansmith: updated ^^21:22
opendevreviewsean mooney proposed openstack/nova master: Add vTPM startup validation reproducer  https://review.opendev.org/c/openstack/nova/+/99055123:22
opendevreviewsean mooney proposed openstack/nova master: Limit startup instance processing to libvirt  https://review.opendev.org/c/openstack/nova/+/99055223:22

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