Friday, 2022-02-18

thomasb06gtema: Hello. The file openstack/proxy.py is ready. To push it I need to `checkout master`, `pull origin master`, and then copy my file and commit it?08:45
gtemayes, should be08:46
thomasb06let's go08:46
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Indentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/82986209:14
thomasb06ah, it worked...09:15
thomasb06now I check in the UI, sometimes I miss some details09:15
thomasb06gtema: the other file is ressources?09:18
thomasb06more precisely, openstack/ressource.py09:19
gtemathere should be more. check proactively others09:22
thomasb06it's not the root only then? Understood09:30
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Merge 'origin/feature/r1' into master  https://review.opendev.org/c/openstack/openstacksdk/+/82987109:53
fricklerI haven't seen this in gerrit before, nice summary of what is happening https://review.opendev.org/c/openstack/openstacksdk/+/829871/-1..1//MERGE_LIST10:48
opendevreviewMamatisa Nurmatov proposed openstack/python-openstackclient master: Refactor network fakes to sdk properties PART 1  https://review.opendev.org/c/openstack/python-openstackclient/+/82988112:04
opendevreviewMamatisa Nurmatov proposed openstack/python-openstackclient master: Refactor network fakes to sdk properties PART 1  https://review.opendev.org/c/openstack/python-openstackclient/+/82988113:22
thomasb06gtema: Zuul returns an error, but I guess it's not me: https://review.opendev.org/c/openstack/openstacksdk/+/82986213:33
thomasb06After a couple of days, I recheck?13:34
isabek_thomasb06: Hi! I think you can recheck it now, there some timeout13:37
thomasb06isabek_: great, thank you very much13:38
thomasb06since it's the main branch, I'm a bit cautious this time13:39
isabek_thomasb06: Welcome! Now job is success : https://zuul.openstack.org/status/change/829862,113:47
gtemathomasb06 - all fine. This was a "normal" sporadic failure13:48
thomasb06isabek_: gtema: alright then, nothing is broken13:49
isabek_gtema: Hi! Can we remove tenant_id from network resources? example: https://github.com/openstack/openstacksdk/blob/master/openstack/network/v2/address_scope.py#L4314:49
gtemaisabek_ for now we can not drop it completely14:50
gtemawe have old clients potentially still trying to pass it 14:50
gtemasdk is used by osc/ansible which depending on their version may also result in very old things still being passed14:51
isabek_At this moment I'm working on network_fakes to use sdk properties. https://review.opendev.org/c/openstack/python-openstackclient/+/82988114:51
isabek_Because of tenant_id property is failing https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_72d/829881/2/check/osc-tox-py36-tips/72dc317/testr_results.html14:52
isabek_gtema: What do you recommend for it? Just fix unit tests?14:53
gtemayes, tests need to be fixed. I actually always wanted that SDK also maintains "fakes" that can be then consumed by osc14:56
gtemaI really dislike current approach, especially that we will move more and more OSC stuff to sdk14:57
isabek_gtema: Can I simply hide with hidden_columns?15:01
gtemahonestly I feel like I was already fixing this15:02
gtemahttps://review.opendev.org/c/openstack/python-openstackclient/+/82474615:02
gtemaI am surprised you have it now15:02
isabek_Because now I'm using sdk properties where is tenant_id15:03
isabek_such as https://github.com/openstack/openstacksdk/blob/master/openstack/network/v2/address_scope.py#L4315:04
gtemaand what was before?15:07
gtemaah, before it was simply FakeResource15:08
isabek_yes15:10
gtemaalso this function approach "create_availability_zone" is not how I think it should be in the long run15:10
gtemaI image15:10
gtemafrom openstack.fakes.network.v2 import availability_zone15:10
gtemabut before those appear in sdk we can prepare things in osc. Afterwards we simply relocate them to sdk15:11
gtemaI would even start implementing it in SDK, but I have no feeling we can release that in next days/weeks. Rather few months still to finalise r1 changes15:12
opendevreviewJames Kirsch proposed openstack/openstacksdk master: Identity: Add support for system role assignment  https://review.opendev.org/c/openstack/openstacksdk/+/82619319:01
opendevreviewJames Kirsch proposed openstack/openstacksdk master: Identity: Add support for system role assignment  https://review.opendev.org/c/openstack/openstacksdk/+/82619322:23

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