| openstackgerrit | Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895 | 00:05 |
|---|---|---|
| *** tosky has quit IRC | 00:11 | |
| *** __ministry has joined #openstack-sdks | 01:19 | |
| *** brtknr has quit IRC | 03:00 | |
| *** brtknr has joined #openstack-sdks | 03:00 | |
| openstackgerrit | Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895 | 04:14 |
| openstackgerrit | Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895 | 04:15 |
| *** udesale has joined #openstack-sdks | 05:04 | |
| *** evrardjp has quit IRC | 05:33 | |
| *** evrardjp has joined #openstack-sdks | 05:33 | |
| *** ralonsoh has joined #openstack-sdks | 06:32 | |
| *** slaweq has joined #openstack-sdks | 07:08 | |
| *** whoami-rajat has joined #openstack-sdks | 07:11 | |
| openstackgerrit | Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Quota class set extension resource https://review.opendev.org/c/openstack/openstacksdk/+/777934 | 07:21 |
| *** khomesh24 has joined #openstack-sdks | 07:24 | |
| *** brinzhang has joined #openstack-sdks | 07:37 | |
| *** gtema has joined #openstack-sdks | 07:52 | |
| openstackgerrit | Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936 | 07:59 |
| openstackgerrit | Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936 | 08:03 |
| *** rpittau|afk is now known as rpittau | 08:04 | |
| *** Hybrid512 has quit IRC | 08:07 | |
| *** tosky has joined #openstack-sdks | 08:20 | |
| openstackgerrit | Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936 | 08:52 |
| *** Hybrid512 has joined #openstack-sdks | 09:05 | |
| *** brinzhang_ has joined #openstack-sdks | 09:15 | |
| *** holser has joined #openstack-sdks | 09:16 | |
| *** holser has quit IRC | 09:17 | |
| *** holser has joined #openstack-sdks | 09:17 | |
| *** brinzhang has quit IRC | 09:18 | |
| *** holser has quit IRC | 09:24 | |
| *** holser has joined #openstack-sdks | 09:31 | |
| *** khomesh24 has quit IRC | 10:00 | |
| *** jawad_axd has joined #openstack-sdks | 10:21 | |
| *** udesale_ has joined #openstack-sdks | 11:05 | |
| *** udesale has quit IRC | 11:08 | |
| *** gtema has quit IRC | 11:45 | |
| openstackgerrit | Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936 | 12:17 |
| *** yoctozepto has quit IRC | 12:17 | |
| *** yoctozepto has joined #openstack-sdks | 12:17 | |
| *** tbarron|out is now known as tbarron | 12:51 | |
| *** Luzi has joined #openstack-sdks | 12:55 | |
| *** gtema has joined #openstack-sdks | 13:00 | |
| yoctozepto | morning | 13:40 |
| *** mgariepy has joined #openstack-sdks | 13:44 | |
| yoctozepto | how could I help/motivate the merging of https://review.opendev.org/c/openstack/openstacksdk/+/777299 ? :-) | 13:44 |
| yoctozepto | this is important for masakari this cycle | 13:44 |
| yoctozepto | I truly hope we did not miss any deadlines | 13:44 |
| *** ralonsoh_ has joined #openstack-sdks | 14:30 | |
| *** ralonsoh has quit IRC | 14:30 | |
| *** ralonsoh_ is now known as ralonsoh | 14:37 | |
| *** Luzi has quit IRC | 14:44 | |
| frickler | yoctozepto: mentioning it here often enough will help, not sure whom best to ping about it in addition, possibly gtema as ptl | 15:01 |
| frickler | weird error regarding volumes, if I do "openstack --os-volume-api-version 3.42 volume set --size 3 volume_name", I get "No volume with a name or ID of 'volume_name' exists.". using the volume id works fine. | 15:03 |
| frickler | using the same command without the special api version also resolves the volume_name correctly, but obviously fails when the volume is in use | 15:03 |
| yoctozepto | frickler: thanks, will keep bugging then | 15:07 |
| gtema | yoctozepto, just having a look at this, you might want also to add _max_microversion on the resource to ensure microversion header is send (if it is required) | 15:07 |
| yoctozepto | gtema: thanks; how does it work though? | 15:09 |
| gtema | you specify resource attribute (i.e. https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/baremetal/v1/chassis.py#L23) | 15:10 |
| gtema | it is then used in the underlaying methods (i.e. https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L1218) to be send as a header | 15:11 |
| gtema | https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L1453 | 15:11 |
| *** artom has joined #openstack-sdks | 15:20 | |
| *** __ministry1 has joined #openstack-sdks | 15:25 | |
| yoctozepto | gtema: ah, ok, ack, thank you; I think I have wrapped my head around it now | 15:25 |
| yoctozepto | gtema: I have a related question now: is it wrong that python-masakariclient sets the default microversion? | 15:26 |
| *** __ministry1 has quit IRC | 15:26 | |
| yoctozepto | as that seems to just override any other smartness at the sdk level | 15:26 |
| gtema | there is nothing right and nothing wrong. Each client is now behaving differently and thus we try to normalize OSC to use SDK to have less of differencies | 15:27 |
| gtema | if you rely on SDK - you should not do this at all, unless user want that | 15:27 |
| gtema | that is the "future" OSC behavior (based on current SDK): use highest possible unless user explicitly ask for the lower one | 15:28 |
| yoctozepto | gtema: ack, that makes sense | 15:28 |
| yoctozepto | gtema: I am asking from the position of a PTL that got this from the previous team that mysteriously disappeared and I have been involved in devops side more before (vide kolla) | 15:30 |
| gtema | :) | 15:30 |
| yoctozepto | gtema: so all this "best practices" in client coding is very useful | 15:30 |
| gtema | yupp | 15:30 |
| yoctozepto | ah, all those bugs to squash, all those missed integrations to add | 15:32 |
| yoctozepto | fwiw, maskari's legacy client is subpar in functionality compared to osc one | 15:32 |
| yoctozepto | and the legacy one is deprecated and being dropped currently | 15:32 |
| yoctozepto | yet I have found the osc plugin for masakari is not cross-checking and thus not officially recognised | 15:33 |
| yoctozepto | peculiar | 15:33 |
| gtema | sounds like a mess | 15:33 |
| yoctozepto | yeah, I tried to be polite | 15:33 |
| yoctozepto | and sound smart 8-) | 15:33 |
| gtema | ;-) | 15:33 |
| *** gtema has quit IRC | 15:46 | |
| *** udesale_ has quit IRC | 15:48 | |
| *** gtema has joined #openstack-sdks | 15:51 | |
| frickler | seems that my volume issue is a bug in cinderclient, will move over | 16:17 |
| *** efried has quit IRC | 16:59 | |
| *** rpittau is now known as rpittau|afk | 17:00 | |
| *** efried has joined #openstack-sdks | 17:09 | |
| *** enriquetaso has joined #openstack-sdks | 17:25 | |
| *** gtema has quit IRC | 17:48 | |
| *** ralonsoh has quit IRC | 18:08 | |
| openstackgerrit | Dario Zanzico proposed openstack/openstacksdk master: Add dns_name, dns_domain parameters to create/update port. https://review.opendev.org/c/openstack/openstacksdk/+/778055 | 19:25 |
| *** enriquetaso has quit IRC | 19:35 | |
| *** LinPeiWen has quit IRC | 19:44 | |
| *** gtema has joined #openstack-sdks | 19:49 | |
| *** gtema has quit IRC | 19:53 | |
| *** jawad_axd has quit IRC | 20:01 | |
| *** jawad_axd has joined #openstack-sdks | 20:07 | |
| *** jawad_axd has quit IRC | 20:10 | |
| *** mgagne has joined #openstack-sdks | 20:41 | |
| *** whoami-rajat has quit IRC | 22:07 | |
| *** enriquetaso has joined #openstack-sdks | 22:36 | |
| *** slaweq has quit IRC | 23:07 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!