Earlier  
Posted Nick Remark
#openstack-nova - 2017-11-17
01:21:36 openstackgerrit Yikun Jiang proposed openstack/nova master: [WIP] Add pagination and changes-since for instance-actions https://review.openstack.org/326326
01:40:39 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
02:18:03 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach interface https://review.openstack.org/512190
02:57:15 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): Add API to support vgpu resource provider create https://review.openstack.org/520313
03:16:44 openstackgerrit Chen Hanxiao proposed openstack/python-novaclient master: inject file: add description of injecting multiple files. https://review.openstack.org/515655
03:21:21 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach interface https://review.openstack.org/512190
03:44:24 openstackgerrit Nguyen Van Trung proposed openstack/nova-specs master: Add validation to improve pep8 check for nova-specs project https://review.openstack.org/519561
04:32:47 openstackgerrit yuanyue proposed openstack/nova master: Add log in conductor to mark host for instance creation https://review.openstack.org/520369
05:25:05 BenderRodriguez I need help
05:25:28 BenderRodriguez WHenever I try to create an instance, I get the following error and the VM is stuck in the ERROR state when doing openstack server show...
05:25:50 BenderRodriguez The error message shown in nova-conductor.log is as follows: NoValidHost: No valid host was found. There are not enough hosts available.
05:25:54 BenderRodriguez What does this mean?
05:45:08 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.54 - Enable reset keypair while rebuild https://review.openstack.org/519572
06:39:59 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Merge flavor extensions controller code https://review.openstack.org/516104
06:42:30 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach interface https://review.openstack.org/512190
06:46:15 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach interface https://review.openstack.org/512190
08:13:11 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach/swap volumes https://review.openstack.org/517205
09:00:57 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): Add API to support vgpu resource provider create https://review.openstack.org/520313
09:37:15 openstackgerrit Naichuan Sun proposed openstack/nova master: (WIP)xenapi(N-R-P): Add API to support compute node resource provider update and create https://review.openstack.org/521041
10:43:36 isp Hi, im using nova.servers.list() to list the instances I have, what could I get the info of each vm? something like nova.servers.show(vmName) or where could I get that functions implemented?
12:00:29 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [CLI] Fix token auth type https://review.openstack.org/424256
12:03:45 openstackgerrit yuanyue proposed openstack/nova master: Add log in conductor to mark host for instance creation https://review.openstack.org/520369
12:07:05 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [CLI] Fix token auth type https://review.openstack.org/424256
12:16:09 efried BenderRodriguez This is really a question for the #openstack channel. But check the compute logs for errors; that should give you a hint as to what went wrong.
12:23:59 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [ci] Use pseudo-random names for new resources https://review.openstack.org/479777
12:24:00 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [functional] Remove duplication of boot helper https://review.openstack.org/521071
12:55:37 efried Ahdang!
13:18:28 fried_rice alex_xu Can you please review the nrp series? https://review.openstack.org/#/c/377138/
13:33:46 openstackgerrit Ed Leafe proposed openstack/nova master: Return Selection objects from the scheduler driver https://review.openstack.org/495854
13:34:18 openstackgerrit Merged openstack/python-novaclient master: Remove setting of version/release from releasenotes https://review.openstack.org/520733
13:49:55 alex_xu fried_rice: yea, that is my next plan
13:50:02 fried_rice alex_xu Cool
14:08:46 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: serial console log (completed) https://review.openstack.org/450636
14:14:18 fried_rice leakypipes Happy Friday!
14:14:30 leakypipes morning fried_rice! :)
14:18:30 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: fix memory stats https://review.openstack.org/516634
14:32:00 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [functional] Remove duplication of boot helper https://review.openstack.org/521071
14:32:01 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [ci] Use pseudo-random names for new resources https://review.openstack.org/479777
14:39:53 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [ci] Use pseudo-random names for new resources https://review.openstack.org/479777
14:39:53 openstackgerrit Andrey Kurilin proposed openstack/python-novaclient master: [functional] Remove duplication of boot helper https://review.openstack.org/521071
14:48:48 ArchiFleKs hi do you know how to enable soft-(anti)-affinity in nova ? I have the soft_affinity_weight_multiplier define in nova but the api response : openstack server group create: error: argument --policy: invalid choice: u'soft-anti-affinity' (choose from 'affinity', 'anti-affinity'). I'm on stable/pike
14:49:14 mriedem ArchiFleKs: the soft policies have to be used with a microversion when creating the group
14:49:38 mriedem https://developer.openstack.org/api-ref/compute/#create-server-group
14:49:49 mriedem "This policy was added in microversion 2.15."
14:50:36 mriedem so send -H "X-OpenStack-Nova-API-Version: 2.15"
14:52:29 ArchiFleKs mriedem: my current version says 2.53
14:56:08 mriedem current version?
14:56:20 mriedem are you sending a microversion header in the request when creating the server group?
14:56:31 mriedem what tool are you using to create the server group? nova CLI? curl, other?
14:59:00 openstackgerrit Matt Riedemann proposed openstack/nova master: Check quota before creating volume snapshots https://review.openstack.org/520158
15:01:49 ArchiFleKs mriedem: "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "https://compute:8774/v2.1/", "rel": "self"}], "min_version": "2.1", "version": "2.53", "id": "v2.1"}]}. I'd like to do it with openstack cli
15:02:35 ArchiFleKs can I pass microversion with --os-compute-api-version ?
15:03:14 mriedem ArchiFleKs: that's just the version doc
15:03:22 mriedem telling you what the compute endpoint supports
15:03:26 mriedem microversions are per-request
15:03:30 mriedem and have different meanings
15:03:59 mriedem nova CLI defaults to the latest available microversion in the compute endpoint and what the client side code understands,
15:04:05 mriedem openstack CLI does not do that
15:04:18 mriedem so with OSC, you'll need to specify the --os-compute-api-version option
15:04:33 mriedem openstack --os-compute-api-version 2.15 server group create ...
15:04:35 mriedem something like that
15:05:07 mriedem fyi https://developer.openstack.org/api-guide/compute/microversions.html https://docs.openstack.org/nova/latest/reference/api-microversion-history.html
15:06:54 ArchiFleKs mriedem: thanks
15:07:58 openstackgerrit Eric Fried proposed openstack/nova master: ProviderTree.all_by_uuid() https://review.openstack.org/520243
15:07:59 openstackgerrit Eric Fried proposed openstack/nova master: SchedulerReportClient._get_providers_in_tree https://review.openstack.org/520663
15:07:59 openstackgerrit Eric Fried proposed openstack/nova master: Scheduler set_inventory_for_provider does nested https://review.openstack.org/520643
15:08:00 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Use update_provider_tree from resource tracker https://review.openstack.org/520246
15:08:00 openstackgerrit Eric Fried proposed openstack/nova master: ProviderTree.populate_from_iterable https://review.openstack.org/520756
15:08:01 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Scheduler[Report]Client.get_provider_tree https://review.openstack.org/521098
15:08:01 openstackgerrit Eric Fried proposed openstack/nova master: SchedulerReportClient._get_providers_in_aggregates https://review.openstack.org/521097
15:08:22 ArchiFleKs mriedem: I tried to do that with os-compute-api-version but it stil fails, I can see that the compute version used is 2.15 in the --debug log though
15:09:32 ArchiFleKs mriedem: but it works with nova cli
15:09:47 mriedem can you put the osc --debug output in a paste?
15:12:51 fried_rice leakypipes I have a test error in https://review.openstack.org/#/c/520643/ which I'm fixing, but would you please take a look and let me know if you're satisfied with my other responses, so I can make all the changes at once?
15:21:34 zigo bauzas: Hi there! Do you know if Nova 16.0.3 includes CVE-2017-16239_Validate_new_image_via_scheduler_during_rebuild.patch ?
15:21:41 zigo It looks like it to me...
15:21:49 zigo But I'd like to be 100% sure.
15:22:06 bauzas zigo: AFAIR, yes
15:22:09 leakypipes fried_rice: yup, doing now.
15:22:34 zigo bauzas: The git log shows it does. I'll push that to Debian unstable then.
15:24:49 ArchiFleKs mriedem: http://paste.openstack.org/show/626622/
15:25:59 zigo bauzas: Do you know if that bug can be triggered by someone just having a tenant in the cloud, or is it less grave?
15:26:02 openstackgerrit Nguyen Van Trung proposed openstack/nova-specs master: Add validation to improve pep8 check for nova-specs project https://review.openstack.org/519561
15:26:22 zigo bauzas: I'm just trying to figure out if I should upload to stretch-security or just to the next point release...
15:26:48 bauzas zigo: I need to disappear for a couple of minutes (children at school)
15:27:10 zigo Sure !
15:28:09 zigo mriedem: Maybe you could reply to me about this?
15:28:26 mriedem ArchiFleKs: that looks like a bug in openstackclient
15:28:32 mriedem i wonder if it's whitelisting the policy options
15:28:52 zigo mriedem: The question was: for the last CVE on Nova (re-schedule issue), can it be triggered by a non-priviledged tenant, or is it just an admin issue?
15:29:07 mriedem zigo: tenant
15:29:26 zigo mriedem: Allright, so this grants a debian-security upload then.
15:29:28 mriedem create server with image A, rebuild server with image B
15:29:28 zigo Thanks.
15:34:01 mriedem leakypipes: fried_rice: fyi, cyborg is looking for some granuler provider filtering stuff in placement, https://etherpad.openstack.org/p/cyborg-feature-tag - looking over that, it sounds like they are looking for a solver scheduler though
15:34:22 fried_rice mriedem Cool, looking...
15:34:38 fried_rice mriedem What's a "solver scheduler"?
15:34:44 mriedem https://www.youtube.com/watch?v=Fsw-hjtQ8e4
15:34:55 mriedem https://github.com/openstack/nova-solver-scheduler
15:35:18 mriedem alternative to filter scheduler with pluggable filters/weighers for custom optimizations

Earlier   Later