Earlier  
Posted Nick Remark
#openstack-nova - 2019-02-14
20:11:32 jaypipes efried: interesting. good sleuthing.
20:16:25 melwitt tomtom001: ok. I think maybe you aren't supposed to set api_class. see this example config from a gate run in the [key_manager] section http://logs.openstack.org/51/633351/1/check/tempest-full/8473acf/controller/logs/etc/nova/nova_conf.txt.gz
20:16:58 melwitt [key_manager]/backend = nova.keymgr.conf_key_mgr.ConfKeyManager
20:25:27 melwitt tomtom001: according to the docs, it looks like you could also use backend='barbican', the api_class setting is deprecated https://docs.openstack.org/nova/queens/configuration/config.html?highlight=fixed_key#key_manager.backend
20:25:57 tomtom001 melwitt: thanks I'll check it out
20:33:39 tomtom001 melwitt: looks to me like it doesn't support rbd yet. http://paste.openstack.org/show/745124/ Also, I can't instantiate the other one. Weird. That backend may only work for a fixed key as well.
20:33:49 tomtom001 melwitt: what do you think?
20:35:54 melwitt lyarwood is the best person to answer that but he's in EU time zone and off by now, so let me look through the feature patches quickly. I didn't remember rbd being excluded
20:39:55 melwitt the commit message mentions rbd, implying it should work https://review.openstack.org/523958 but I don't know more than that, unfortunately
20:40:39 melwitt but that error is coming from os-brick. going to see when that was added
20:41:02 melwitt oh, wait, that's because it's falling back on the old, non-native encryption in your case
20:42:09 melwitt only the native luks encryption through qemu will work with rbd
20:42:39 tomtom001 melwitt: I'm struggling to find how to set that up. Do you know?
20:43:44 tomtom001 melwitt: or at least docs on how to?
20:44:40 melwitt yeah, there's not a special doc because it's mostly automatic. the release notes describe what versions of qemu and libvirt are required for it to use native encryption https://docs.openstack.org/releasenotes/nova/queens.html
20:46:39 melwitt there, in the "New Features" section is some info about it. for example, if you have instances using encryption prior to queens, you need to reboot them (maybe hard reboot) to get them to generate new xml needed to do the native encryption. or live migrate them between queens compute hosts
20:47:59 melwitt new instances in queens should Just Work(tm)
20:50:10 melwitt nova meeting in 10 minutes
20:51:23 tomtom001 melwitt: thanks! really appreciate your help on this
20:52:01 melwitt tomtom001: np, hope you get it working. let us know
20:53:15 tomtom001 will do
21:35:16 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (3) https://review.openstack.org/574104
21:35:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (4) https://review.openstack.org/574106
21:35:47 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (5) https://review.openstack.org/574110
21:41:21 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add confirm_snapshot_based_resize_at_source https://review.openstack.org/637058
21:41:21 openstackgerrit Matt Riedemann proposed openstack/nova master: Start functional testing for cross-cell resize https://review.openstack.org/636253
21:43:40 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add confirm_snapshot_based_resize_at_source https://review.openstack.org/637058
21:46:39 openstackgerrit Merged openstack/nova master: Change sqlalchemy warnings filter to an error https://review.openstack.org/636957
21:46:51 openstackgerrit Takashi NATSUME proposed openstack/nova stable/rocky: Replace glance command with openstack command https://review.openstack.org/637060
21:46:57 openstackgerrit Merged openstack/nova master: Lock detach_volume https://review.openstack.org/636701
22:32:09 efried melwitt: #sorrynotsorry
22:32:20 efried melwitt: fwiw, you will notice marked speedups
22:32:24 melwitt haha, I was hoping you'd see that :)
22:56:21 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add ConfirmResizeTask https://review.openstack.org/637070
22:56:21 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add confirm_snapshot_based_resize_at_source https://review.openstack.org/637058
22:58:20 openstackgerrit Lars Kellogg-Stedman proposed openstack/nova master: ironic: check fresh data when sync_power_state doesn't line up https://review.openstack.org/636699
23:06:42 openstackgerrit melanie witt proposed openstack/nova master: Add user_id field to InstanceMapping https://review.openstack.org/633350
23:06:43 openstackgerrit melanie witt proposed openstack/nova master: Add online data migration for populating user_id https://review.openstack.org/633351
23:07:51 openstackgerrit Merged openstack/nova stable/rocky: Ignore VolumeAttachmentNotFound exception in compute.manager https://review.openstack.org/636954
23:08:02 openstackgerrit Merged openstack/nova stable/rocky: Provide a useful error message when trying to update non-compute services https://review.openstack.org/636955
23:12:01 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add confirm_snapshot_based_resize conductor RPC method https://review.openstack.org/637075
23:12:01 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Add ConfirmResizeTask https://review.openstack.org/637070
23:29:31 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Add Cyborg device profile groups to spec obj. https://review.openstack.org/631243
23:29:31 openstackgerrit Eric Fried proposed openstack/nova master: ksa auth conf and client for cyborg access https://review.openstack.org/631242
23:29:32 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Get resolved Cyborg ARQs and add PCI BDFs to VM's domain XML. https://review.openstack.org/631245
23:29:32 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Create and bind Cyborg ARQs. https://review.openstack.org/631244
#openstack-nova - 2019-02-15
00:29:40 openstackgerrit Takashi NATSUME proposed openstack/nova-specs master: Fix warnings in the document generation https://review.openstack.org/631150
00:43:00 lxkong hi nova, how can a admin user create a vm using a normal user's port?
01:18:11 openstackgerrit yuanliu proposed openstack/nova master: Fix query method for nova compute services by compute_driver types https://review.openstack.org/637083
01:56:10 openstackgerrit Merged openstack/nova master: Remove deprecated 'os-flavor-manage' policy https://review.openstack.org/633656
01:56:18 openstackgerrit Merged openstack/nova master: Fix a missing policy in test policy data https://review.openstack.org/633686
02:03:52 openstackgerrit Takashi NATSUME proposed openstack/nova stable/rocky: Fix a missing policy in test policy data https://review.openstack.org/637085
02:05:44 openstackgerrit Merged openstack/nova master: Change nova-next tempest test regex https://review.openstack.org/636459
02:07:37 openstackgerrit Takashi NATSUME proposed openstack/nova stable/queens: Fix a missing policy in test policy data https://review.openstack.org/637112
02:18:07 openstackgerrit Merged openstack/nova master: Default zero disk flavor to RULE_ADMIN_API in Stein https://review.openstack.org/603910
02:18:21 openstackgerrit Merged openstack/nova master: Fix deps for api-samples tox env https://review.openstack.org/633620
02:44:21 openstackgerrit Yongli He proposed openstack/nova master: Add server subresouce toplogy API https://review.openstack.org/621476
02:54:41 openstackgerrit Yongli He proposed openstack/nova master: Adds the server group info into show server detail API. https://review.openstack.org/621474
04:07:23 openstackgerrit Merged openstack/python-novaclient master: Microversion 2.68: Remove 'forced' live migrations, evacuations https://review.openstack.org/635131
04:34:25 openstackgerrit Merged openstack/nova master: Remove get_config_vhostuser https://review.openstack.org/565471
05:09:00 openstackgerrit Yongli He proposed openstack/nova master: Add server subresouce toplogy API https://review.openstack.org/621476
05:24:53 openstackgerrit Merged openstack/nova master: api-ref: Add descriptions for vol-backed snapshots https://review.openstack.org/615084
06:05:39 melwitt thanks gmann ++
06:37:24 ileixe Hi guys, I'm not sure it's right place to ask but wish someone to shed light on the newbie.
06:37:39 ileixe Is there any way to change timezone (from UTC to any dfifrent) for nova?
06:57:31 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (6) https://review.openstack.org/574113
06:57:50 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (7) https://review.openstack.org/574974
06:58:06 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (8) https://review.openstack.org/575311
07:41:00 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (9) https://review.openstack.org/575581
07:41:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (10) https://review.openstack.org/576017
07:41:31 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (11) https://review.openstack.org/576018
07:41:56 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (12) https://review.openstack.org/576019
07:42:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13) https://review.openstack.org/576020
07:59:53 openstackgerrit Yongli He proposed openstack/nova master: Add server subresouce toplogy API https://review.openstack.org/621476
08:06:24 matoef1 Thank you in advance for any help you can provide.
08:06:24 matoef1 Event and resource lists and nova, heat versions: http://paste.openstack.org/show/745139/
08:06:24 matoef1 After anabling SSL on all devstack endpoints. I'm unable to create cluster, because NOVA returns 400 HTTP status (user_data too long) to the HEAT. But my user_data size is under 64K. Message from NOVA: http://paste.openstack.org/show/745137/
08:06:24 matoef1 Hi Folks,
08:17:45 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (14) https://review.openstack.org/576027
08:18:02 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (15) https://review.openstack.org/576031
08:18:23 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (16) https://review.openstack.org/576299
08:18:44 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (17) https://review.openstack.org/576344
08:19:03 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (18) https://review.openstack.org/576673
08:51:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (19) https://review.openstack.org/576676
08:51:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (20) https://review.openstack.org/576689
08:51:55 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (21) https://review.openstack.org/576709
08:53:19 openstackgerrit Takashi NATSUME proposed openstack/nova stable/queens: Add description of custom resource classes https://review.openstack.org/619125
09:21:51 gibi efried: nice catch about the lock copy.
09:24:58 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Drop MIN_LIBVIRT_PARALLELS_SET_ADMIN_PASSWD https://review.openstack.org/632514
09:24:58 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Bump MIN_{LIBVIRT,QEMU}_VERSION for "Stein" https://review.openstack.org/632507
09:24:59 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Rewrite _create_pty_device() to be clearer https://review.openstack.org/637152
09:25:27 gibi efried: I read back your discussion with mriedem about the VCPU handling in the request_groups
09:26:23 gibi efried: there is a note in the code where the field is initialized which is the place where the unnumbered group (VCPU and the rest) should be added
09:27:12 gibi efried: I can add another note to the definition of the field but that note will be in a place that doesn't need to be changed when the actuall refactor adds the unnumbered group to the list so that note will be subject to drift
10:52:56 openstackgerrit Sylvain Bauza proposed openstack/nova master: libvirt: implement reshaper for vgpu https://review.openstack.org/599208
10:52:56 openstackgerrit Sylvain Bauza proposed openstack/nova master: WIP: Use the correct mdev allocated from the pGPU https://review.openstack.org/636591
10:52:57 openstackgerrit Sylvain Bauza proposed openstack/nova master: Add functional test for libvirt vgpu reshape https://review.openstack.org/631559
11:13:39 gibi jaypipes, efried: responded in https://review.openstack.org/#/c/616239 . I will respin the patch with some fixes you suggested
11:21:40 rha Is anybody here who could to a review on: https://review.openstack.org/#/c/420026 please?
12:58:37 openstackgerrit hyunsik Yang proposed openstack/nova stable/pike: Manage Compute services in nova manual typos https://review.openstack.org/637178

Earlier   Later