| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2023-02-01 | |||
| 16:02:33 | gmann | gtema: humm, but testing with old sdk version does not make sense if I am not wrong | |
| 16:03:48 | gtema | it makes as much sense as it was 1 week ago till the change. But What I am saying is that if we can not even release any bugfix - what is the sense of testing? | |
| 16:07:06 | gtema | I mean I tend rather to option 1) and stop testing on wallaby completely | |
| 17:02:08 | gmann | gtema: I think I agree with you. let's go for that and stop testing. we do have same recommendation for any other testing on EM branch if they stop working then stop testing like grenade, tempest master etc | |
| 17:02:55 | gtema | Ok | |
| 19:26:35 | opendevreview | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Fix issue with multiple records in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872392 | |
| 19:42:34 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage log level {list, set} commands https://review.opendev.org/c/openstack/python-openstackclient/+/869811 | |
| 20:00:43 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage log level {list, set} commands https://review.opendev.org/c/openstack/python-openstackclient/+/869811 | |
| 20:08:07 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage work cleanup command https://review.opendev.org/c/openstack/python-openstackclient/+/872390 | |
| #openstack-sdks - 2023-02-02 | |||
| 09:08:18 | opendevreview | Polina Gubina proposed openstack/ansible-collections-openstack master: The following modules will be added: - vpn service - vpn ike policy - vpn ipsec policy https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872516 | |
| 16:28:57 | eest | just to report back for the people trying to help me with my openstacksdk code not doing version detection earlier, it turns out the servers were not patched for https://opendev.org/openstack/nova/commit/1e907602e37fb55bbe5a20164db6d074f87369af | |
| 16:29:20 | eest | so this explains why i got some things to work by configuring compute_api_version: "2.79" etc | |
| 16:29:32 | eest | but things seems to work well now | |
| 16:31:52 | gtema | eest - this is a great facepalm. I am through billions of similar things. I feel you ;-) | |
| 16:34:51 | eest | :) | |
| 17:09:07 | umbSublime | Question about `openstack.connect()`. I have a clouds.yaml file that defines a cloud names 'pci' in that cloud I have multiple regions(my_region1, my_region2. If I set my envvars to OS_CLOUD=pci OS_REGION_NAME=my_region2. And run openstack.connect(), it loads the cloud properly, but ignores my OS_REGION_NAME instead using the first from the clouds.yaml file. Is this expected | |
| 17:09:10 | umbSublime | behaviour? Should I explicitely connect(region_name='my_region2') ? | |
| 17:09:22 | umbSublime | For reference using those 2 envvars work as expected with using the openstackclient | |
| 17:11:17 | gtema | umbSublime: it is always recommended to be explicit. afair once sdk finds entry in clouds.yaml it does not merge env vars into it | |
| 17:12:52 | umbSublime | gtema: good to know, since the envvar OS_CLOUD would need to read the config, I was expecting OS_REGION_NAME to be merged after. This appears to be how the openstackclient works. Would there be additional logic in the osc to handle this ? | |
| 17:14:15 | umbSublime | gtema: I agree explicit is always better, but having openstack.connect() work as I was expecting saves me from adding logic to handle those from argparse (or other). | |
| 17:14:58 | gtema | yes, OSC is doing things bit differently | |
| 17:22:52 | umbSublime | gtema: thanks) | |
| 17:23:18 | umbSublime | Simple work around for my specific usecase: openstack.connect(region_name=os.environ.get('OS_REGION_NAME', None)); c.current_location.region_name | |
| 17:25:10 | gtema | or duplicating entry in clouds.yaml - afaik there are some clouds not really sharing identity between regions so you anyway need to use different user | |
| 17:25:52 | umbSublime | agreed, that's another solution. In my case however there are 25+ regions all with same auth. | |
| 17:26:06 | gtema | ok, convinced | |
| #openstack-sdks - 2023-02-03 | |||
| 05:50:56 | opendevreview | Mridula Joshi proposed openstack/openstacksdk master: Add support for glance cache list https://review.opendev.org/c/openstack/openstacksdk/+/869710 | |
| 19:27:57 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage manageable list commands https://review.opendev.org/c/openstack/python-openstackclient/+/872692 | |
| #openstack-sdks - 2023-02-06 | |||
| 17:40:48 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add options to create volume group from source https://review.opendev.org/c/openstack/python-openstackclient/+/872798 | |
| #openstack-sdks - 2023-02-07 | |||
| 20:40:46 | opendevreview | Goutham Pacha Ravi proposed openstack/openstacksdk master: Add share access rules to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/784162 | |
| 20:57:46 | opendevreview | Goutham Pacha Ravi proposed openstack/openstacksdk master: Add share types to shared file systems. https://review.opendev.org/c/openstack/openstacksdk/+/783123 | |
| #openstack-sdks - 2023-02-08 | |||
| 12:42:48 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add share instances to shared file systems https://review.opendev.org/c/openstack/openstacksdk/+/873109 | |
| #openstack-sdks - 2023-02-09 | |||
| 12:01:12 | opendevreview | Johannes Beisiegel proposed openstack/openstacksdk master: fix docstrings refering to volume attachments instead of server migrations https://review.opendev.org/c/openstack/openstacksdk/+/873245 | |
| 16:40:42 | opendevreview | Artom Lifshitz proposed openstack/python-openstackclient master: Support compute microversion 2.94 https://review.opendev.org/c/openstack/python-openstackclient/+/872420 | |
| 16:51:20 | opendevreview | Artom Lifshitz proposed openstack/python-openstackclient master: Support compute microversion 2.94 https://review.opendev.org/c/openstack/python-openstackclient/+/872420 | |
| 20:03:19 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] add share replica export location to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873323 | |
| 20:06:31 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] add share replica export location to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873323 | |
| 20:10:36 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Add share replica resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873324 | |
| 20:20:01 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Add share instance export location resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873327 | |
| 20:22:38 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Adds service resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873328 | |
| 20:24:01 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Adds Security Service to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873329 | |
| #openstack-sdks - 2023-02-10 | |||
| 09:44:37 | opendevreview | Hiromu Asahina proposed openstack/keystoneauth master: OAuth 2.0 Mutual-TLS Support https://review.opendev.org/c/openstack/keystoneauth/+/860614 | |
| 11:43:11 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add share network resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873363 | |
| 11:52:14 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/873364 | |
| 11:53:14 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add share network subnet resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873365 | |
| 11:56:55 | opendevreview | Hiromu Asahina proposed openstack/keystoneauth master: OAuth 2.0 Mutual-TLS Support https://review.opendev.org/c/openstack/keystoneauth/+/860614 | |
| 14:01:12 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add export location resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/780990 | |
| 14:21:20 | opendevreview | Carlos Eduardo proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/873364 | |
| 18:46:31 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: Add share instances to shared file systems https://review.opendev.org/c/openstack/openstacksdk/+/873109 | |
| 18:49:07 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: Add share network resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873363 | |
| #openstack-sdks - 2023-02-13 | |||
| 10:03:06 | opendevreview | Marvin Vogt proposed openstack/openstacksdk master: Remove usage of deprecated `sre_constants` module https://review.opendev.org/c/openstack/openstacksdk/+/873521 | |
| 10:07:29 | opendevreview | Marvin Vogt proposed openstack/openstacksdk master: Remove usage of deprecated `sre_constants` module https://review.opendev.org/c/openstack/openstacksdk/+/873521 | |
| 16:02:37 | whoami-rajat | stephenfin, hey, around ? | |
| 16:03:34 | whoami-rajat | stephenfin, wanted to mention that I've proposed patches for all missing cinder commands, would be good if we can get it in this cycle's OSC release (this week) https://review.opendev.org/q/topic:add-missing-cinderclient-commands | |
| 16:04:02 | stephenfin | yup, back today. I'll take a look (y) | |
| 20:12:38 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/798464 | |
| 20:15:23 | opendevreview | Ashley Rodriguez proposed openstack/openstacksdk master: Add share network subnet resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/783582 | |
| #openstack-sdks - 2023-02-14 | |||
| 02:35:58 | gmann | gtema: just in case you missed, next cycle PTL nomination are closing on Feb 15 | |
| 12:42:12 | opendevreview | Mridula Joshi proposed openstack/openstacksdk master: Add support for glance cache https://review.opendev.org/c/openstack/openstacksdk/+/869710 | |
| 14:22:05 | opendevreview | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: DNM: check CI run https://review.opendev.org/c/openstack/ansible-collections-openstack/+/873713 | |
| 15:46:05 | stephenfin | whoami-rajat: Done. You'll need to ask gtema if you want a second +2/+W on the ones I've approved | |
| 15:46:27 | stephenfin | I think he also accepts 🍺 as part payment | |
| 15:46:32 | stephenfin | :) | |
| 16:42:35 | opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: volume: Remove duplication from 'consistency group create' opts https://review.opendev.org/c/openstack/python-openstackclient/+/873730 | |
| 19:36:57 | whoami-rajat | stephenfin, sure, thanks for all your reviews :) | |
| 19:53:58 | opendevreview | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Convert recordset module to use StateMachine https://review.opendev.org/c/openstack/ansible-collections-openstack/+/873747 | |
| 20:55:20 | opendevreview | Merged openstack/openstacksdk master: Add support for glance cache https://review.opendev.org/c/openstack/openstacksdk/+/869710 | |
| #openstack-sdks - 2023-02-15 | |||
| 01:11:28 | opendevreview | Reynaldo proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/798464 | |
| 08:19:14 | frickler | gtema: could you add https://review.opendev.org/c/openstack/python-openstackclient/+/864497 to your review list please? | |
| 08:19:28 | gtema | ack | |
| 08:20:32 | gtema | frickler - we were talking with you about naming: "force" is a bad idea from my pov | |
| 08:24:13 | frickler | gtema: so what would you prefer instead? "--no-confirm"? | |
| 08:26:16 | gtema | yes, maybe, or --assume-yes or --auto-approve (like in TF) | |
| 08:27:20 | frickler | the other option would be to make the whole thing non-interactive and just have a "--dry-run" option for the timid | |
| 08:32:54 | gtema | hmm, this is too dangerous in my eyes | |
| 08:34:58 | frickler | o.k., so I'll amend to use --auto-approve | |
| 08:35:13 | gtema | cool, thanks | |
| 08:43:15 | opendevreview | Dr. Jens Harbott proposed openstack/python-openstackclient master: Add auto-approve option to project cleanup https://review.opendev.org/c/openstack/python-openstackclient/+/864497 | |
| 09:10:57 | frickler | seems I totally missed 1.0.0, was there a good party? | |
| 10:27:10 | gtema | frickler - a party was sadly in mind only | |
| 10:56:19 | lajoskatona | gtema, frickler: just a note, sdk 1.0.0 is still not in use, as u-c bump is not merged: https://review.opendev.org/c/openstack/requirements/+/872282 | |
| 11:00:42 | frickler | lajoskatona: yes, though we actually have 1.0.1 now. but requirements CI is broken as well as kuryr like you mentioned | |
| 11:01:48 | frickler | you could try to depend your neutronclient patch on the u-c bump, though | |
| 11:03:59 | lajoskatona | frickler: yeah, but anyway we can't merge (and release) it without having correct u-c.txt | |
| 16:46:35 | opendevreview | Rodolfo Alonso proposed openstack/openstacksdk master: Include "security_groups" to "Port" query parameters https://review.opendev.org/c/openstack/openstacksdk/+/873946 | |
| 16:51:22 | opendevreview | Rodolfo Alonso proposed openstack/openstacksdk master: Include "security_groups" to "Port" query parameters https://review.opendev.org/c/openstack/openstacksdk/+/873946 | |
| 19:27:12 | opendevreview | Elod Illes proposed openstack/cliff master: DNM: dummy change to test gate health https://review.opendev.org/c/openstack/cliff/+/873979 | |
| 19:30:04 | opendevreview | Elod Illes proposed openstack/osc-lib master: DNM: dummy change to test gate health https://review.opendev.org/c/openstack/osc-lib/+/873986 | |
| #openstack-sdks - 2023-02-16 | |||
| 00:58:59 | opendevreview | Goutham Pacha Ravi proposed openstack/openstacksdk master: Remove "feature/r1" override from manila job https://review.opendev.org/c/openstack/openstacksdk/+/874046 | |
| 06:23:50 | opendevreview | Reynaldo proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/798464 | |
| 09:01:52 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add volume revert command https://review.opendev.org/c/openstack/python-openstackclient/+/869654 | |
| 09:01:53 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage cleanup command https://review.opendev.org/c/openstack/python-openstackclient/+/872390 | |
| 09:01:53 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage log level {list, set} commands https://review.opendev.org/c/openstack/python-openstackclient/+/869811 | |
| 09:01:54 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add options to create volume group from source https://review.opendev.org/c/openstack/python-openstackclient/+/872798 | |
| 09:01:54 | opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage manageable list commands https://review.opendev.org/c/openstack/python-openstackclient/+/872692 | |
| 09:12:20 | whoami-rajat | stephenfin, gtema updated all the patches ^ | |
| 10:27:12 | opendevreview | Stephen Finucane proposed openstack/osc-lib master: tox 4 compatibility https://review.opendev.org/c/openstack/osc-lib/+/874075 | |
| 11:00:45 | frickler | gtema: stephenfin: would one of you have time to look into https://zuul.opendev.org/t/openstack/build/284499a2edc041f78d6b94dbee1e1e07 ? this is blocking getting sdk 1.0.1 into u-c (not the only blocker, but kuryr at least has a fix proposed) | |
| 11:01:54 | gtema | frickler, ack, looking | |