Monday, 2022-06-27

fricklergtema: iiuc the tenant_id warning is triggered not because OSC is using it, but because the API response from neutron still contains that field.05:43
gtemaOk, having long day on the train today, maybe will have enough capability to check. That mean to me out deprecation warning is not really raised properly. And it pains on few fronts so maybe we should simply disable it06:10
gtemaOlder clouds have all rights to use fields not yet deprecated for them06:10
fricklergtema: yes, although that even is with neutron master still. not sure if we could hard drop tenant_id from the API response if project_id is present. otherwise disabling that deprecation might be the right way to do, yes06:17
gtemaThere's even change open for dropping warnings06:19
fricklermaybe make that specific to tenant_id. I'm not sure there is another attribute that is deprecated but still in widespread use. the other option would be to check whether the resource is coming from user input or from the API, but I guess that distinction would be difficult to make07:02
gtemaWell, we can add additional (suppress_warning) attribute ;-)07:03
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Make publish_collection more universal  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84765907:11
fricklerbut then everyone will set that and in the end we could have just dropped the warnings right away07:15
fricklergtema: just found that this one was wrong, too https://review.opendev.org/c/openstack/python-openstackclient/+/824746/2/openstackclient/network/v2/security_group.py#b3807:15
gtemaRight07:15
fricklermakes tenant_id show up in the rules. I'll do a revert for that line07:16
gtemaYeah, this is what I meant - something explicitly touches attr07:16
frickleroh, wait, it's not only that single line that was wrong, need to revert all the column_map changes in that patch, too. /me sighs07:21
fricklerthis is really a can of worms, why do floating IPs have a subnet attr? can't find anything about that in the api-ref. maybe it was a nova-network thing?08:02
fricklerand I'm also not convinced that copying the floating_ip_address as "name" attribute is a good thing08:03
gtemaRight, networking is a pretty dangerous thing08:03
opendevreviewDr. Jens Harbott proposed openstack/python-openstackclient master: Don't show tenant_id in network objects  https://review.opendev.org/c/openstack/python-openstackclient/+/84775108:53
opendevreviewDr. Jens Harbott proposed openstack/python-openstackclient master: WIP: Test for tenant_id and project_id columns  https://review.opendev.org/c/openstack/python-openstackclient/+/84775208:53
opendevreviewribaudr proposed openstack/python-openstackclient master: Microversion 2.91: Support specifying destination host to unshelve  https://review.opendev.org/c/openstack/python-openstackclient/+/83190208:54
gtemafrickler - https://review.opendev.org/c/openstack/openstacksdk/+/816790 was to disable deprecation warning08:58
*** vkmc_ is now known as vkmc09:10
fricklergtema: yes, I found that, that's what I was referring to earlier. don't disable all warnings, only if attr="tenant_id", then I think we should merge that10:25
gtemaI fear this is really more widespread than only tenant_id, but ok, will update the change10:27
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Disable deprecation warning for tenant_id  https://review.opendev.org/c/openstack/openstacksdk/+/81679010:39
gtemafrickler: ^^10:42
opendevreviewDr. Jens Harbott proposed openstack/python-openstackclient master: WIP: Test for tenant_id and project_id columns  https://review.opendev.org/c/openstack/python-openstackclient/+/84775211:12
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Refactored endpoint module and explained region attribute  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84729311:34
*** arxcruz is now known as arxcruz|brb12:42
opendevreviewDr. Jens Harbott proposed openstack/python-openstackclient master: WIP: Test for tenant_id and project_id columns  https://review.opendev.org/c/openstack/python-openstackclient/+/84775212:45
opendevreviewMerged openstack/ansible-collections-openstack stable/1.0.0: Make publish_collection more universal  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84765912:48
fricklerit seems that https://review.opendev.org/c/openstack/python-openstackclient/+/828106 is responsible for much of the functional test instability we are seeing13:11
fricklerit sets the network quota to 1, leading to failures if any other test runs in parallel and tries to create a network13:12
fricklertest_quota_network_set_with_force() in particular. not sure what ralonsoh was thinking there. I'll make a patch to skip that test13:13
opendevreviewDr. Jens Harbott proposed openstack/python-openstackclient master: Skip test_quota_network_set_with_force func test  https://review.opendev.org/c/openstack/python-openstackclient/+/84778613:25
frickleris there any chance we could revert to using launchpad instead of storyboard? trying to find out whether a story already exists for an issue seems impossible to me13:29
gtemaI feel also terribly about storyboard. Honestly I want to see the outcome of the general 3rd party projects discussion, cause using gitea issue tracker is at least mentioned there. If we get a chance to get this working I would rather go this way and skip fallback to launchpad now (it has also not really an awesome UX)13:33
*** arxcruz|brb is now known as arxcruz13:48
opendevreviewAnanya proposed openstack/ansible-collections-openstack master: Moves security_group_info from cloud to proxy object  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84066013:56
opendevreviewAnanya proposed openstack/ansible-collections-openstack master: Moves security_group_info from cloud to proxy object  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84066014:05
opendevreviewJan Hartkopf proposed openstack/python-openstackclient master: add support for microversion 2.91  https://review.opendev.org/c/openstack/python-openstackclient/+/84779214:11
opendevreviewMerged openstack/osc-lib master: Do not output log on bash autocomplete generation  https://review.opendev.org/c/openstack/osc-lib/+/84130714:28
slaweqgtema hi, I have a quick question to You about this neutron-vpnaas support in OSC/SDK - is there any story or something created already so if I would like to help with it, I will not e.g. duplicate work done by someone else already?14:44
gtemawe do not have a story, since nobody here is happy about using Storyboard14:45
slaweqso there is no any tracker for that now?14:46
gtemanope14:46
slaweqok14:46
slaweqI will ping You simply if/when I will have some time to work on this14:46
gtemasure, great14:46
opendevreviewMerged openstack/openstacksdk master: Warn when no statsd library available  https://review.opendev.org/c/openstack/openstacksdk/+/84385515:49
opendevreviewMerged openstack/openstacksdk master: test: Remove duplicated tests  https://review.opendev.org/c/openstack/openstacksdk/+/84757715:54
opendevreviewMerged openstack/openstacksdk master: tests: Add pointers to docs on running tests  https://review.opendev.org/c/openstack/openstacksdk/+/84757815:54
opendevreviewMerged openstack/python-openstackclient master: Don't show tenant_id in network objects  https://review.opendev.org/c/openstack/python-openstackclient/+/84775115:54
opendevreviewMerged openstack/python-openstackclient master: volume: Correct output of 'volume attachment create'  https://review.opendev.org/c/openstack/python-openstackclient/+/84189415:54
*** diablo_rojo__ is now known as diablo_rojo15:56
*** diablo_rojo__ is now known as diablo_rojo16:22
*** diablo_rojo is now known as Guest343417:08
*** Guest3279 is now known as rcastillo17:20
*** Guest3434 is now known as diablo_rojo18:03
*** diablo_rojo__ is now known as diablo_rojo19:25
opendevreviewMerged openstack/ansible-collections-openstack master: Update project_info module to new sdk  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/83727621:59

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!