Earlier  
Posted Nick Remark
#openstack-sdks - 2023-09-18
15:50:14 opendevreview Julia Kreger proposed openstack/openstacksdk master: [baremetal] Add some missing fields to node object https://review.opendev.org/c/openstack/openstacksdk/+/895225
#openstack-sdks - 2023-09-19
06:34:52 frickler gtema: the osc-functional-devstack-tips job has a branch filter "^(?!stable)", which is deprecated syntax. do you foresee future feature branches or can we transform this to a simple "master" match instead? https://opendev.org/openstack/python-openstackclient/src/branch/master/.zuul.yaml#L224-L227
06:35:57 frickler the other option would be a negated "^stable" match
06:37:28 gtema I would say let it be just master for now. We have rarely branches
06:37:41 gtema And if we need we can then extend this regex here
06:38:20 frickler ack, patch incoming, thx
06:38:31 gtema Thank you
06:42:01 frickler one day openstack really should start renaming the default branch to main everywhere. that'll be a fun project
06:42:26 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient master: Update branch regex for osc-functional-devstack-tips https://review.opendev.org/c/openstack/python-openstackclient/+/895765
06:43:09 frickler I'll make stable branch patches that completely drop the -tips job there, no need to keep the job definition if it isn't run
06:49:34 gtema Right, makes sense as well
07:00:43 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/2023.2: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/895767
09:46:36 ralonsoh stephenfin, hi! if you have 1 minute: https://review.opendev.org/c/openstack/python-openstackclient/+/895657
09:46:37 ralonsoh thanks!
09:53:02 stephenfin done
10:59:49 opendevreview Merged openstack/python-openstackclient master: Check the default role list before adding a new one https://review.opendev.org/c/openstack/python-openstackclient/+/895657
13:11:31 opendevreview Merged openstack/python-openstackclient master: tests: Explicitly specify port fields for output https://review.opendev.org/c/openstack/python-openstackclient/+/894510
13:11:34 opendevreview Merged openstack/python-openstackclient master: volume: Deprecate '--detailed' options https://review.opendev.org/c/openstack/python-openstackclient/+/894527
13:14:07 opendevreview Merged openstack/python-openstackclient master: Add a warning for resizing servers booted from volumes https://review.opendev.org/c/openstack/python-openstackclient/+/890184
13:14:12 opendevreview Merged openstack/python-openstackclient master: Remove use of oslo.utils https://review.opendev.org/c/openstack/python-openstackclient/+/894528
13:59:38 priteau Hi stephenfin. A colleague of mine has just discovered that openstacksdk 1.5.0 is broken on Python 3.6 because of the use of ty.Literal. Not a problem as such, but setup.cfg hasn't been updated so it still has: python_requires = >=3.6
14:00:54 priteau And if it is changed in the next release, it will stay broken unless we use upper constraints because pip3.6 will pick 1.5.0 as latest compatible release.
14:01:20 stephenfin damn, okay, i guess we need to drop that, release, and re-add it (or yank 1.5.0)
14:01:31 stephenfin and then bump python_requires
14:01:34 priteau I see there is a typing-extensions library that brings compatiblity with earlier Python
14:02:10 priteau If you would prefer to go that route when re-releasing
14:04:58 priteau However changelog suggests that we might need typing-extensions 4.6.0, that's not even in master u-c yet
15:04:41 andrewbogott_ stephenfin: here's another nudge for https://review.opendev.org/c/openstack/openstacksdk/+/893283 :)
18:48:32 JayF I wanted to ensure the SDK team was aware of this: https://review.opendev.org/c/openstack/governance/+/894915/2#message-575de1c1a31190684835fbbf671104c416ec6d6a -- please have a look
18:49:16 JayF Basically a prometheus client plugin for OSC is asking to be included in the telemetry project. I wanted to make sure you all were aware it was happening (and I'm generally curious if it'd be the first OSC plugin to talk to not-openstack)
18:51:08 frickler JayF: thanks for the ping, I mentioned this to gtema already earlier before they wanted to become an openstack project. I myself consider this also to be a bit weird but not enough to really object to it
18:51:30 JayF I have zero objections; just trying to make sure communication lines are flowing :D
18:51:48 JayF TBH I find it kinda cool, as PTL of a project that crosses CNCF/OpenStack lines in many places already and emits metrics to prometheus :D
18:52:25 frickler I think there's gnocchiclient, which would be similar since gnocchi moved out of openstack governance
18:52:46 JayF you mind putting those sentiments on the gerrit change, so they remain beyond this conversation?
18:52:53 JayF including the info about gnocchi
18:54:46 frickler I can do that, yes
18:55:18 frickler there's also rsd which I have no idea what it actually does, sounds like storage but seems not openstack, too https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands/rsd.html
18:57:11 frickler if it is a cinder driver, not sure why it needs a dedicated client? https://docs.openstack.org/cinder/train/configuration/block-storage/drivers/intel-rsd-volume-driver.html
19:26:37 JayF nice, so this fits right in
19:26:46 JayF \o/
20:10:17 opendevreview Christian Rohmann proposed openstack/python-openstackclient master: Add is_incremental to ListVolumeBackup https://review.opendev.org/c/openstack/python-openstackclient/+/890426
#openstack-sdks - 2023-09-20
05:09:15 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient master: Update branch regexes for tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/895765
10:15:25 opendevreview Merged openstack/python-openstackclient master: Add is_incremental to ListVolumeBackup https://review.opendev.org/c/openstack/python-openstackclient/+/890426
11:01:46 opendevreview BAESUKJU proposed openstack/python-openstackclient master: Add new glance cache command https://review.opendev.org/c/openstack/python-openstackclient/+/893905
11:05:20 opendevreview Baek Seung Ju proposed openstack/openstacksdk master: Implemented heat 'stack suspend' and 'stack resume' function https://review.opendev.org/c/openstack/openstacksdk/+/892156
11:56:09 opendevreview Merged openstack/openstacksdk master: Fix: volume request body for scheduler hints https://review.opendev.org/c/openstack/openstacksdk/+/890593
15:49:21 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
16:14:54 opendevreview Antonia Gaete proposed openstack/python-openstackclient master: Add image metadef property commands 'create', 'list', 'delete' https://review.opendev.org/c/openstack/python-openstackclient/+/895950
16:19:06 opendevreview Antonia Gaete proposed openstack/python-openstackclient master: Add image metadef property commands 'create', 'list', 'delete' https://review.opendev.org/c/openstack/python-openstackclient/+/895950
18:12:39 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Migrate volume backend commands to SDK https://review.opendev.org/c/openstack/python-openstackclient/+/895971
#openstack-sdks - 2023-09-21
07:12:55 opendevreview Merged openstack/osc-lib master: Update master for stable/2023.2 https://review.opendev.org/c/openstack/osc-lib/+/894154
#openstack-sdks - 2023-09-22
06:02:01 opendevreview ChengEn, Du proposed openstack/python-openstackclient stable/2023.2: Add a warning for resizing servers booted from volumes https://review.opendev.org/c/openstack/python-openstackclient/+/896201
06:02:26 opendevreview ChengEn, Du proposed openstack/python-openstackclient stable/2023.1: Add a warning for resizing servers booted from volumes https://review.opendev.org/c/openstack/python-openstackclient/+/896202
06:02:49 opendevreview ChengEn, Du proposed openstack/python-openstackclient stable/zed: Add a warning for resizing servers booted from volumes https://review.opendev.org/c/openstack/python-openstackclient/+/896203
06:03:10 opendevreview ChengEn, Du proposed openstack/python-openstackclient stable/yoga: Add a warning for resizing servers booted from volumes https://review.opendev.org/c/openstack/python-openstackclient/+/896204
06:44:29 opendevreview Mridula Joshi proposed openstack/openstacksdk master: Adding support for image upload https://review.opendev.org/c/openstack/openstacksdk/+/881939
14:40:23 opendevreview Johannes Kulik proposed openstack/python-openstackclient master: volume: Support same_host, different_host hint as list https://review.opendev.org/c/openstack/python-openstackclient/+/896253
#openstack-sdks - 2023-09-23
06:03:41 opendevreview anguoming proposed openstack/openstacksdk master: Add client api for enable and disable device https://review.opendev.org/c/openstack/openstacksdk/+/894888
06:45:18 opendevreview anguoming proposed openstack/openstacksdk master: Add client api for enable and disable device https://review.opendev.org/c/openstack/openstacksdk/+/894888
06:46:02 opendevreview anguoming proposed openstack/openstacksdk master: Add client api for enable and disable device https://review.opendev.org/c/openstack/openstacksdk/+/894888
13:02:24 opendevreview George Danilov proposed openstack/openstacksdk master: Implements: tags parameter in cloud.Compute.create_server https://review.opendev.org/c/openstack/openstacksdk/+/896311
#openstack-sdks - 2023-09-25
06:44:52 opendevreview Johannes Kulik proposed openstack/python-openstackclient master: volume: Support same_host, different_host hint as list https://review.opendev.org/c/openstack/python-openstackclient/+/896253
07:52:43 opendevreview Mridula Joshi proposed openstack/python-openstackclient master: image: Add support for cache commands https://review.opendev.org/c/openstack/python-openstackclient/+/878631
12:05:10 opendevreview anguoming proposed openstack/openstacksdk master: Add client api for enable and disable device https://review.opendev.org/c/openstack/openstacksdk/+/894888
14:34:08 opendevreview Merged openstack/keystoneauth master: Update master for stable/2023.2 https://review.opendev.org/c/openstack/keystoneauth/+/894330
#openstack-sdks - 2023-09-26
02:59:19 opendevreview Wenping Song proposed openstack/openstacksdk master: Adding basic implementation for Accelerator attribute resource https://review.opendev.org/c/openstack/openstacksdk/+/883238
03:03:20 opendevreview Wenping Song proposed openstack/openstacksdk master: Add client api for enable and disable device https://review.opendev.org/c/openstack/openstacksdk/+/894888
07:33:23 opendevreview Mridula Joshi proposed openstack/openstacksdk master: Adding SDK support for ``glance md-tag-list`` https://review.opendev.org/c/openstack/openstacksdk/+/896489
14:25:35 frickler gtema: stephenfin: added you as reviewers on https://review.opendev.org/c/openstack/python-openstackclient/+/896253 because I'm not sure how the user experience would look like with that
15:06:39 chris218 Schema
15:06:49 chris218 Damn it's not search prompt sorry
19:47:49 andrewbogott_ stephenfin, frickler, I could really use some followup on https://review.opendev.org/c/openstack/openstacksdk/+/893283 -- it has been quite a while since my latest update
#openstack-sdks - 2023-09-27
04:52:06 mrjoshi stephenfin, https://review.opendev.org/c/openstack/python-openstackclient/+/878631 https://review.opendev.org/c/openstack/openstacksdk/+/881939 , could you please review these patches
05:14:04 opendevreview Mridula Joshi proposed openstack/openstacksdk master: Adding SDK support for ``glance md-tag-list`` https://review.opendev.org/c/openstack/openstacksdk/+/896489
08:50:41 stephenfin andrewbogott_: I'm eager to try (re-)learn how the env "cloud" is built and see if we can remap the authentication-related configuration options into the 'auth' section to avoid the need for that PR. I haven't gotten to it yet though and don't know when I will, so I've +2d. Apologies for the delay
08:58:39 stephenfin well, -1 but just for docs stuff
14:01:07 andrewbogott_ thanks stephenfin
18:43:20 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Migrate get limits to SDK https://review.opendev.org/c/openstack/python-openstackclient/+/888673
18:48:21 opendevreview Rajat Dhasmana proposed openstack/openstacksdk master: Add volume manage support https://review.opendev.org/c/openstack/openstacksdk/+/895213
18:53:39 opendevreview Rajat Dhasmana proposed openstack/openstacksdk master: Add volume transfer support [2/2] https://review.opendev.org/c/openstack/openstacksdk/+/887635
18:53:39 opendevreview Rajat Dhasmana proposed openstack/openstacksdk master: Add volume transfer support [1/2] https://review.opendev.org/c/openstack/openstacksdk/+/887037
#openstack-sdks - 2023-09-28
08:47:42 opendevreview Mridula Joshi proposed openstack/python-openstackclient master: Adds command ``image metadef object show`` https://review.opendev.org/c/openstack/python-openstackclient/+/887048
08:55:51 frickler gtema: can we proceed with https://review.opendev.org/c/openstack/python-openstackclient/+/895767 and 895765 ? I'll propose the whole chain of backports once that is in and then do the same for osc-lib
08:58:31 gtema frickler: done
08:58:45 frickler ty
09:09:36 opendevreview Merged openstack/python-openstackclient stable/2023.2: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/895767
09:24:12 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/2023.1: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896714
09:25:21 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/2023.1: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896714
09:26:59 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/2023.1: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896714
09:27:43 frickler meh, that's going to be a lot of conflict resolutions ...
09:41:24 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/zed: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896715
09:43:19 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/zed: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896715
09:43:48 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/yoga: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896716
09:44:38 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/yoga: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896716
09:48:22 opendevreview Merged openstack/python-openstackclient master: Update branch regexes for tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/895765
10:16:16 ralonsoh stephenfin, if you have less than 1 min: https://review.opendev.org/c/openstack/openstacksdk/+/892771
10:16:20 ralonsoh thanks in advance
10:56:44 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/xena: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896717
10:57:14 opendevreview Dr. Jens Harbott proposed openstack/python-openstackclient stable/wallaby: [stable-only] CI: Drop all tips jobs https://review.opendev.org/c/openstack/python-openstackclient/+/896718

Earlier   Later