| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2020-05-28 | |||
| 11:39:51 | nightmare_unreal | Okay :) thanks. | |
| 11:40:09 | dtantsur | I hope when OSC fully switches to openstacksdk, the problem will go away | |
| 11:40:12 | dtantsur | not 100% sure though | |
| 11:40:37 | nightmare_unreal | 1 more thing on opendev there are 2 osc python-openstackclient and openstackclient | |
| 11:40:44 | dtantsur | in the ironic plugin we went ahead and hacked together semi-decent microversion support | |
| 11:40:58 | dtantsur | nightmare_unreal: ugh. let mordred know. | |
| 11:41:44 | nightmare_unreal | Okay dtantsur . I was thinking one is old and just maintained for sometime | |
| 11:42:18 | dtantsur | I'm not sure, better ask him | |
| 11:42:21 | gtema | python-openstackclient is like a "core" or the OSC, while openstackclient is a bunch of packages included. Technically "openstackclient" includes "python-openstackclient" and lots of additional "plugins" | |
| 11:43:15 | nightmare_unreal | okay now I understand | |
| 11:43:16 | nightmare_unreal | thanks | |
| 11:43:30 | gtema | taking microversioning stuff into PTG agenda | |
| 11:43:40 | gtema | so please show up there and let us discuss | |
| 11:43:58 | gtema | it will be definitely a not a tiny fix | |
| 11:44:27 | nightmare_unreal | Okay what's the exact time and day ? | |
| 11:44:35 | nightmare_unreal | I am not on mailing list | |
| 11:44:37 | gtema | https://etherpad.opendev.org/p/SDK-VictoriaPTG-Planning | |
| 11:44:46 | nightmare_unreal | cool, thanks | |
| 11:44:57 | gtema | I think this will go 3 Juna 15:00-17:00 UTC | |
| 11:45:18 | gtema | I would try to stick with 15:00 UTC | |
| 11:46:23 | nightmare_unreal | okay | |
| 11:50:11 | dtantsur | I'll have to skip then, so if you need to hear our experience, please move to 16:00 | |
| 11:50:28 | gtema | okay, 16 is ok for me | |
| 11:50:45 | dtantsur | nightmare_unreal: works for you? | |
| 11:50:49 | nightmare_unreal | just las question where will meeting take place ? on IRC itself or some zoom link ? | |
| 11:50:59 | dtantsur | nightmare_unreal: zoom or jitsi meet | |
| 11:51:03 | gtema | meetpad | |
| 11:51:10 | dtantsur | the links will presumably be sent to whoever has registered | |
| 11:51:16 | nightmare_unreal | okay, Yeah works for me 16:00 | |
| 11:51:25 | nightmare_unreal | I will register | |
| 12:54:22 | openstackgerrit | Raildo Mascena proposed openstack/keystoneauth stable/ussuri: Inject /v3 in token path for v3 plugins https://review.opendev.org/731519 | |
| 12:55:23 | openstackgerrit | Raildo Mascena proposed openstack/keystoneauth stable/train: Inject /v3 in token path for v3 plugins https://review.opendev.org/731520 | |
| 13:15:48 | mordred | nightmare_unreal, gtema: yeah - I think getting the mv thing sorted is likely the most important "big" thing to do in osc - definitely a good topic for next week | |
| 13:16:23 | gtema | good, so we should have been requested more time ;-) | |
| 13:16:30 | gtema | everything is already filled | |
| 13:23:19 | mordred | \o/ | |
| 13:24:06 | mordred | gtema: I mean, of course it's the most important thing just like the other several most important topics :) | |
| 13:24:24 | gtema | sure, it's always the case | |
| 13:24:44 | gtema | hope you join the slots mordred | |
| 13:24:57 | mordred | yup! I'll be there for sure | |
| 13:25:12 | gtema | great, otherwise it would have been dark and dull | |
| 13:28:03 | mordred | gtema: do you happen to have a link to the full ptg schedule handy do you? | |
| 13:28:27 | gtema | https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-assets-prod/ptg/PTG2020-Schedule.pdf | |
| 13:29:10 | mordred | hah. I had that open but wasn't seeing sdk/cli on there - but as soon as you linked me to it I saw it. WEIRD | |
| 13:29:37 | gtema | cool. Our etherpad (if you missed it) https://etherpad.opendev.org/p/SDK-VictoriaPTG-Planning | |
| 15:05:51 | openstackgerrit | wu.chunyang proposed openstack/openstacksdk master: Use unittest.mock instead of third party mock https://review.opendev.org/731561 | |
| 15:20:48 | nightmare_unreal | hello I can't seem to figure out where OSC does output formatting -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | |
| 15:21:15 | nightmare_unreal | for e.g. when we run commands it gives us option to se output format . I can't locate it in repo | |
| 15:21:19 | gtema | oh, it's nightmare deeply somewhere in a 3rd or 4th imported lib | |
| 15:21:37 | gtema | look in the osc_lib | |
| 15:21:42 | nightmare_unreal | Okay :) | |
| 15:22:19 | nightmare_unreal | lol for all this time i was looking into osc repo | |
| 15:25:34 | gtema | oh no, it is cliff | |
| 15:26:26 | gtema | I think it comes from https://opendev.org/openstack/cliff/src/branch/master/cliff/display.py | |
| 15:27:51 | nightmare_unreal | let me have a look | |
| 15:28:51 | nightmare_unreal | hmm , I am mainly trying to figure out for e.g. openstack server show -f json . so want to know where it process the info and output it as json | |
| 15:29:41 | gtema | yupp, from the cliff the output formatter will be registered and used by the server | |
| 15:29:59 | nightmare_unreal | Okay :) Thanks | |
| 15:30:24 | gtema | each OSC "service" just returns data back, and in the internals of cliff it will be properly formatted | |
| 15:36:43 | nightmare_unreal | okay so if there is some issue in formatting of output , cliff is responsible | |
| 15:40:21 | gtema | yeah | |
| 16:04:34 | elmiko | API SIG office hour open | |
| 16:04:50 | gtema | hey ho | |
| 16:06:29 | elmiko | how's it going gtema ? | |
| 16:06:40 | gtema | very very very busy | |
| 16:06:50 | gtema | I'm so tired | |
| 16:07:24 | gtema | hope to get some rest during PTG, but on the other hand it's a yet additional load, since nobody cancel regular job next week | |
| 16:07:53 | elmiko | wow, good luck! | |
| 16:07:57 | gtema | have you seen my shout about https://etherpad.opendev.org/p/API-SIG-VictoriaPTG-Planning? | |
| 16:08:12 | elmiko | yes, i added my name to the list. sadly, i have a conflict on monday =( | |
| 16:08:29 | gtema | apisig is on Tuesday | |
| 16:08:35 | elmiko | oh, oops i added to wrong pad | |
| 16:08:37 | elmiko | i'll update! | |
| 16:08:40 | gtema | yupp | |
| 16:08:54 | elmiko | ok, done | |
| 16:09:04 | gtema | but you are also always welcome in SDK as well | |
| 16:09:06 | gtema | :) | |
| 16:09:43 | elmiko | i will try to stop by on wednesday for sdk, if only to talk about bringing the groups closer together | |
| 16:09:54 | gtema | sure | |
| 16:43:50 | openstackgerrit | Andreas Jaeger proposed openstack/openstackclient master: congress is retired https://review.opendev.org/731582 | |
| 16:51:27 | dtantsur | I'll be there for the API SIG hour and for some parts of SDK/CLI | |
| 16:51:39 | gtema_ | good | |
| 16:57:57 | dtantsur | I may skip Monday though because of whatever holiday it is | |
| 16:58:20 | gtema_ | really? the most important topics are scheduled for monday | |
| 16:58:28 | gtema_ | I will also "need" to be there | |
| 16:58:59 | dtantsur | if we don't plan anything here, I can show up | |
| 16:59:16 | gtema_ | okay, will be good if you join | |
| 16:59:48 | dtantsur | but at least I'll be present for the topic "mordred and dtantsur shouting at people because of microverions" :D | |
| 17:00:09 | elmiko | lol | |
| 17:00:34 | gtema_ | hehe, I don't see such part explicitly mentioned | |
| 17:00:44 | gtema_ | I know - it's by default | |
| 17:01:12 | dtantsur|afk | we've shortened it to just "Microversions" | |
| 17:01:17 | dtantsur|afk | but we all know what it means | |
| 17:01:23 | dtantsur|afk | talk to you next week! | |
| 17:01:28 | gtema_ | see ya | |
| 17:17:32 | AJaeger | openstackclient cores, please review https://review.opendev.org/#/c/731582/1 - congress is retired, so let's remove the repo from required-projects | |
| 17:21:25 | openstackgerrit | Merged openstack/cliff stable/ussuri: Update .gitreview for stable/ussuri https://review.opendev.org/719012 | |
| 17:21:26 | openstackgerrit | Merged openstack/cliff stable/ussuri: Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri https://review.opendev.org/719013 | |
| 17:33:12 | openstackgerrit | Merged openstack/openstackclient master: congress is retired https://review.opendev.org/731582 | |
| 17:33:52 | openstackgerrit | Hervé Beraud proposed openstack/openstacksdk master: Add some unit tests for config.loader https://review.opendev.org/731588 | |