| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2023-10-18 | |||
| 22:35:41 | opendevreview | Merged openstack/openstacksdk master: [baremetal] Add support for service steps https://review.opendev.org/c/openstack/openstacksdk/+/895224 | |
| #openstack-sdks - 2023-10-19 | |||
| 03:02:58 | opendevreview | Cyril Roelandt proposed openstack/python-openstackclient master: Add "image metadef property create" command https://review.opendev.org/c/openstack/python-openstackclient/+/898789 | |
| 03:02:58 | opendevreview | Cyril Roelandt proposed openstack/python-openstackclient master: Add "image metadef property show" command https://review.opendev.org/c/openstack/python-openstackclient/+/898126 | |
| 10:34:16 | frickler | gtema: do you plan to stay on zoom for the ptg session or switch to meetpad? I also added the CI issues to the pad | |
| 10:35:20 | gtema | I've noticed. Is there any reasonable preference? I do not like Zoom, but it just works, while meetpad is not without issues | |
| 10:35:36 | gtema | I honestly am ok with any | |
| 10:37:11 | frickler | well I consider zoom to be unuseable since their policy changes earlier this year | |
| 10:38:40 | gtema | then lets go for meetpad | |
| 10:41:41 | gtema | I set the link for the bot and added info to the pad | |
| 10:48:12 | frickler | thx | |
| 11:48:30 | opendevreview | Lajos Katona proposed openstack/openstacksdk master: WIP: Add Tap Mirrors to SDK https://review.opendev.org/c/openstack/openstacksdk/+/886084 | |
| 13:39:06 | opendevreview | Merged openstack/openstacksdk master: compute: Add 'locked_reason' to Server resource https://review.opendev.org/c/openstack/openstacksdk/+/897629 | |
| 14:04:27 | 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 | |
| 14:36:06 | opendevreview | Pierre-Samuel Le Stang proposed openstack/keystoneauth master: Allow setting retriable status codes for Adapter via configuration options https://review.opendev.org/c/openstack/keystoneauth/+/898826 | |
| 14:39:31 | opendevreview | Pierre-Samuel Le Stang proposed openstack/keystoneauth master: Allow setting retriable status codes for Adapter via configuration options https://review.opendev.org/c/openstack/keystoneauth/+/898826 | |
| 19:29:22 | opendevreview | Ghanshyam proposed openstack/js-openstack-lib master: retire js-openstack-lib https://review.opendev.org/c/openstack/js-openstack-lib/+/798503 | |
| 19:45:51 | gmann | gtema ^^ (https://review.opendev.org/c/openstack/js-openstack-lib/+/798503) please check the retirement of js-openstack-lib . Also governance change https://review.opendev.org/c/openstack/governance/+/898858 | |
| 20:05:03 | opendevreview | Pierre-Samuel Le Stang proposed openstack/keystoneauth master: Allow setting retriable status codes for Adapter via configuration options https://review.opendev.org/c/openstack/keystoneauth/+/898826 | |
| #openstack-sdks - 2023-10-20 | |||
| 01:24:39 | opendevreview | Steve Baker proposed openstack/openstacksdk master: [baremetal] Add missing owner attribute to allocation https://review.opendev.org/c/openstack/openstacksdk/+/898882 | |
| 01:24:40 | opendevreview | Steve Baker proposed openstack/openstacksdk master: [baremetal] port add shard, is_smartnic, name https://review.opendev.org/c/openstack/openstacksdk/+/898884 | |
| 01:24:40 | opendevreview | Steve Baker proposed openstack/openstacksdk master: [baremetal] driver add missing firmware interface https://review.opendev.org/c/openstack/openstacksdk/+/898883 | |
| 08:06:51 | opendevreview | Pierre-Samuel Le Stang proposed openstack/keystoneauth master: Allow setting retriable status codes for Adapter via configuration options https://review.opendev.org/c/openstack/keystoneauth/+/898826 | |
| 10:51:28 | chris218 | Hi, question, should Backup.list(conn.block_storage) retrieve same data as conn.list_volume_backups() in openstacksdk? | |
| 11:25:20 | gtema | chris218 - you should "never" invoke Backup.XXX methods directly. Instead you should use conn.block_storage.backups(). The conn.list_volume_backups() is a so called "cloud" layer and should not be necessary unless some very hard conditions of combining multiple API calls into 1 operation | |
| 11:27:37 | chris218 | Well conn.list function returned nothing and Backup.list returned a backup I made so I'll have to investigate further why is that | |
| 11:28:01 | gtema | "conn.list" != "conn.block_storage.backups" | |
| 11:29:14 | gtema | unless you know SDK very good you should avoid using any function on the conn directly or function on the resource itself. You should ONLY use "conn.<SERVICE>.<METHOD>" | |
| 11:29:51 | chris218 | I think I tried both but in a while I'll try again and if I still get nothing I'll get back to you | |
| 11:30:15 | chris218 | So why does stuff like conn.list_servers exist? | |
| 11:30:32 | gtema | historical and as I mentioned - special cases | |
| 11:30:40 | chris218 | Ooh ok good to know | |
| 11:31:44 | gtema | "conn.<method>" is there to normally get a wrapper around multiple API calls, i.e for provisioning server you need to query networks/images/volumes, create server and wait for it to go up | |
| 11:32:27 | gtema | this is not a single API operation and thus is done separately. "conn.<service>.<method>" is a representation of a single rest operation (with few exceptions) | |
| 11:34:55 | chris218 | Oh smart | |
| 12:09:40 | chris218 | Ok it looks like I just passed all_projects into backups() and it errored without me realising, my bad :/ | |
| 13:09:57 | chris218 | Also is there a way to pass a subparser to openstack.connect(options=) without openstack cli messing up argparsers help message? | |
| #openstack-sdks - 2023-10-23 | |||
| 00:56:56 | opendevreview | Rajat Dhasmana proposed openstack/openstacksdk master: Add snapshot manage unmanage support https://review.opendev.org/c/openstack/openstacksdk/+/894579 | |
| 08:02:13 | opendevreview | Rajat Dhasmana proposed openstack/openstacksdk master: Fix: Update/Delete type encryption operation https://review.opendev.org/c/openstack/openstacksdk/+/893010 | |
| 09:50:37 | opendevreview | Jan Hartkopf proposed openstack/openstacksdk master: Allow project switching for Designate API https://review.opendev.org/c/openstack/openstacksdk/+/899027 | |
| 12:12:05 | dtantsur | A silly question incoming: do we have PTG slots? gtema? | |
| 12:13:18 | gtema | yes, Wednesday 13:00-15:00 UTC | |
| 12:14:56 | dtantsur | le sigh, conflicts with ironic | |
| 12:15:55 | gtema | if you look like that there is nearly always conflict with ironic | |
| 12:16:00 | dtantsur | true | |
| 12:16:03 | dtantsur | gtema: do you need me for the Rust thingy? | |
| 12:16:20 | gtema | would be nice if you have possibility | |
| 12:16:43 | dtantsur | gtema: that's going to be the first thing on the agenda, right? | |
| 12:16:54 | dtantsur | I think I can skip the first topic on the ironic side | |
| 12:17:06 | gtema | yes, first one openapi + rust | |
| 12:17:14 | dtantsur | okay | |
| 12:17:50 | dtantsur | thanks! | |
| 12:19:05 | gtema | thank you as well | |
| #openstack-sdks - 2023-10-24 | |||
| 08:50:15 | opendevreview | Mridula Joshi proposed openstack/python-openstackclient master: WIP: Adding CLI support for ``glance image-create-via-import`` https://review.opendev.org/c/openstack/python-openstackclient/+/893022 | |
| 13:33:34 | opendevreview | Lajos Katona proposed openstack/openstacksdk master: Add Tap Mirrors to SDK https://review.opendev.org/c/openstack/openstacksdk/+/886084 | |
| 13:51:31 | opendevreview | Merged openstack/openstacksdk master: tests: Remove unused hook https://review.opendev.org/c/openstack/openstacksdk/+/893743 | |
| 15:29:55 | opendevreview | Merged openstack/openstacksdk master: connection: Fix typo https://review.opendev.org/c/openstack/openstacksdk/+/893501 | |
| 15:37:26 | opendevreview | Jan Hartkopf proposed openstack/openstacksdk master: Fix project cleanup for routers with static routes https://review.opendev.org/c/openstack/openstacksdk/+/899188 | |
| #openstack-sdks - 2023-10-25 | |||
| 07:21:34 | frickler | gtema: fungi: seems we cannot test master sdk even on 2023.1 any longer. /me feels bad for having pushed that platformdirs min version. do we want to revert/relax that? cf. https://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack+&branch=stable%2F2023.1&skip=0 | |
| 07:25:25 | opendevreview | Dr. Jens Harbott proposed openstack/openstacksdk stable/yoga: Do not pin openstacksdk to master https://review.opendev.org/c/openstack/openstacksdk/+/899152 | |
| 07:26:19 | opendevreview | Dr. Jens Harbott proposed openstack/openstacksdk stable/zed: Do not pin openstacksdk to master https://review.opendev.org/c/openstack/openstacksdk/+/899153 | |
| 07:26:58 | opendevreview | Dr. Jens Harbott proposed openstack/openstacksdk stable/2023.1: Do not pin openstacksdk to master https://review.opendev.org/c/openstack/openstacksdk/+/899154 | |
| 07:49:29 | gtema | :( | |
| 08:11:37 | opendevreview | Lajos Katona proposed openstack/openstacksdk master: Add Tap Mirrors to SDK https://review.opendev.org/c/openstack/openstacksdk/+/886084 | |
| 11:46:21 | opendevreview | Artem Goncharov proposed openstack/openstacksdk master: WIP: Implement auto-code generation https://review.opendev.org/c/openstack/openstacksdk/+/882326 | |
| 11:53:45 | fungi | frickler: gtema: effectively not setting a lower bound for platformdirs should be closer to the flexibility we had with appdirs | |
| 11:56:08 | fungi | users may have slightly different experiences depending on which version they install with, but that's probably the case with other requirements too | |
| 14:04:23 | opendevreview | Sven Kieske proposed openstack/openstackclient master: WIP test addition of manila https://review.opendev.org/c/openstack/openstackclient/+/899270 | |
| 14:19:39 | opendevreview | Baek Seung Ju proposed openstack/openstacksdk master: Implemented heat 'stack suspend' and 'stack resume' function https://review.opendev.org/c/openstack/openstacksdk/+/892156 | |
| 14:53:52 | opendevreview | Mario Minners proposed openstack/openstacksdk master: BUG/48990 add alt. base_path for quota usage data for compute service https://review.opendev.org/c/openstack/openstacksdk/+/899272 | |
| 15:21:56 | opendevreview | Mario Minners proposed openstack/ansible-collections-openstack master: Add option to get details on quotas https://review.opendev.org/c/openstack/ansible-collections-openstack/+/899278 | |
| 15:53:49 | opendevreview | Mario Minners proposed openstack/ansible-collections-openstack master: Add option to get details on quotas fix blank line https://review.opendev.org/c/openstack/ansible-collections-openstack/+/899278 | |
| 16:56:37 | opendevreview | Artem Goncharov proposed openstack/python-openstackclient master: Switch back to Launchpad https://review.opendev.org/c/openstack/python-openstackclient/+/899285 | |
| #openstack-sdks - 2023-10-26 | |||
| 07:06:32 | opendevreview | Frode Nordahl proposed openstack/openstacksdk master: Support the API for managing external gateways https://review.opendev.org/c/openstack/openstacksdk/+/887952 | |
| 07:06:39 | opendevreview | Frode Nordahl proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976 | |
| 08:28:23 | opendevreview | Merged openstack/openstacksdk master: [baremetal] Add missing owner attribute to allocation https://review.opendev.org/c/openstack/openstacksdk/+/898882 | |
| 08:28:25 | opendevreview | Merged openstack/openstacksdk master: [baremetal] driver add missing firmware interface https://review.opendev.org/c/openstack/openstacksdk/+/898883 | |
| 09:59:08 | opendevreview | Frode Nordahl proposed openstack/python-openstackclient master: Add router enable_default_route_bfd/ecmp options https://review.opendev.org/c/openstack/python-openstackclient/+/899382 | |
| 09:59:08 | opendevreview | Frode Nordahl proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976 | |
| 10:00:33 | opendevreview | Frode Nordahl proposed openstack/python-openstackclient master: Add router default route BFD/ECMP options https://review.opendev.org/c/openstack/python-openstackclient/+/899382 | |
| 10:00:33 | opendevreview | Frode Nordahl proposed openstack/python-openstackclient master: Add support for managing external gateways https://review.opendev.org/c/openstack/python-openstackclient/+/887976 | |
| 10:04:11 | opendevreview | Mario Minners proposed openstack/openstacksdk master: BUG/48990 add alt. base_path for quota usage data for compute service https://review.opendev.org/c/openstack/openstacksdk/+/899272 | |
| 10:06:52 | opendevreview | Mario Minners proposed openstack/openstacksdk master: BUG/48990 add alt. base_path for quota usage data for compute service + add usage option to proxy functions get_volume_quota and get_compute_quota https://review.opendev.org/c/openstack/openstacksdk/+/899272 | |
| 10:17:13 | opendevreview | Mario Minners proposed openstack/openstacksdk master: BUG/48990 add alt. base_path for quota usage data for compute service https://review.opendev.org/c/openstack/openstacksdk/+/899272 | |
| 10:39:22 | opendevreview | Merged openstack/osc-lib master: utils: Don't warn for partial formatter classes https://review.opendev.org/c/openstack/osc-lib/+/893239 | |
| 10:53:39 | opendevreview | Merged openstack/openstacksdk stable/2023.1: Do not pin openstacksdk to master https://review.opendev.org/c/openstack/openstacksdk/+/899154 | |
| 12:10:34 | opendevreview | Jan Hartkopf proposed openstack/openstacksdk master: Fix project cleanup for routers with static routes https://review.opendev.org/c/openstack/openstacksdk/+/899188 | |
| #openstack-sdks - 2023-10-27 | |||
| 06:42:30 | slaweq | gtema stephenfin hi, please check again https://review.opendev.org/c/openstack/python-openstackclient/+/887364 when You will have few minutes. I addressed comments there, new openstacksdk is released so Zuul is happy with this patch already. I think it's good to go, or at least to another round of reviews :) | |
| 06:42:35 | slaweq | thx in advance | |
| 06:45:22 | gtema | perfect slaweq, looking now | |
| 08:36:32 | slaweq | thx gtema :) | |
| 14:10:46 | opendevreview | Merged openstack/openstacksdk stable/zed: Do not pin openstacksdk to master https://review.opendev.org/c/openstack/openstacksdk/+/899153 | |
| 14:29:37 | opendevreview | Artem Goncharov proposed openstack/openstacksdk master: WIP: Implement auto-code generation https://review.opendev.org/c/openstack/openstacksdk/+/882326 | |
| 14:37:43 | opendevreview | Artem Goncharov proposed openstack/openstacksdk master: WIP: Implement auto-code generation https://review.opendev.org/c/openstack/openstacksdk/+/882326 | |
| 16:17:04 | opendevreview | Merged openstack/python-openstackclient master: Add support for default security group rule CRUDs https://review.opendev.org/c/openstack/python-openstackclient/+/887364 | |
| 16:20:27 | opendevreview | Merged openstack/python-openstackclient master: tests: Use central SDK client fake https://review.opendev.org/c/openstack/python-openstackclient/+/896913 | |
| 16:23:54 | opendevreview | Merged openstack/python-openstackclient master: tests: Use consistent shortcut to fake volume client https://review.opendev.org/c/openstack/python-openstackclient/+/896914 | |
| 16:23:55 | opendevreview | Merged openstack/python-openstackclient master: tests: Add volume v1, v2, v3 FakeClientMixin https://review.opendev.org/c/openstack/python-openstackclient/+/896915 | |
| 16:38:54 | opendevreview | Merged openstack/python-openstackclient master: tests: Use consistent shortcut to fake compute client https://review.opendev.org/c/openstack/python-openstackclient/+/896916 | |
| 16:38:56 | opendevreview | Merged openstack/python-openstackclient master: tests: Add compute v2 FakeClientMixin https://review.opendev.org/c/openstack/python-openstackclient/+/896917 | |
| 16:59:35 | opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: volume: Allow filtering volume types by properties https://review.opendev.org/c/openstack/python-openstackclient/+/884665 | |