Earlier  
Posted Nick Remark
#openstack-nova - 2017-10-28
23:42:02 openstackgerrit Matt Riedemann proposed openstack/nova-specs master: Amend flavor description spec for GET /flavors API https://review.openstack.org/516033
#openstack-nova - 2017-10-29
08:39:31 gmann alex_xu: this is flavor schema patch - https://review.openstack.org/#/c/515413/
08:40:36 gmann alex_xu: i kept sort_key things as string only, i mean no restriction in schema. later i will make what all sort_key are useless in flavor case but we can do that in separate change
10:10:06 openstackgerrit Chris Dent proposed openstack/nova master: Optional separate database for placement API https://review.openstack.org/362766
10:48:05 openstackgerrit Maciej Kucia proposed openstack/nova master: SR-IOV passthrough: Check PF only if VF is enabled https://review.openstack.org/476642
11:23:30 openstackgerrit Chris Dent proposed openstack/nova master: [placement] Symmetric GET and PUT /allocations/{consumer_uuid} https://review.openstack.org/510626
11:23:30 openstackgerrit Chris Dent proposed openstack/nova master: Include project_id and user_id in AllocationList.get_all_by_consumer_id https://review.openstack.org/512420
11:23:31 openstackgerrit Chris Dent proposed openstack/nova master: [placement] POST /allocations to set allocations for >1 consumers https://review.openstack.org/500073
15:07:43 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Merge flavor extensions controller code https://review.openstack.org/516104
16:19:04 openstackgerrit Matt Riedemann proposed openstack/nova master: Pass requested_destination in filter_properties https://review.openstack.org/481116
16:19:04 openstackgerrit Matt Riedemann proposed openstack/nova master: Functional regression test for evacuate with a target https://review.openstack.org/490997
16:26:06 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Functional regression test for evacuate with a target https://review.openstack.org/516111
16:26:07 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Pass requested_destination in filter_properties https://review.openstack.org/516112
16:47:16 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Functional regression test for evacuate with a target https://review.openstack.org/491000
16:47:17 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Pass requested_destination in filter_properties https://review.openstack.org/491001
17:03:22 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Pass requested_destination in filter_properties https://review.openstack.org/491001
17:03:22 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Functional regression test for evacuate with a target https://review.openstack.org/491000
17:41:31 openstackgerrit Matt Riedemann proposed openstack/nova stable/newton: Pass requested_destination in filter_properties https://review.openstack.org/516119
17:41:31 openstackgerrit Matt Riedemann proposed openstack/nova stable/newton: Functional regression test for evacuate with a target https://review.openstack.org/516118
17:49:25 openstackgerrit Matt Riedemann proposed openstack/nova master: Pass requested_destination in filter_properties https://review.openstack.org/481116
17:49:25 openstackgerrit Matt Riedemann proposed openstack/nova master: Functional regression test for evacuate with a target https://review.openstack.org/490997
17:53:19 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Functional regression test for evacuate with a target https://review.openstack.org/516111
17:53:20 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Pass requested_destination in filter_properties https://review.openstack.org/516112
17:58:05 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Pass requested_destination in filter_properties https://review.openstack.org/491001
17:58:05 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Functional regression test for evacuate with a target https://review.openstack.org/491000
#openstack-nova - 2017-10-30
01:12:41 openstackgerrit jichenjc proposed openstack/nova master: check query param for server groups function https://review.openstack.org/500347
01:26:49 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
02:10:23 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(1/2) https://review.openstack.org/408955
02:11:34 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
02:12:00 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Fix an example in "Delete Assisted Volume Snapshot" https://review.openstack.org/514128
02:12:32 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix missing marker functions https://review.openstack.org/514579
02:13:09 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.54 - Enable cold migration with target host https://review.openstack.org/406707
02:13:34 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix 500 error while passing 4-byte unicode data https://review.openstack.org/407514
02:13:53 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix test_get_volume_config method https://review.openstack.org/489467
02:14:15 openstackgerrit Takashi NATSUME proposed openstack/nova master: Update document related to host aggregate https://review.openstack.org/514499
02:22:50 openstackgerrit OpenStack Proposal Bot proposed openstack/os-vif master: Updated from global requirements https://review.openstack.org/511035
02:31:25 efried alex_xu How about now?
02:32:59 efried I was thinking it might work if we did something more like: SELECT ... FROM rp INNER JOIN (SELECT inventory & allocation stuff 1 LEFT JOIN (SELECT inventory & allocation stuff 2 LEFT JOIN ...))
02:33:29 efried That first INNER JOIN would mean we only get a row if *something* on the right-hand side isn't NULL.
02:51:07 openstackgerrit Yikun Jiang proposed openstack/python-novaclient master: Microversion 2.54 - Migrations list pagination https://review.openstack.org/516168
03:02:59 openstackgerrit Yikun Jiang proposed openstack/python-novaclient master: Microversion 2.54 - Migrations list pagination https://review.openstack.org/516168
03:18:51 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
04:41:42 alex_xu efried: sorry, I'm on PTO last friday
05:57:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
06:20:39 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
06:45:12 openstackgerrit Andreas Jaeger proposed openstack/nova master: DNM - testing check-requirements https://review.openstack.org/516195
06:46:58 openstackgerrit Yikun Jiang proposed openstack/python-novaclient master: Microversion 2.54 - Migrations list pagination https://review.openstack.org/516168
07:04:14 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: get vGPU stats from hypervisor https://review.openstack.org/512965
07:04:14 openstackgerrit Jianghua Wang proposed openstack/nova master: vgpu: add enabled white list https://review.openstack.org/512580
07:06:03 openstackgerrit Andreas Jaeger proposed openstack/nova master: DNM - testing check-requirements https://review.openstack.org/516195
07:14:19 openstackgerrit Yikun Jiang proposed openstack/python-novaclient master: Microversion 2.54 - Migrations list pagination https://review.openstack.org/516168
07:25:43 openstackgerrit Andreas Jaeger proposed openstack/nova master: DNM - testing check-requirements https://review.openstack.org/516195
07:45:50 openstackgerrit Yikun Jiang proposed openstack/python-novaclient master: Microversion 2.54 - Migrations list pagination https://review.openstack.org/516168
08:00:36 gmann alex_xu: can you check this - https://review.openstack.org/#/c/516104/
08:01:06 gmann alex_xu: matt BP about adding PUT description in flavor will be much easy after this
08:01:55 alex_xu gmann: got it, I will check it before EOD
08:02:31 gmann alex_xu: thanks
08:02:43 alex_xu gmann: np
08:03:57 openstackgerrit Alex Xu proposed openstack/nova master: Enable _get_usages_by_provider_and_rc not filter on the resource class id https://review.openstack.org/514649
08:03:57 openstackgerrit Alex Xu proposed openstack/nova master: WIP: Add _get_providers_with_any_resource method https://review.openstack.org/514197
08:03:58 openstackgerrit Alex Xu proposed openstack/nova master: Add ProviderSummaryList object https://review.openstack.org/514198
08:03:58 openstackgerrit Alex Xu proposed openstack/nova master: Add _get_traits_by_rp_ids method https://review.openstack.org/511184
08:03:59 openstackgerrit Alex Xu proposed openstack/nova master: Add AggregatedProviderSummary and AggregatedProviderSummaryList objects https://review.openstack.org/514200
08:03:59 openstackgerrit Alex Xu proposed openstack/nova master: Add more caches for the ProviderSummary and ProviderSummaryList https://review.openstack.org/514199
08:04:00 openstackgerrit Alex Xu proposed openstack/nova master: Add as_allocation_request_obj method to AggregatedProvierSummary obj https://review.openstack.org/514651
08:04:00 openstackgerrit Alex Xu proposed openstack/nova master: Add has_resources method to the AggregatedProviderSummary object https://review.openstack.org/514650
08:04:01 openstackgerrit Alex Xu proposed openstack/nova master: placement: rewrite AllocationCandidates.get_by_filters https://review.openstack.org/479766
08:25:39 openstackgerrit Andreas Jaeger proposed openstack/nova master: DNM - testing check-requirements https://review.openstack.org/516195
08:28:59 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: CLI for resource classes (v1.2) https://review.openstack.org/511182
08:28:59 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: CLI for aggregates (v1.1) https://review.openstack.org/505643
08:29:00 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: RP delete inventories (v1.5) https://review.openstack.org/514642
08:29:00 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: RP list: member_of and resources parameters (v1.3, v1.4) https://review.openstack.org/511183
08:29:01 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Resource class set (v1.7) https://review.openstack.org/514644
08:29:01 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: CLI for traits (v1.6) https://review.openstack.org/514643
08:29:02 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: [WIP] CLI allocation candidates (v1.10) https://review.openstack.org/514647
08:29:02 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Usages per project and user (v1.8, v1.9) https://review.openstack.org/514646
08:31:46 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: get vGPU stats from hypervisor https://review.openstack.org/512965
08:54:54 openstackgerrit David Rabel proposed openstack/nova master: VMware: add support for graceful shutdown of instances https://review.openstack.org/494169
08:56:46 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide vGPU inventory in compute node https://review.openstack.org/516217
09:13:43 rabel heyho!
09:13:51 rabel https://review.openstack.org/#/c/494169/ is ready for review (again) :)
09:27:23 openstackgerrit jichenjc proposed openstack/nova master: Add more functional test for placement.usage https://review.openstack.org/513264
09:28:52 openstackgerrit jichenjc proposed openstack/nova master: fix race condition of instance host https://review.openstack.org/494458
09:29:17 openstackgerrit jichenjc proposed openstack/nova master: Add quiesce and unquiesce in support matrix https://review.openstack.org/482390
09:32:56 openstackgerrit jichenjc proposed openstack/nova master: check query param for used_limits function https://review.openstack.org/499091
09:36:04 openstackgerrit jichenjc proposed openstack/nova master: emove glance usage inside compute https://review.openstack.org/511392
09:36:05 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
09:38:40 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
09:50:53 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Fix missing metavar in aggregate-update https://review.openstack.org/512485
09:53:02 openstackgerrit jichenjc proposed openstack/nova master: WIP: conf: remove deprecated 'project_id_regex' opt https://review.openstack.org/501057
10:07:20 openstackgerrit Takashi NATSUME proposed openstack/nova master: [Placement] Fix parameter order in placement API ref https://review.openstack.org/516233
10:22:09 openstackgerrit Tuan Luong-Anh proposed openstack/nova master: Using --option ARGUMENT https://review.openstack.org/516238
10:27:27 jsheeren hi, i'm having an issue with nova resize actions. the instance dir /var/lib/nova/instances/instance_uuid gets deleted; on suspend and resume this causes the error that libvirt cannot find the libvirt xml file
10:28:07 jsheeren if i watch the folder, an instance_uuid_resize folder get's created. after the resize, this folder gets deleted. as well as the /var/lib/nova/instances/instance_uuid folder
10:28:13 jsheeren has anyone seen this before?
10:58:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a warning in 'nova-manage cell_v2 delete_cell' https://review.openstack.org/513771
11:16:02 openstackgerrit Yikun Jiang proposed openstack/nova master: [WIP]Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
11:41:11 openstackgerrit Chris Dent proposed openstack/nova master: [placement] POST /allocations to set allocations for >1 consumers https://review.openstack.org/500073
11:53:30 efried alex_xu So... my test case was buggy. That's a relief.
12:03:00 openstackgerrit Balazs Gibizer proposed openstack/nova master: Document the real behavior of notify_on_state_change https://review.openstack.org/516264

Earlier   Later