Earlier  
Posted Nick Remark
#openstack-sdks - 2019-01-08
17:25:19 mordred dtroyer: but - it's also fairly new information - so I could be totally wrong about it
17:44:22 dtruong mordred: Have you seen an issue with openstacksdk reporting too many files open? https://bugs.launchpad.net/senlin/+bug/1809691
17:44:22 openstack Launchpad bug 1809691 in senlin "Memory leak with senlin-engine sdk drivers" [Undecided,New]
17:47:37 mordred dtruong: yeah - I think that's been reported by someone else too? there's one leak that exists that we added a connection.close() method to handle (although there is a patch in flight that should make the need for that go away)
17:47:48 mordred dtruong: that was a thread leak though
17:48:21 mordred but maybe it's the same cause
17:49:40 dtruong the person who reported this bug in senlin proposed a patch set to set 'Connection' to 'Close' in the session header: https://review.openstack.org/#/c/627215/7/senlin/drivers/sdk.py
17:50:05 dtruong Is that the correct way to work around the issue?
17:57:07 openstackgerrit Merged openstack/openstacksdk master: Fix pagination key detection https://review.openstack.org/628977
17:57:31 mordred hrm. that I do not know about ... I'm not sure what that does - but seems to be a manipulation of the low-level requests session
17:57:39 mordred cmurphy, lbragstad: ^^ any chance you know?
17:59:06 mordred dtruong: it seems like that will close the remote connection, yeah - so that could certainly help with a connection/socket leak
17:59:33 mordred I'm a little surprised that would be needed because requests is supposed to be doing connection pooling
18:18:43 openstackgerrit Merged openstack/openstacksdk master: fix typos https://review.openstack.org/627258
18:18:44 openstackgerrit Merged openstack/openstacksdk master: Fix the misspelling of "configuration" https://review.openstack.org/627477
18:30:09 openstackgerrit Monty Taylor proposed openstack/cliff master: Pin cmd2 back to <0.9 on all versions https://review.openstack.org/629283
18:30:22 mordred dhellmann: ^^ there's the cliff patch with a depends-on
18:34:46 openstackgerrit Merged openstack/openstacksdk master: Add possibility to override base_path for resource operations https://review.openstack.org/621153
18:34:46 openstackgerrit Merged openstack/openstacksdk master: Rework orchestration to add update preview https://review.openstack.org/621154
18:46:43 dhellmann mordred : see the "conflicts with" list there; it looks like someone else proposed a similar change and it failed a test. let's see how yours does...
18:47:01 dhellmann oh, he's lacking the depends-on so that's probably why
18:59:01 mordred dhellmann, dtroyer: also - dmsimard was asking about an osc-lib release the other day
19:19:11 dhellmann there are some changes in that list that I don't recognize, so I'm not sure if they're backwards compatible or not
19:19:21 dhellmann http://paste.openstack.org/show/740694
19:19:47 dhellmann "default to using public interface for all clients"
19:20:00 dhellmann mordred : ^
19:21:52 mordred dhellmann: yah - that's to deal with underlying keystoneclient still defaulting to admin interface - even though that's a deprecated concept in general
19:22:33 dhellmann ok, so that sounds like a bug fix?
19:23:09 dhellmann oh, first release for stein so it has to be a feature bump anyway
19:24:59 mordred ++
19:25:01 mordred dmsimard: ^^
19:39:24 dmsimard Yay, thanks.
23:33:47 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use os-cloud instead of OS env vars for functional tests https://review.openstack.org/629243
23:33:47 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
#openstack-sdks - 2019-01-09
07:42:40 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use os-cloud instead of OS env vars for functional tests https://review.openstack.org/629243
10:44:51 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
11:50:13 openstackgerrit weiyuanjun proposed openstack/python-openstackclient master: fix typo errors https://review.openstack.org/629448
13:27:11 mordred amotoki: I'm confused why the second patch is still showing --os-cloud=devstack-admin in the command line it uses
13:28:40 mordred hrm. maybe the logic to have OS_CLOUD environment variable override the parameter isn't working out. let me try something
13:31:55 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use os-cloud instead of OS env vars for functional tests https://review.openstack.org/629243
13:31:55 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
13:32:42 mordred amotoki: if that works, maybe we just squash the two of those
13:41:40 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use pagination detection by default https://review.openstack.org/629110
13:44:36 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Skip v2 block-storage tests when service is not found https://review.openstack.org/628969
14:06:26 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380
14:06:27 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Extract getting connection from proxy into method https://review.openstack.org/629193
14:12:39 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Applying the HTTPS protocal in configuration.rst https://review.openstack.org/617765
14:26:11 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Stop running grenade-py3 https://review.openstack.org/629503
14:26:18 mordred frickler: ^^
14:38:09 frickler mordred: IIUC unpinning g-reqs will require a release of the unpinned sdk
14:42:52 mordred frickler: ok
14:43:02 mordred I'm hoping to cut a release today
15:01:05 openstackgerrit Merged openstack-infra/shade master: Fix grant_role() when user not in default domain https://review.openstack.org/625583
15:04:52 openstackgerrit Merged openstack/os-client-config master: Applying the HTTPS protocal in configuration.rst https://review.openstack.org/617765
15:18:24 openstackgerrit Merged openstack/openstacksdk master: implement identity v3 Proxy "unassign_project_role_from_user" https://review.openstack.org/629073
15:35:00 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380
15:35:00 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Extract getting connection from proxy into method https://review.openstack.org/629193
15:35:34 mordred Shrews, dtantsur: https://review.openstack.org/#/c/628969/ is green and fixes those volume tests properly
15:35:53 dtantsur cool, I'll try to get to it (crazy day though)
15:36:28 mordred dtantsur: I had one of those yesterday :)
15:37:47 mordred dtroyer: if you have a sec, https://review.openstack.org/#/c/629235/ is a devstack patch in service of dealing with the new system-scoped resources keystone is rolling out
15:37:59 openstackgerrit Merged openstack/openstacksdk master: Unpin dogpile.cache https://review.openstack.org/625759
15:39:58 Shrews mordred: what's up with the identity tests though?
15:40:27 Shrews mordred: http://logs.openstack.org/69/628969/7/check/osc-functional-devstack-tips/2fb4a33/testr_results.html.gz
15:40:49 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use os-cloud instead of OS env vars for functional tests https://review.openstack.org/629243
15:40:50 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
15:41:03 mordred Shrews: that's the thing I'm working through with that ^^
15:41:07 mordred Shrews: and the devstack patch
15:41:12 Shrews gotcha
16:12:19 dtroyer mordred: +W on the devstack,
16:14:25 mordred dtroyer: sweet. thanks!
17:02:59 openstackgerrit Merged openstack/openstacksdk master: Skip v2 block-storage tests when service is not found https://review.openstack.org/628969
17:24:29 openstackgerrit Merged openstack/openstacksdk master: Stop running grenade-py3 https://review.openstack.org/629503
18:06:19 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
18:17:35 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380
18:20:22 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380
20:51:39 openstackgerrit Rajat Dhasmana proposed openstack/python-openstackclient master: Fix: Restore output 'VolumeBackupsRestore' object is not iterable https://review.openstack.org/624860
20:55:14 openstackgerrit Rajat Dhasmana proposed openstack/python-openstackclient master: Fix: Restore output 'VolumeBackupsRestore' object is not iterable https://review.openstack.org/624860
21:02:02 openstackgerrit Rajat Dhasmana proposed openstack/python-openstackclient master: Fix: Restore output 'VolumeBackupsRestore' object is not iterable https://review.openstack.org/624860
#openstack-sdks - 2019-01-10
00:13:37 openstackgerrit Bruno Haleblian proposed openstack/openstacksdk master: Bug : identity v3 Proxy role assignments only support instances. https://review.openstack.org/629690
02:17:56 openstackgerrit Kailun Qin proposed openstack/openstacksdk master: Add network segment range resource https://review.openstack.org/625381
08:36:28 openstackgerrit lijunjie proposed openstack/python-openstackclient master: Fix the misspelling of "argument" https://review.openstack.org/629785
08:42:41 openstackgerrit lijunjie proposed openstack/osc-lib master: Fix the misspelling of "argument" https://review.openstack.org/629790
12:19:59 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Use devstack-system-admin cloud for limit tests https://review.openstack.org/629203
12:29:51 frickler mordred: ^^ fixed some more bits. probably needs to be merged with the os-cloud patch anyway unless you want to fiddle with the jobs
14:17:27 bha_77 Hi all, I've some newby questions about repeated failures of my zuul checks, seem unrelated to my patchSet
14:21:24 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Use os-cloud instead of OS env vars for functional tests https://review.openstack.org/629243
14:21:46 mordred frickler: thanks! I fixed a pep8 error and then squashed, because yeah, you're right - otherwise it's too much to deal with
14:21:57 frickler bha_77: which patchset?
14:22:45 bha_77 629690
14:22:46 mordred bha_77: if it's python-openstackclient patches and failures related to keystone and limits, there is an issue that the patch I just pushed up *should* fix
14:23:51 mordred oh - that's an sdk patch - and that failure is new to me :(
14:24:30 frickler mordred: bha_77: indeed the failure is seen for other patches as well
14:26:41 mordred frickler: "yay"
14:27:28 frickler mordred: that doesn't sound very conviced to me, can you repeat with more effort?
14:28:47 mordred :)
14:32:11 mordred frickler: I was wondering if the devstack-system-admin patch might have broken something
14:32:26 mordred but the clouds.yaml for that patch looks fine -and I think more things would have been broken otherwise
14:34:10 frickler mordred: yeah, that failure to me seems too small for that. sadly I won't be able to dig deeper today, I can check tomorrow if you don't find anything today
14:37:53 mordred oh - wait

Earlier   Later