Monday, 2021-03-01

openstackgerritDylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource  https://review.opendev.org/c/openstack/openstacksdk/+/77789500:05
*** tosky has quit IRC00:11
*** __ministry has joined #openstack-sdks01:19
*** brtknr has quit IRC03:00
*** brtknr has joined #openstack-sdks03:00
openstackgerritDylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource  https://review.opendev.org/c/openstack/openstacksdk/+/77789504:14
openstackgerritDylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource  https://review.opendev.org/c/openstack/openstacksdk/+/77789504:15
*** udesale has joined #openstack-sdks05:04
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-sdks05:33
*** ralonsoh has joined #openstack-sdks06:32
*** slaweq has joined #openstack-sdks07:08
*** whoami-rajat has joined #openstack-sdks07:11
openstackgerritDylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Quota class set extension resource  https://review.opendev.org/c/openstack/openstacksdk/+/77793407:21
*** khomesh24 has joined #openstack-sdks07:24
*** brinzhang has joined #openstack-sdks07:37
*** gtema has joined #openstack-sdks07:52
openstackgerritMaxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/77793607:59
openstackgerritMaxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/77793608:03
*** rpittau|afk is now known as rpittau08:04
*** Hybrid512 has quit IRC08:07
*** tosky has joined #openstack-sdks08:20
openstackgerritMaxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/77793608:52
*** Hybrid512 has joined #openstack-sdks09:05
*** brinzhang_ has joined #openstack-sdks09:15
*** holser has joined #openstack-sdks09:16
*** holser has quit IRC09:17
*** holser has joined #openstack-sdks09:17
*** brinzhang has quit IRC09:18
*** holser has quit IRC09:24
*** holser has joined #openstack-sdks09:31
*** khomesh24 has quit IRC10:00
*** jawad_axd has joined #openstack-sdks10:21
*** udesale_ has joined #openstack-sdks11:05
*** udesale has quit IRC11:08
*** gtema has quit IRC11:45
openstackgerritMaxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/77793612:17
*** yoctozepto has quit IRC12:17
*** yoctozepto has joined #openstack-sdks12:17
*** tbarron|out is now known as tbarron12:51
*** Luzi has joined #openstack-sdks12:55
*** gtema has joined #openstack-sdks13:00
yoctozeptomorning13:40
*** mgariepy has joined #openstack-sdks13:44
yoctozeptohow could I help/motivate the merging of https://review.opendev.org/c/openstack/openstacksdk/+/777299 ? :-)13:44
yoctozeptothis is important for masakari this cycle13:44
yoctozeptoI truly hope we did not miss any deadlines13:44
*** ralonsoh_ has joined #openstack-sdks14:30
*** ralonsoh has quit IRC14:30
*** ralonsoh_ is now known as ralonsoh14:37
*** Luzi has quit IRC14:44
frickleryoctozepto: mentioning it here often enough will help, not sure whom best to ping about it in addition, possibly gtema as ptl15:01
fricklerweird 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
fricklerusing the same command without the special api version also resolves the volume_name correctly, but obviously fails when the volume is in use15:03
yoctozeptofrickler: thanks, will keep bugging then15:07
gtemayoctozepto, 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
yoctozeptogtema: thanks; how does it work though?15:09
gtemayou specify resource attribute (i.e. https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/baremetal/v1/chassis.py#L23)15:10
gtemait 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 header15:11
gtemahttps://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L145315:11
*** artom has joined #openstack-sdks15:20
*** __ministry1 has joined #openstack-sdks15:25
yoctozeptogtema: ah, ok, ack, thank you; I think I have wrapped my head around it now15:25
yoctozeptogtema: I have a related question now: is it wrong that python-masakariclient sets the default microversion?15:26
*** __ministry1 has quit IRC15:26
yoctozeptoas that seems to just override any other smartness at the sdk level15:26
gtemathere 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 differencies15:27
gtemaif you rely on SDK - you should not do this at all, unless user want that15:27
gtemathat is the "future" OSC behavior (based on current SDK): use highest possible unless user explicitly ask for the lower one15:28
yoctozeptogtema: ack, that makes sense15:28
yoctozeptogtema: 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
yoctozeptogtema: so all this "best practices" in client coding is very useful15:30
gtemayupp15:30
yoctozeptoah, all those bugs to squash, all those missed integrations to add15:32
yoctozeptofwiw, maskari's legacy client is subpar in functionality compared to osc one15:32
yoctozeptoand the legacy one is deprecated and being dropped currently15:32
yoctozeptoyet I have found the osc plugin for masakari is not cross-checking and thus not officially recognised15:33
yoctozeptopeculiar15:33
gtemasounds like a mess15:33
yoctozeptoyeah, I tried to be polite15:33
yoctozeptoand sound smart 8-)15:33
gtema;-)15:33
*** gtema has quit IRC15:46
*** udesale_ has quit IRC15:48
*** gtema has joined #openstack-sdks15:51
fricklerseems that my volume issue is a bug in cinderclient, will move over16:17
*** efried has quit IRC16:59
*** rpittau is now known as rpittau|afk17:00
*** efried has joined #openstack-sdks17:09
*** enriquetaso has joined #openstack-sdks17:25
*** gtema has quit IRC17:48
*** ralonsoh has quit IRC18:08
openstackgerritDario Zanzico proposed openstack/openstacksdk master: Add dns_name, dns_domain parameters to create/update port.  https://review.opendev.org/c/openstack/openstacksdk/+/77805519:25
*** enriquetaso has quit IRC19:35
*** LinPeiWen has quit IRC19:44
*** gtema has joined #openstack-sdks19:49
*** gtema has quit IRC19:53
*** jawad_axd has quit IRC20:01
*** jawad_axd has joined #openstack-sdks20:07
*** jawad_axd has quit IRC20:10
*** mgagne has joined #openstack-sdks20:41
*** whoami-rajat has quit IRC22:07
*** enriquetaso has joined #openstack-sdks22:36
*** slaweq has quit IRC23:07

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