Earlier  
Posted Nick Remark
#openstack-nova - 2018-05-07
19:59:15 openstackgerrit Merged openstack/nova master: doc: add note about xenapi aggregate upcall being resolved https://review.openstack.org/563724
20:04:29 openstackgerrit Artom Lifshitz proposed openstack/nova master: Add InstanceNUMATopology to LibvirtLiveMigrateData https://review.openstack.org/566398
20:04:30 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: Service version check for NUMA live migration https://review.openstack.org/566723
20:09:46 openstackgerrit Merged openstack/nova master: [doc]remove nova-cert leftover in doc https://review.openstack.org/566013
20:18:56 mriedem efried: that NCP retry patch seems totally random
20:18:58 mriedem and misplaced
20:20:19 openstackgerrit Matt Riedemann proposed openstack/nova master: Add nova-manage placement heal_allocations CLI https://review.openstack.org/565886
20:20:20 mriedem jaypipes: ^ is now ready for review / building on when you want, i think i've got all the test coverage and stuff i can think of
20:24:14 jaypipes mriedem: cool, will review later this evening.
20:29:31 openstackgerrit Brianna Poulos proposed openstack/nova master: Add notification support for trusted_certs https://review.openstack.org/563269
21:13:39 melwitt mriedem: I guess we could just focus on the regressions for the stable releases -- don't have a strong opinion about it. what do you think?
21:15:48 openstackgerrit Jay Pipes proposed openstack/nova master: remove Allocation.project_id & Allocation.user_id https://review.openstack.org/565406
21:15:49 openstackgerrit Jay Pipes proposed openstack/nova master: rework allocation handler _allocations_dict() https://review.openstack.org/565407
21:15:50 openstackgerrit Jay Pipes proposed openstack/nova master: Add a microversion for consumer generation support https://review.openstack.org/565604
21:49:39 openstackgerrit Jay Pipes proposed openstack/nova master: add consumer.generation/create missing consumers https://review.openstack.org/557958
21:49:40 openstackgerrit Jay Pipes proposed openstack/nova master: placement: add Project, User and Consumer objects https://review.openstack.org/565403
21:49:41 openstackgerrit Jay Pipes proposed openstack/nova master: Add create() methods to Project, User and Consumer https://review.openstack.org/565404
21:49:42 openstackgerrit Jay Pipes proposed openstack/nova master: move consumer ensure to API layer https://review.openstack.org/565405
21:49:43 openstackgerrit Jay Pipes proposed openstack/nova master: remove Allocation.project_id & Allocation.user_id https://review.openstack.org/565406
21:49:44 openstackgerrit Jay Pipes proposed openstack/nova master: rework allocation handler _allocations_dict() https://review.openstack.org/565407
21:49:45 openstackgerrit Jay Pipes proposed openstack/nova master: Add a microversion for consumer generation support https://review.openstack.org/565604
21:55:30 openstackgerrit Jay Pipes proposed openstack/nova master: move consumer ensure to API layer https://review.openstack.org/565405
21:55:31 openstackgerrit Jay Pipes proposed openstack/nova master: rework allocation handler _allocations_dict() https://review.openstack.org/565407
21:55:32 openstackgerrit Jay Pipes proposed openstack/nova master: Add a microversion for consumer generation support https://review.openstack.org/565604
21:56:56 openstackgerrit Jay Pipes proposed openstack/nova master: add consumer.generation/create missing consumers https://review.openstack.org/557958
21:56:57 openstackgerrit Jay Pipes proposed openstack/nova master: placement: add Project, User and Consumer objects https://review.openstack.org/565403
21:56:58 openstackgerrit Jay Pipes proposed openstack/nova master: Add create() methods to Project, User and Consumer https://review.openstack.org/565404
21:56:59 openstackgerrit Jay Pipes proposed openstack/nova master: move consumer ensure to API layer https://review.openstack.org/565405
21:57:00 openstackgerrit Jay Pipes proposed openstack/nova master: rework allocation handler _allocations_dict() https://review.openstack.org/565407
21:57:01 openstackgerrit Jay Pipes proposed openstack/nova master: Add a microversion for consumer generation support https://review.openstack.org/565604
22:23:37 openstackgerrit Merged openstack/nova stable/pike: Handle @safe_connect returns None side effect in _ensure_resource_provider https://review.openstack.org/566164
22:40:09 openstackgerrit melanie witt proposed openstack/nova master: Migrate tempest-dsvm-multinode-live-migration job in-tree https://review.openstack.org/555945
23:35:40 arvindn05 quick testing question, how can we mock 2 methods on the same instance object with mock.patch.object?
23:36:05 arvindn05 'get_allocations_for_consumer',
23:36:05 arvindn05 return_value=fake_instance_alloc),
23:36:05 arvindn05 mock.patch.object(self.conductor_manager.report_client,
23:36:05 arvindn05 'get_provider_tree_and_ensure_root',
23:36:05 arvindn05 return_value=fake_rp_tree)
23:36:17 arvindn05 should the above work?
23:36:36 melwitt that should work
23:37:06 arvindn05 melwitt: thanks. hmm...ok..something else is wrong i guess
23:37:51 arvindn05 the second mock is not working as expected....so i suspected something else is wrong
#openstack-nova - 2018-05-08
01:13:47 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_xenapi.py (1) https://review.openstack.org/564639
01:27:20 openstackgerrit Merged openstack/nova master: Proxy is_volume through DriverBlockDevice https://review.openstack.org/564017
02:52:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_xenapi.py (2) https://review.openstack.org/564643
02:53:39 openstackgerrit karim proposed openstack/nova master: Pushing image traits to ironic node https://review.openstack.org/565620
04:21:43 openstackgerrit Merged openstack/nova master: Deprecate the nova-consoleauth service https://review.openstack.org/565367
04:53:46 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_xenapi.py (3) https://review.openstack.org/564645
05:17:32 openstackgerrit Merged openstack/nova master: Give volume DriverBlockDevice classes a common prefix https://review.openstack.org/526346
05:24:35 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_conductor.py (1) https://review.openstack.org/564658
05:25:18 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_conductor.py (2) https://review.openstack.org/564659
05:46:17 openstackgerrit jichenjc proposed openstack/nova master: [doc] merge quota document https://review.openstack.org/566783
05:54:40 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in tests/unit/api/openstack/compute https://review.openstack.org/566528
06:13:23 openstackgerrit Surya Seetharaman proposed openstack/nova master: [WIP] Add queued for delete to instance_mappings table. https://review.openstack.org/566788
07:06:49 openstackgerrit Surya Seetharaman proposed openstack/nova master: [WIP/POC] Add queued_for_delete field to InstanceMapping object https://review.openstack.org/566795
07:14:03 openstackgerrit Surya Seetharaman proposed openstack/nova master: [WIP/POC] Add queued_for_delete field to InstanceMapping object https://review.openstack.org/566795
07:35:21 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Consider nested RPs in get_all_with_shared https://review.openstack.org/556450
07:35:22 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support shared and nested allocation candidates https://review.openstack.org/556514
07:35:23 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support nested alloc cands without shared RPs https://review.openstack.org/561842
07:35:24 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return all resources in provider_summaries https://review.openstack.org/558045
07:35:26 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return all nested providers in tree https://review.openstack.org/559480
07:35:26 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return resource providers without inventories https://review.openstack.org/559554
07:35:27 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support nested allocation candidates in placement https://review.openstack.org/565487
07:58:14 kashyap dansmith: Sorry, had to be AFK a bit early last evening. Just catching up with the scroll
08:02:14 kashyap dansmith: melwitt: Okido, let's go with the exhibit (a) which is: "deprecate in Rocky and hard-fail in Stein"
08:29:48 openstackgerrit Surya Seetharaman proposed openstack/nova master: [WIP/POC] Updating queued_for_delete from instance_destroy() https://review.openstack.org/566813
08:45:58 kashyap bauzas: When you are about, can you merge this simple Ocata backport? Already has a +2 from Sean McGinnis: https://review.openstack.org/#/c/565672/
08:46:09 kashyap bauzas: (Pinging you, as you ACKed the other branch backports)
08:46:21 kashyap Or even lyarwood ^
08:46:38 kashyap That's the outstanding backport for that bug.
08:56:57 lyarwood kashyap: looking
08:57:46 lyarwood kashyap: done
08:57:57 kashyap lyarwood: Splendid!
08:58:01 kashyap Thank you
09:13:32 openstackgerrit Theodoros Tsioutsias proposed openstack/nova-specs master: Add PENDING vm state https://review.openstack.org/554212
09:16:35 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Consider nested RPs in get_all_with_shared https://review.openstack.org/556450
09:16:36 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support shared and nested allocation candidates https://review.openstack.org/556514
09:16:37 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support nested alloc cands without shared RPs https://review.openstack.org/561842
09:16:38 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return all resources in provider_summaries https://review.openstack.org/558045
09:16:39 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return all nested providers in tree https://review.openstack.org/559480
09:16:40 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return resource providers without inventories https://review.openstack.org/559554
09:16:41 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support nested allocation candidates in placement https://review.openstack.org/565487
09:23:34 openstackgerrit Vishakha Agarwal proposed openstack/nova master: Re-using the code of os brick cinder https://review.openstack.org/565703
09:44:26 jmccarthy mriedem: jgwentworth: Thanks for your help :) I tested the review, and in my setup it fixed the issue - https://review.openstack.org/#/c/566367
10:17:38 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Add tests for sharing rps in test_common_rc() https://review.openstack.org/566842
10:19:25 tetsuro efried, jaypipes, bauzas: ^ found a new bug in sharing case. might be related to https://review.openstack.org/#/c/560459/3?
10:40:50 openstackgerrit Merged openstack/nova stable/ocata: libvirt: Make `cpu_model_extra_flags` case-insensitive for real https://review.openstack.org/565672
10:50:14 openstackgerrit Balazs Gibizer proposed openstack/osc-placement master: Fix error message in test assert https://review.openstack.org/565694
10:51:26 openstackgerrit Balazs Gibizer proposed openstack/osc-placement master: Fix error message in test assert https://review.openstack.org/565694
10:52:40 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Add three new '[libvirt] live_migration_*' options https://review.openstack.org/456571
10:52:41 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Gather 'live_migration_scheme', 'live_migration_inbound_addr' https://review.openstack.org/456572
10:52:42 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Convert 'live_migration_inbound_addr' to HostAddressOpt https://review.openstack.org/456573
10:52:43 stephenfin owalsh: ^
10:53:14 owalsh stephenfin: ack, thanks
10:59:09 openstackgerrit Theodoros Tsioutsias proposed openstack/nova master: Add scheduling notification https://review.openstack.org/566470
11:02:56 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove unused methods in nova/compute/utils.py https://review.openstack.org/566855
11:06:23 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Use new-style choice values https://review.openstack.org/530924
11:30:00 tetsuro Hmm... this makes me change my mind that this is a good opportunity to rework the allocation candidates logic in a totally different way. So it is fair that you ask that if we can amend nested alloc cands series without considering the existing path for sharing providers.
11:43:42 artom sean-k-m1, sean-k-mooney[m], one of you around? Have some questions about the Intel NFV CI
11:50:50 sean-k-mooney artom: hi

Earlier   Later