Earlier  
Posted Nick Remark
#openstack-nova - 2019-12-23
16:51:00 openstackgerrit Merged openstack/nova master: Move common test method up to base class https://review.opendev.org/699064
18:47:24 openstackgerrit Sundar Nadathur proposed openstack/nova master: ksa auth conf and client for Cyborg access https://review.opendev.org/631242
18:47:24 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add Cyborg device profile groups to request spec. https://review.opendev.org/631243
18:47:25 openstackgerrit Sundar Nadathur proposed openstack/nova master: Define Cyborg ARQ binding notification event. https://review.opendev.org/692707
18:47:25 openstackgerrit Sundar Nadathur proposed openstack/nova master: Create and bind Cyborg ARQs. https://review.opendev.org/631244
18:47:26 openstackgerrit Sundar Nadathur proposed openstack/nova master: Pass accelerator requests to each virt driver from compute manager. https://review.opendev.org/698581
18:47:26 openstackgerrit Sundar Nadathur proposed openstack/nova master: Compose accelerator PCI devices into domain XML in libvirt driver. https://review.opendev.org/631245
18:47:27 openstackgerrit Sundar Nadathur proposed openstack/nova master: Delete ARQs for an instance when the instance is deleted. https://review.opendev.org/673735
18:47:27 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable hard/soft reboot with accelerators. https://review.opendev.org/697940
18:47:28 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable start/stop of instances with accelerators. https://review.opendev.org/699553
18:47:28 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable and use COMPUTE_ACCELERATORS trait. https://review.opendev.org/699554
18:47:29 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add cyborg tempest job. https://review.opendev.org/670999
19:28:13 openstackgerrit Merged openstack/nova stable/train: Disable NUMATopologyFilter on rebuild https://review.opendev.org/698532
19:28:18 openstackgerrit Merged openstack/nova stable/train: FUP for in-place numa rebuild https://review.opendev.org/700127
21:15:51 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Pass the target in os-services APIs policy https://review.opendev.org/676688
21:17:01 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Pass the target in os-services APIs policy https://review.opendev.org/676688
21:58:01 openstackgerrit Matt Riedemann proposed openstack/nova master: Add functional regression tests for bug 1857306 https://review.opendev.org/700456
21:58:01 openstack bug 1857306 in OpenStack Compute (nova) "_bury_in_cell0 could not handle instance duplicate exception" [Low,Triaged] https://launchpad.net/bugs/1857306
#openstack-nova - 2019-12-24
00:19:56 openstackgerrit Merged openstack/nova master: Add cross-cell resize policy rule and enable in API https://review.opendev.org/638269
01:38:49 openstackgerrit Chason Chan proposed openstack/nova master: [api-ref] Fix the incorrect link https://review.opendev.org/700362
02:01:50 ruffian_sheep brinzhang : Hi,are u online ?thx for ur reply
02:13:55 brinzhang ruffian_sheep: Hi
02:15:17 ruffian_sheep brinzhang :The X-OpenStack-Nova-API-Version: <version> you sent yesterday was a command?
02:19:12 eandersson Are there any tempest tests out there that uses fake notifications payloads, or is there a utility that I can use?
02:19:52 eandersson Trying to test out notifications on designate (and maybe senlin) without actually having to create and destroy VMs
02:25:50 brinzhang_ask ruffian_sheep: my network is unstable, maybe some words I cannot see :P
02:27:13 ruffian_sheep brinzhang_ask :I mean The X-OpenStack-Nova-API-Version: <version> you sent yesterday was a command?
02:28:09 brinzhang_ask In command you can set, and in your request header, also can be set
02:31:22 brinzhang_ask X-OpenStack-Nova-API-Version use this, you can request any microversion list in api history. https://docs.openstack.org/nova/latest/reference/api-microversion-history.html
02:33:56 ruffian_sheep brinzhang_ask :I mean, what command should I enter to change the api version? Such as nova list
02:39:19 eandersson ruffian_sheep openstack client?
02:39:21 brinzhang_ask ruffian_sheep: you mean, how to change v2.1 to v2.0?
02:39:40 eandersson > --os-XXXX-api-version <XXXX-api-version>
02:41:08 ruffian_sheep brinzhang_ask :I am currently performing a tempest test and he requires that multiattach needs to use api version 2.6. Not v2.0.
02:41:20 brinzhang_ask ruffian_sheep: if you want to know how to us this parameter in CLI, you can execute in command with: nova --help |grep os-compute-api-version
02:42:00 brinzhang_ask ruffian_sheep: can you provide that tempest patch links?
02:42:08 ruffian_sheep eandersson : I need the nova api in the environment variable to be 2.6. If the command is modified --os-XXXX-api-version <XXXX-api-version>, it seems to be invalid in temepst
02:42:43 ruffian_sheep tempest.api.compute.admin.test_volume_swap:TestVolumeSwap.test_volume_swap
02:43:01 eandersson https://github.com/openstack/senlin-tempest-plugin/blob/master/senlin_tempest_plugin/common/utils.py#L31
02:43:04 ruffian_sheep are u mean the links??
02:43:04 eandersson We do something like that
02:46:45 ruffian_sheep eandersson | brinzhang_ask :there is the log when i try to pass the tempest: http://paste.openstack.org/show/787849/
02:46:47 brinzhang_ask ruffian_sheep: you can refer this test case https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_servers.py#L65
02:47:56 brinzhang_ask In the test case you just to check your request version, if it's true, you can call the tart nova api.
02:51:50 brinzhang_ask suffian_sheep: please refer this patch https://review.opendev.org/#/c/609357, used the min_microversion=2.67 in test_create_specify_volume_type.py
03:02:09 ruffian_sheep brinzhang_ask :It seems that the code of this link has not been incorporated yet. Do you mean to let me directly modify the minimum required version in the test case file?
03:06:06 brinzhang_ask Although it's not merged, it's works for you, and it didn't fail because of *microversion*.
03:07:29 brinzhang_ask fuffian_sheep: base on you requirement, I think you can set the min_microversion in you test case.
03:12:41 ruffian_sheep brinzhang_ask :But from the history of api, the multiattach function has started from version 2.6. https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id1. If I change the api version of the test case to an earlier version, won't this function fail to execute from the beginning?
06:07:45 openstackgerrit Chason Chan proposed openstack/nova master: Add description of live_migration_timeout_action option https://review.opendev.org/700124
06:54:23 openstackgerrit Merged openstack/nova master: Enable cross-cell resize in the nova-multi-cell job https://review.opendev.org/656656
06:56:01 selvakumar Hi All i need help in resolving the below error from nova-compute
08:52:21 LiangFang hi nova team, Merry Christmas!!!
09:27:01 openstackgerrit Fan Zhang proposed openstack/nova master: Fix filter server list with SOFT_DELETED status https://review.opendev.org/597443
09:39:08 openstackgerrit Merged openstack/nova master: Flesh out docs for cross-cell resize/cold migrate https://review.opendev.org/696212
10:18:29 openstackgerrit Merged openstack/nova master: Add sequence diagrams for cross-cell-resize https://review.opendev.org/698051
10:57:29 openstackgerrit waleed mousa proposed openstack/os-vif master: [Follow Up] OVS DPDK port representors support https://review.opendev.org/665965
11:55:40 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing servers by SOFT_DELETED status. https://review.opendev.org/597443
12:07:45 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove firewall support (pt. 1) https://review.opendev.org/696514
12:07:46 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Copy shared utils from nova-net module https://review.opendev.org/696515
12:07:46 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove final references to nova-network https://review.opendev.org/696516
12:07:47 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove 'MetadataManager' https://review.opendev.org/696748
12:07:47 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Add TODOs to remove security group-related objects https://review.opendev.org/696517
12:07:48 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove dependency on nova-net from fake cache https://review.opendev.org/696749
12:07:48 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Kill it https://review.opendev.org/696518
12:07:49 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove unused exceptions https://review.opendev.org/697149
12:07:49 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove unnecessary 'neutronv2' prefixes https://review.opendev.org/696776
12:07:50 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Rename 'nova.network.neutronv2' -> 'nova.network' https://review.opendev.org/696745
12:07:50 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Make the security group API a module https://review.opendev.org/696746
12:07:51 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove remaining nova-network quotas https://review.opendev.org/697152
12:07:51 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove use of legacy 'FloatingIP' object https://review.opendev.org/697153
12:07:52 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove use of legacy 'Network' object https://review.opendev.org/697154
12:07:52 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove use of legacy 'SecurityGroup' object https://review.opendev.org/697155
12:07:53 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove unused nova-network objects https://review.opendev.org/697156
12:07:53 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove firewall support (pt. 2) https://review.opendev.org/700510
12:07:54 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove firewall support (pt. 3) https://review.opendev.org/700511
15:03:37 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing servers by SOFT_DELETED status. https://review.opendev.org/597443
15:08:41 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing SOFT_DELETED servers by vm_state. https://review.opendev.org/700520
15:42:57 openstackgerrit waleed mousa proposed openstack/os-vif master: [Follow Up] OVS DPDK port representors support https://review.opendev.org/665965
15:56:47 openstackgerrit waleed mousa proposed openstack/os-vif master: [Follow Up] OVS DPDK port representors support https://review.opendev.org/665965
17:17:40 openstackgerrit Stephen Finucane proposed openstack/nova master: DNM: Add reproducer for subunit parser error https://review.opendev.org/700522
#openstack-nova - 2019-12-25
01:46:21 openstackgerrit tianxiang ai proposed openstack/nova master: Scheduler a vm to a reporting compute node https://review.opendev.org/700529
02:03:12 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing SOFT_DELETED servers by vm_state. https://review.opendev.org/700520
02:22:14 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Pass the target in os-services APIs policy https://review.opendev.org/676688
07:14:27 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing servers by SOFT_DELETED status. https://review.opendev.org/597443
08:10:31 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing SOFT_DELETED servers by vm_state. https://review.opendev.org/700520
09:10:11 openstackgerrit Luyao Zhong proposed openstack/nova master: address specific resources cleanup issue https://review.opendev.org/699148
09:10:12 openstackgerrit Luyao Zhong proposed openstack/nova master: [WIP] support live migration with vpmems https://review.opendev.org/687856
11:47:15 openstackgerrit Fan Zhang proposed openstack/nova master: Fix listing SOFT_DELETED servers by vm_state. https://review.opendev.org/700520
20:08:41 openstackgerrit Merged openstack/nova master: Simplify FinishResizeAtDestTask event handling https://review.opendev.org/695337
#openstack-nova - 2019-12-26
02:04:04 openstackgerrit Merged openstack/nova master: Implement cleanup_instance_network_on_host for neutron API https://review.opendev.org/697162
03:59:00 openstackgerrit Merged openstack/nova master: Add cross-cell resize tests for _poll_unconfirmed_resizes https://review.opendev.org/698322
06:48:36 openstackgerrit Merged openstack/nova master: Introduce scope_types in Admin Actions https://review.opendev.org/657823
08:45:25 openstackgerrit zhufl proposed openstack/nova master: Fix an invalid assertIsNotNone statement https://review.opendev.org/700603
#openstack-nova - 2019-12-27
03:21:29 openstackgerrit Luyao Zhong proposed openstack/nova master: [WIP] support live migration with vpmems https://review.opendev.org/687856
03:21:30 openstackgerrit Luyao Zhong proposed openstack/nova master: Track orphan instances and error migrations in resource tracker https://review.opendev.org/678451
06:25:20 openstackgerrit Luyao Zhong proposed openstack/nova master: Track orphan instances and error migrations in resource tracker https://review.opendev.org/678451
14:47:38 openstackgerrit Matt Riedemann proposed openstack/nova master: Use COMPUTE_SAME_HOST_COLD_MIGRATE trait during migrate https://review.opendev.org/695220
#openstack-nova - 2019-12-29
13:59:44 openstackgerrit Matt Riedemann proposed openstack/nova stable/train: libvirt: check job status for VIR_DOMAIN_EVENT_SUSPENDED_MIGRATED event https://review.opendev.org/695900
20:02:42 openstackgerrit Merged openstack/nova stable/train: libvirt: check job status for VIR_DOMAIN_EVENT_SUSPENDED_MIGRATED event https://review.opendev.org/695900

Earlier   Later