Earlier  
Posted Nick Remark
#openstack-sdks - 2023-07-06
18:02:47 opendevreview Merged openstack/openstacksdk master: volume: Add missing attributes to Extension https://review.opendev.org/c/openstack/openstacksdk/+/885132
18:09:52 andrewbogott_ I'm very interested in someone's thoughts about whether or not this is a bug. https://storyboard.openstack.org/#!/story/2010784
18:10:27 andrewbogott_ I changed all my workflows to use clouds.yaml and now a really regret it, thanks to that issue. Maybe clouds.yaml is out of fashion and I should go back to relying on env settings?
18:10:35 andrewbogott_ s/now a/now I/g
18:54:00 frickler andrewbogott_: to me the story looks incomplete, it ends with "
18:54:06 frickler $ source"
18:54:08 frickler oops
18:54:24 andrewbogott_ I don't understand why storyboard truncates the view, if I click the 'edit' button I can see all the text
18:54:27 frickler anyway, I'm not sure what it actually is that is bothering you
18:55:08 frickler can you put the whole text into paste.openstack.org and link it in a comment?
18:55:23 andrewbogott_ sure
18:55:28 frickler also clouds.yaml it the future IMO, env vars should be deprecated
18:57:00 andrewbogott_ ok, that's what I thought. In that case I think that we have quite a few commands that need a --project arg added.
18:57:20 andrewbogott_ Or the parser could load clouds.yaml first and env second (but that would still be relying on env)
18:58:00 frickler oh, I can see the text when I enter edit mode myself. my guess is that the "<script" thing gets parsed as html tag somehow, maybe fungi can have a look?
18:58:18 andrewbogott_ oh good idea, let me try messing with quotes
18:59:00 frickler what about having one cloud definition per project as workaround? you could easily script setting that up as clouds.yaml
18:59:16 andrewbogott_ how's that, better?
18:59:44 andrewbogott_ frickler: that would work but seems a bit silly. I have hundreds of tenants in my cloud.
19:00:11 andrewbogott_ Also, my understanding is that much of the reason why 'scope' was abandoned as a concept was because it broke the 'global cred' workflows that many clouds use. clouds.yaml also breaks them.
19:00:37 andrewbogott_ (the scope discussion just being an example of how as I understand it OpenStack has committed to continuing to support global credentials)
19:01:46 andrewbogott_ (another example: --inherited roles set on a domain)
19:02:23 fungi frickler: andrewbogott_: storyboard's renderer parses markdown and also (some) html/sgml, so if you want to avoid it trying to interpret literal blocks of text you need to do something to flag it as such, for example by fencing above and below the lines you want not to be interpreted using triple-backticks (```)
19:02:44 andrewbogott_ I replaced my <brackets> with [brackets] which seems to work better :)
19:02:46 fungi or you can use <pre></pre> tags to wrap content
19:03:18 andrewbogott_ Although I don't know why an html parser would throw away all the text following an unknown tag.
19:03:34 andrewbogott_ I just figured it was hitting a character limit *shrug*
19:04:47 andrewbogott_ fungi: maybe I should log a storyboard bug, is there a place to do that?
19:04:57 fungi i'm not sure without digging into the renderer, but likely there's security measures kicking in to try to avoid handing off <script ...> tags to browsers in order to stop xss attacks
19:06:04 fungi i doubt we'd treat the inability to render non-preformatted content containing the string "<script" as a bug to be fixed
19:06:48 frickler it also drops other things like the <end>, at least in preview
19:07:02 andrewbogott_ I don't mind that it doesn't render it but I wish it would do something other than just silently truncate. If 'fail silently' is the behavior you want, though, then ok :)
19:08:01 fungi well, "don't allow xss attacks" is a behavior we want, "gracefully display the source of things you can't or intentionally don't parse" is likely something we'd accept a patch for if someone had the time to get it working
19:08:35 frickler anyway IMO storyboard is a dead end and hopefully this team will move back to LP soon like most other openstack projects did
19:08:46 fungi but also there's the problem that we're already unable to run the latest versions of storyboard due to deployment tooling work that's been perpetually backburnered due to insufficiency of infra volunteers
19:09:59 fungi most of the openstack projects which were on storyboard haven't moved yet (there are a lot) but a number of more active ones have, and a lot of the ones who haven't are probably ignoring their bug reports regardless of which black hole users send them into
19:10:26 fungi as is the case with lots of open source projects
19:11:04 fungi bug reports are most useful to project maintainers as a means of organizing work they plan to do or expect someone to have time to do
19:11:26 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: Adds service resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873328
19:12:27 andrewbogott_ In this case I would certainly write a patch to address my report, but only after I have some reason to think that upstream is interested in the behavior changing. I've found that writing patches at the same time as bug reports often leads to heartbreak :)
19:13:38 frickler usually I'd ask gtema for their opinion but they are holidaying right now, maybe give it a couple of days at least
19:13:58 andrewbogott_ ok
19:14:16 fungi agreed. there's basically nobody handling defect reports about sb automatically, only if someone brings them to our attention and usually then only if they're absolutely crippling. there's basically nobody watching for them and really nobody reviewing/approving changes for the sb repos these days
19:14:24 andrewbogott_ I never know how long to wait after a report to start nagging in IRC. Depends on the project I guess. Thanks for looking, frickler
19:15:14 andrewbogott_ fungi: now that I have a workaround for my report I'm not super invested, just offering to log if you think it would be useful. (Which it sounds like not, if sb is largely unmaintained)
19:15:45 fungi yep, thanks for the heads up about it though, i hadn't considered that particular behavior
19:15:48 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: Add share instance export location resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873327
19:16:31 andrewbogott_ frickler: can you clarify 'give it a couple of days'? I opened the issue a month ago, should I come back here and ping again next week?
19:16:48 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: Add share replica resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873324
19:16:50 andrewbogott_ (although i guess it's only just now legible so I probably shouldn't count that month)
19:34:45 frickler andrewbogott_: I think noone tracks/watches stories for sdk/osc, so mentioning them here or on the ML is the only get attention to them at all. so indeed time starts counting only now.
19:35:17 andrewbogott_ ok
19:35:40 frickler come back any time that suits you, I don't think anything bad can happen from that other than you getting frustrated about receiving no response
19:36:26 opendevreview Merged openstack/python-openstackclient stable/2023.1: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/887812
22:11:33 opendevreview James E. Blair proposed openstack/openstacksdk master: Treat server as a dict in add_server_interfaces https://review.opendev.org/c/openstack/openstacksdk/+/887906
#openstack-sdks - 2023-07-07
08:48:18 opendevreview Slawek Kaplonski proposed openstack/openstacksdk master: Add support for default security group rules in SDK https://review.opendev.org/c/openstack/openstacksdk/+/887262
08:52:56 opendevreview Slawek Kaplonski proposed openstack/python-openstackclient master: Add support for default security group rule CRUDs https://review.opendev.org/c/openstack/python-openstackclient/+/887364
12:40:47 opendevreview Dmitrii Shcherbakov proposed openstack/openstacksdk master: Support the API for managing external gateways https://review.opendev.org/c/openstack/openstacksdk/+/887952
14:47:34 opendevreview Lajos Katona proposed openstack/openstacksdk master: Add SFC to SDK https://review.opendev.org/c/openstack/openstacksdk/+/887387
15:50:00 opendevreview Stephen Finucane proposed openstack/python-openstackclient master: docs: Add examples of common auth methods https://review.opendev.org/c/openstack/python-openstackclient/+/887973
16:12:21 opendevreview Dmitrii Shcherbakov proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976
17:42:45 opendevreview Merged openstack/openstacksdk master: Bump the chunk_size to use CPU more efficiently https://review.opendev.org/c/openstack/openstacksdk/+/883461
#openstack-sdks - 2023-07-09
08:28:19 opendevreview Merged openstack/ansible-collections-openstack master: fix(inventory): bug when using clouds_yaml_path https://review.opendev.org/c/openstack/ansible-collections-openstack/+/885085
#openstack-sdks - 2023-07-10
10:08:55 opendevreview Mridula Joshi proposed openstack/python-openstackclient master: image: Add support for cache commands https://review.opendev.org/c/openstack/python-openstackclient/+/878631
11:58:59 opendevreview Joel Capitao proposed openstack/keystoneauth master: Replace deprecated datetime.utcnow method https://review.opendev.org/c/openstack/keystoneauth/+/888033
12:50:02 opendevreview Joel Capitao proposed openstack/keystoneauth master: Replace deprecated datetime.utcnow method https://review.opendev.org/c/openstack/keystoneauth/+/888033
12:50:41 opendevreview Stephen Finucane proposed openstack/python-openstackclient master: docs: Add examples of common auth methods https://review.opendev.org/c/openstack/python-openstackclient/+/887973
17:54:28 dmendiza[m] Hi friends! I'm looking for another review on this backport to stable/2023.1 https://review.opendev.org/c/openstack/python-openstackclient/+/887742
20:10:59 opendevreview Dmitrii Shcherbakov proposed openstack/openstacksdk master: Support the API for managing external gateways https://review.opendev.org/c/openstack/openstacksdk/+/887952
#openstack-sdks - 2023-07-11
07:56:21 opendevreview Mridula Joshi proposed openstack/python-openstackclient master: Adding image stores info command https://review.opendev.org/c/openstack/python-openstackclient/+/883494
17:22:20 opendevreview Rajat Dhasmana proposed openstack/openstacksdk master: Add volume attachment support https://review.opendev.org/c/openstack/openstacksdk/+/884167
21:18:20 opendevreview Merged openstack/python-openstackclient stable/2023.1: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/887742
22:51:57 opendevreview Dmitrii Shcherbakov proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976
#openstack-sdks - 2023-07-12
11:37:10 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Migrate volume attachment commands to SDK https://review.opendev.org/c/openstack/python-openstackclient/+/888234
12:01:41 opendevreview Rajat Dhasmana proposed openstack/openstacksdk master: Add volume attachment support https://review.opendev.org/c/openstack/openstacksdk/+/884167
12:01:45 opendevreview Stephen Finucane proposed openstack/openstacksdk master: tests: Update functional tests for resource providers https://review.opendev.org/c/openstack/openstacksdk/+/888238
12:01:45 opendevreview Stephen Finucane proposed openstack/openstacksdk master: placement: Add support for resource provider inventories https://review.opendev.org/c/openstack/openstacksdk/+/788218
12:01:46 opendevreview Stephen Finucane proposed openstack/openstacksdk master: placement: Add support for traits https://review.opendev.org/c/openstack/openstacksdk/+/888240
12:01:46 opendevreview Stephen Finucane proposed openstack/openstacksdk master: placement: Add support for resource provider aggregates https://review.opendev.org/c/openstack/openstacksdk/+/888239
14:10:44 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/zed: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888168
14:14:48 opendevreview Stephen Finucane proposed openstack/openstacksdk master: placement: Add support for traits https://review.opendev.org/c/openstack/openstacksdk/+/888240
14:14:48 opendevreview Stephen Finucane proposed openstack/openstacksdk master: placement: Add support for resource provider aggregates https://review.opendev.org/c/openstack/openstacksdk/+/888239
15:44:28 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/zed: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/888169
15:44:48 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/zed: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888168
16:06:47 opendevreview Antonia Gaete proposed openstack/python-openstackclient master: Add image metadef resource type association commands 'create', 'list', 'delete' https://review.opendev.org/c/openstack/python-openstackclient/+/885375
17:35:32 opendevreview Suyeon Cha proposed openstack/openstacksdk master: reset_status implementation https://review.opendev.org/c/openstack/openstacksdk/+/888311
18:52:24 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/yoga: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888325
18:52:24 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/yoga: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/888324
18:58:29 opendevreview Suyeon Cha proposed openstack/openstacksdk master: reset_status functional test https://review.opendev.org/c/openstack/openstacksdk/+/888326
19:20:32 opendevreview Yujia Zheng proposed openstack/openstacksdk master: Add share network subnet metadata support to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/888350
21:02:34 opendevreview Merged openstack/python-openstackclient stable/zed: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/888169
21:02:35 opendevreview Merged openstack/python-openstackclient stable/zed: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888168
#openstack-sdks - 2023-07-13
07:49:19 opendevreview Mridula Joshi proposed openstack/python-openstackclient master: Adding ``image delete --store`` and ``image import info`` commands https://review.opendev.org/c/openstack/python-openstackclient/+/882086
19:49:34 dmendiza[m] Hi friends! I'm still backporting the access rule fix for stable branches. I'm ready for some stable/yoga reviews: https://review.opendev.org/c/openstack/python-openstackclient/+/888325
#openstack-sdks - 2023-07-14
01:13:01 opendevreview Dmitrii Shcherbakov proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976
12:54:26 opendevreview Merged openstack/python-openstackclient stable/yoga: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/888324
12:54:28 opendevreview Merged openstack/python-openstackclient stable/yoga: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888325
16:06:20 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/xena: Fix pep issue in the network service provider https://review.opendev.org/c/openstack/python-openstackclient/+/888593
16:06:21 opendevreview Douglas Mendizábal proposed openstack/python-openstackclient stable/xena: Fix "access rule" commands to only use ID https://review.opendev.org/c/openstack/python-openstackclient/+/888594
17:51:49 opendevreview Merged openstack/openstacksdk master: Allow resources to be skipped on project cleanup https://review.opendev.org/c/openstack/openstacksdk/+/878646

Earlier   Later