Earlier  
Posted Nick Remark
#openstack-nova - 2018-06-05
21:34:21 mriedem https://docs.openstack.org/ocata/cli-reference/nova.html
21:34:27 mriedem https://docs.openstack.org/pike/cli-reference/nova.html
21:34:55 melwitt okay, I thought maybe someone decided it wasn't a great idea because we want to encourage osc use. I could see that point of view
21:35:28 melwitt but, I do know that boot from volume created from image is not possible in osc in one command, still something that needs to be fixed. and there are probably other things people still need novaclient CLI for
21:36:14 mriedem https://bugs.launchpad.net/python-novaclient/+bug/1775281
21:36:15 openstack Launchpad bug 1775281 in python-novaclient "nova command line reference is gone since Pike" [Undecided,New]
21:36:27 mriedem there is a bunch of stuff that is in the nova CLI that's not in OSC
21:36:37 melwitt yeah
21:36:41 mriedem so purposefully hiding the nova cli docs would be a dick move
21:36:50 mriedem which i don't think was the case, it was just laziness
21:37:36 melwitt yeah, I agree that it would be best to host them in our tree
21:37:46 mriedem https://github.com/openstack/openstack-manuals/blob/before-migration/doc/cli-reference/source/nova.rst
21:39:01 melwitt thanks for finding that
21:39:27 melwitt and opening the bug
21:43:52 openstackgerrit Mathieu Gagné proposed openstack/nova-specs master: Multiple Fixed-IPs support in network information https://review.openstack.org/312626
21:50:53 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Import nova CLI reference from openstack-manuals https://review.openstack.org/572567
21:50:54 mriedem melwitt: there you go
21:54:12 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Add a note in the nova CLI reference about using OSC https://review.openstack.org/572569
21:54:44 melwitt \o/
22:36:29 openstackgerrit Chris Dent proposed openstack/nova master: WIP: Spike a direct interface to placement https://review.openstack.org/572576
22:50:35 mriedem simondodsley_: some comments in your spec https://review.openstack.org/#/c/340168/
22:50:42 mriedem mostly just needs to be cleaned up and add some more detail
22:50:48 mriedem otherwise this probably didn't even require a spec
22:57:31 melwitt mriedem: trying to understand this part about the policy check moving ... where did it used to be? https://review.openstack.org/#/c/565578/10/nova/tests/functional/api/openstack/placement/gabbits/resource-classes.yaml
22:58:11 melwitt with the move, it fails with 406 but doesn't that mean it passes the policy check when it shouldn't? (406 normally comes from further down the API, right?)
22:59:32 mriedem melwitt: https://review.openstack.org/#/c/524425/16/nova/api/openstack/placement/handler.py@217
22:59:45 mriedem melwitt: the policy check used to happen before we got to the handler code,
22:59:52 mriedem but now the policy check happens in each handler
23:00:04 mriedem and that happens after the content type checks
23:00:13 melwitt I see, thank you
23:00:55 mriedem https://review.openstack.org/#/c/565578/10/nova/api/openstack/placement/handlers/resource_class.py@116
23:01:10 openstackgerrit Merged openstack/nova stable/ocata: libvirt: handle DiskNotFound during update_available_resource https://review.openstack.org/571432
23:01:16 openstackgerrit Merged openstack/nova master: Fix some wrong urls in doc https://review.openstack.org/571147
23:01:45 melwitt ++ thanks
23:02:43 mriedem once you get past that, the rest of these are all pretty mechanical
23:02:57 mriedem https://review.openstack.org/#/c/524425/ was the majority of the meat of the series
23:04:58 melwitt sweet
23:06:03 cdent mriedem: you might be interested in some of my comments in the commit message on https://review.openstack.org/572576 which is the way it is in part because of easy way to manage context and policy
23:17:53 openstackgerrit Eric Fried proposed openstack/nova-specs master: WIP: Spec: Handling Reshaped Provider Trees https://review.openstack.org/572583
23:21:30 openstackgerrit Merged openstack/nova master: [placement] Do not import oslo_service for log_options https://review.openstack.org/572231
23:23:23 melwitt mriedem: why does https://review.openstack.org/570621 need to use scope types whereas the others don't?
23:25:10 mriedem melwitt: it was the first place that it was obvious in the series; there was some discussion about it in https://review.openstack.org/#/c/524425/16
23:25:22 mriedem so after that i did it for the rest and then filled the gap at the end
23:25:43 mriedem cdent: ack
23:25:45 melwitt I see, okay
23:25:50 mriedem going for a bike ride
23:39:44 gmann mgagne: glad to know that :) thanks
23:51:14 openstackgerrit Merged openstack/python-novaclient master: Import nova CLI reference from openstack-manuals https://review.openstack.org/572567
23:55:03 openstackgerrit Chris Dent proposed openstack/nova master: Optional separate database for placement API https://review.openstack.org/362766
23:55:04 openstackgerrit Chris Dent proposed openstack/nova master: Isolate placement database config https://review.openstack.org/541435
23:55:05 openstackgerrit Chris Dent proposed openstack/nova master: Ensure that os-traits sync is attempted only at start of process https://review.openstack.org/553857
23:58:16 openstackgerrit Merged openstack/python-novaclient master: Add a note in the nova CLI reference about using OSC https://review.openstack.org/572569
#openstack-nova - 2018-06-06
01:10:03 mriedem Kevin_Zheng: fyi https://review.openstack.org/#/c/569386/
01:12:55 openstackgerrit Chris Dent proposed openstack/nova master: Ensure resource class cache when listing usages https://review.openstack.org/572652
01:23:02 Kevin_Zheng mriedem ack
01:24:26 Kevin_Zheng mriedem: BTW, the max bulk boot BP will need further discussion?
01:25:22 mriedem Kevin_Zheng: https://review.openstack.org/#/c/510235/ ? yeah, it's a very rough work in progress
01:25:45 mriedem ideally i'd get some operator feedback before revising it
01:26:17 mriedem not really pushing to get that in for rocky
01:26:42 Kevin_Zheng OK, maybe we will take it over togother with the dettach root volume for next cycle
01:26:53 mriedem i think it's arguably also a bug fix / security hardening opportunity
01:39:34 openstackgerrit Merged openstack/nova-specs master: Rename spec to match blueprint https://review.openstack.org/568870
01:40:00 mriedem lyarwood: i put some notes in my spec for you https://review.openstack.org/#/c/552078/ - i tried a readonly to readonly swap volume and didn't hit any failures
02:06:01 pvc h
02:06:02 pvc guys
02:07:30 gmann alex_xu: what you think of this - https://review.openstack.org/#/c/571335/1
02:08:28 alex_xu gmann: I will check it soon
02:08:44 gmann thanks
02:16:19 openstackgerrit tianhui proposed openstack/nova master: Fix bug to api-ref https://review.openstack.org/571375
02:19:35 openstackgerrit Merged openstack/nova-specs master: trivial: Fix file permissions https://review.openstack.org/566064
02:30:24 openstackgerrit Chen Hanxiao proposed openstack/nova master: sync_guest_time: use the proper errno https://review.openstack.org/572346
02:38:29 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): Add API to support vgpu resource provider create https://review.openstack.org/520313
02:45:08 takashin
02:51:57 openstackgerrit Merged openstack/nova master: Add granular policy rules for /resource_classes* https://review.openstack.org/565578
02:55:37 openstackgerrit Merged openstack/nova master: Add granular policy rules for resource providers inventories https://review.openstack.org/568666
02:55:44 openstackgerrit Merged openstack/nova master: Add granular policy rules for usages https://review.openstack.org/568706
03:42:43 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Abort live migration in queue (1/2). https://review.openstack.org/568542
03:59:07 openstackgerrit Merged openstack/python-novaclient master: Revert "Fix listing of instances above API max_limit" https://review.openstack.org/572539
04:25:13 pvc hi
04:25:17 pvc how can i hide kvm for gpu ?
04:25:23 pvc so i can test it
04:28:24 pvc gibi
04:28:28 pvc how can i hide the hypervisor
04:28:30 pvc ?
04:34:46 melwitt mriedem_away: fyi I just added your neutron new port binding API to a runway. I skipped "report CPU features as traits" because the last -1 was 7 days ago with no response from the author
04:35:09 melwitt naichuans: fyi your blueprint xenapi-image-handler-option-improvement has been added to a runway again
04:36:15 melwitt naichuans: also, feel free to add feedback about your experience with vgpu-rocky in runway at L186 https://etherpad.openstack.org/p/nova-runways-rocky as it's been moved out of a runway
04:38:54 pvc gibi
05:46:08 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Fix nits in nested provider allocation candidates https://review.openstack.org/572673
06:54:11 openstackgerrit jichenjc proposed openstack/nova master: Fix doc nit https://review.openstack.org/572682
07:16:14 openstackgerrit Bhagyashri Shewale proposed openstack/nova master: libvirt: Don't report DISK_GB if sharing https://review.openstack.org/560459
07:18:16 openstackgerrit Merged openstack/nova master: Return nested providers in get_by_request https://review.openstack.org/567113
07:21:21 naichuans melwitt: got it, thank you very much for the reminder
07:43:52 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Update launch-from-volume doc to latest version. https://review.openstack.org/572241
07:58:24 openstackgerrit Chris Dent proposed openstack/nova master: Optional separate database for placement API https://review.openstack.org/362766
07:58:25 openstackgerrit Chris Dent proposed openstack/nova master: Isolate placement database config https://review.openstack.org/541435
07:58:27 openstackgerrit Chris Dent proposed openstack/nova master: Ensure that os-traits sync is attempted only at start of process https://review.openstack.org/553857
07:59:08 openstackgerrit Chris Dent proposed openstack/nova master: Add PLACEMENT_DB_ENABLED=True to the nova-next job https://review.openstack.org/564067
08:30:27 openstackgerrit sahid proposed openstack/nova master: libvirt: remove unused get_ovs_interfaceid() https://review.openstack.org/572699
08:40:09 pvc i have an instance with GPU on it but my hypervisor is always restarting and i dont know why

Earlier   Later