Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-07
22:44:44 mriedem alaski: you remember anything special about how the hell instance action records get synced between the api cell and the child cells in v1?
22:47:56 openstackgerrit Matt Riedemann proposed openstack/nova master: Add instance action record for backup instances https://review.openstack.org/523676
22:53:07 openstackgerrit Matt Riedemann proposed openstack/nova master: [WIP] POC to use neutron port_list when filtering instance by ip https://review.openstack.org/525505
23:05:23 tasker I'm playing around with the nova-metadata service and every PUT or POST request I send to "openstack/latest/password" is seen by the service as a GET. is this a security feature of the metadata service or is there some configuration issue that I haven't uncovered yet?
23:06:34 tasker I tracked it through the code from api/metadata/password.py:handle_password up through MetadataRequestHandler and it's a GET the whole time.
23:06:51 tasker is something translating it to GET?
23:08:04 mriedem tempest does a POST successfully from the guest to change the password
23:08:08 mriedem i remember because of this bug https://bugs.launchpad.net/nova/+bug/1696848
23:08:10 openstack Launchpad bug 1696848 in OpenStack Compute (nova) pike "POST /openstack/2013-10-17/password returns 500 if instance is not found" [Medium,In progress] - Assigned to Matt Riedemann (mriedem)
23:08:46 mriedem http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_server_basic_ops.py#n90
23:09:02 mriedem tasker: are you passing a body?
23:09:24 tasker yeah. though now that I think about it, it's probably malformed
23:10:32 tasker curl -D - -X POST -d 'cloudnull' http://169.254.169.254/openstack/latest/password
23:12:21 tasker before we go much farther .. this Mitaka at best. I haven't been able to find anything that says it won't work there though.
23:12:39 mriedem metadata api doesn't really ever change
23:12:43 mriedem mikal might have some ideas
23:12:54 mriedem he did give the talk about it in sydney
23:13:27 tasker I can't seem to find anything else on the internet about it not working. as if it not working wasn't even a thing.
23:13:42 tasker I'll keep hacking and tracking seeing if I can figure out what's going on.
23:13:52 mriedem are you using service_metadata_proxy in nova.conf?
23:14:13 tasker yes. set to True
23:17:01 tasker or
23:17:02 tasker oh
23:17:10 tasker and .. that explains a lot.
23:17:39 mriedem not set?
23:17:47 tasker it's set to True.
23:18:09 tasker and I don't use the `neutron_agents` nor its metadata service
23:18:18 mriedem ah
23:19:04 tasker thanks, Matt. that shed a lot of light on what's going on.
23:19:07 tasker back to work!
23:19:09 mriedem o/
23:19:12 tasker to me. not you.
23:19:28 tasker you do whatever it was you were doing. .)
23:19:37 mriedem working
23:26:13 openstackgerrit Eric Fried proposed openstack/nova master: Traits ops on ProviderTree https://review.openstack.org/521605
23:26:14 openstackgerrit Eric Fried proposed openstack/nova master: Move aggregates from report client to ProviderTree https://review.openstack.org/521685
23:26:14 openstackgerrit Eric Fried proposed openstack/nova master: Aggregate ops on ProviderTree https://review.openstack.org/526216
23:26:15 openstackgerrit Eric Fried proposed openstack/nova master: ProviderTree.populate_from_iterable https://review.openstack.org/520756
23:26:15 openstackgerrit Eric Fried proposed openstack/nova master: Track provider traits in report client https://review.openstack.org/521686
23:26:28 efried I broke the patchbot.
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: Track tree-associated providers in report client https://review.openstack.org/526541
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: Raise on API errors getting aggregates/traits https://review.openstack.org/526540
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: Track associated sharing RPs in report client https://review.openstack.org/526539
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Use update_provider_tree from resource tracker https://review.openstack.org/520246
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: WIP: ComputeDriver.update_provider_tree() https://review.openstack.org/521187
23:26:31 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Scheduler[Report]Client.get_provider_tree https://review.openstack.org/521098
23:26:42 efried ah, there it goes.
23:27:43 efried I got `related changes` to scroll :)
23:30:36 openstackgerrit Matt Riedemann proposed openstack/nova stable/newton: Get original image_id from volume for volume-backed instance rebuild https://review.openstack.org/526544
23:30:36 openstackgerrit Matt Riedemann proposed openstack/nova stable/newton: Only query BDMs once in API during rebuild https://review.openstack.org/526543
23:30:36 openstackgerrit Matt Riedemann proposed openstack/nova stable/newton: Add regression test for rebuilding a volume-backed server https://review.openstack.org/526542
23:31:10 mriedem tonyb: here we go https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton
23:31:15 mriedem i think that's going to be the end for newton
23:31:16 mriedem for real this time
23:31:26 mriedem i know i say this every week
23:31:37 tonyb ;P
23:31:46 tonyb I'll look at them today
23:31:52 mriedem https://www.youtube.com/watch?v=gfkfXcme5DA
23:32:16 openstackgerrit Hongbin Lu proposed openstack/nova master: placement: skip authentication on root URI https://review.openstack.org/522002
23:33:51 mriedem mtreinish: where are you when i make simpsons references?
23:39:36 openstackgerrit Hongbin Lu proposed openstack/nova master: Add support for listing hosts in cellv2 https://review.openstack.org/524755
#openstack-nova - 2017-12-08
00:04:02 gmann mriedem: dansmith please check these stable branch patches for zuulv3 in novaclient - https://review.openstack.org/#/q/I43a8435485751748ca6228f67d401945cb32652e
00:04:22 gmann project config patch is waiting for those to merge - https://review.openstack.org/#/c/522101/
00:08:38 openstackgerrit Armando Migliaccio proposed openstack/nova stable/pike: VMware: Factor out relocate_vm() https://review.openstack.org/526549
00:36:54 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
00:41:18 openstackgerrit Sam Morrison proposed openstack/nova master: Allow ability for non admin users to use all filters on server list. https://review.openstack.org/526558
00:46:04 openstackgerrit zhangyanxian proposed openstack/nova-specs master: Sriov-bond https://review.openstack.org/463526
01:17:33 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Add aggregates check in allocation candidates https://review.openstack.org/522407
01:17:34 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Fix missing rps in allocation candidates https://review.openstack.org/522409
01:17:34 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Add functional test for get_all_with_shared() https://review.openstack.org/522408
01:17:35 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: placement: func tests for multiple shared RPs https://review.openstack.org/498737
01:52:57 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add instance action db and obj pagination support. https://review.openstack.org/526422
02:17:57 openstackgerrit wanghongxu proposed openstack/nova master: Update cinder info when attach volume that attached https://review.openstack.org/525540
02:27:01 openstackgerrit Jiao Pengju proposed openstack/python-novaclient master: Fix listing available images example error in nova.rst https://review.openstack.org/526569
02:28:17 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
02:49:26 openstackgerrit Matt Riedemann proposed openstack/nova-specs master: Document Queens review priorities https://review.openstack.org/526573
03:30:27 openstackgerrit Matt Riedemann proposed openstack/nova master: doc: link in some Sydney summit content https://review.openstack.org/526587
04:13:57 openstackgerrit Chen Hanxiao proposed openstack/nova master: trivial: more suitable log in set_admin_password https://review.openstack.org/526592
06:20:15 _heena_py_ Hi team, could anyone please help me with command where I have the server name and I need to know the floating IP
06:26:06 openstackgerrit jichenjc proposed openstack/nova master: deprecate fping_path config option https://review.openstack.org/526602
06:43:17 masber _heena_py_, jut run ¨openstack server list¨ and it will show your server and the floating IP
06:46:10 masber good afternoon, I have a host which is misbehaving. How could I tell nova not to schedule new vms into that host? I tried disabling the nova service but didnt work
06:46:13 masber any idea?
06:47:35 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
08:06:32 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: vSCSI https://review.openstack.org/526094
08:31:07 openstackgerrit Eli Qiao proposed openstack/nova master: Api-guide: Add Block Device Mapping https://review.openstack.org/522084
08:48:30 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for backup instances https://review.openstack.org/523676
10:05:06 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add regression test for bug 1735407 https://review.openstack.org/526095
10:05:07 openstack bug 1735407 in OpenStack Compute (nova) "[Nova] Evacuation doesn't respect anti-affinity rules" [Medium,In progress] https://launchpad.net/bugs/1735407 - Assigned to Balazs Gibizer (balazs-gibizer)
10:19:37 openstackgerrit Jiao Pengju proposed openstack/python-novaclient master: Fix listing available images example error in nova.rst https://review.openstack.org/526569
10:21:16 openstackgerrit Theodoros Tsioutsias proposed openstack/python-novaclient master: CommandError is raised for invalid server fields https://review.openstack.org/525110
12:07:00 giblet what a slow day
12:07:14 cdent gah! now you’ve done it
12:07:38 cdent the quiet peace will now be broken
12:08:23 cdent Is the gate still unhappy
12:09:38 giblet yeah the gate contributes a lot to the slowness of the day
12:29:19 fried_rice Morning folks.
12:30:00 fried_rice Wow, still nothing merged since last night.
12:30:07 openstackgerrit Merged openstack/nova master: XenAPI: update the picture in Xen hypervisor document https://review.openstack.org/523360
12:30:51 giblet fried_rice: welcome in the slow Friday land :)

Earlier   Later