Friday, 2020-10-09

*** LinPeiWen has joined #openstack-sdks00:40
*** brinzhang has joined #openstack-sdks00:44
*** larsks has quit IRC00:50
openstackgerrityang yawei proposed openstack/openstacksdk master: add defaults quotas for sdk  https://review.opendev.org/75669800:51
*** larsks has joined #openstack-sdks00:54
*** LinPeiWen has quit IRC01:46
*** gtema has joined #openstack-sdks02:43
*** gtema has quit IRC02:47
*** LinPeiWen has joined #openstack-sdks02:59
*** ricolin_ has joined #openstack-sdks04:01
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-sdks04:33
openstackgerritMerged openstack/python-openstackclient master: Fix: port attribute name propagate_uplink_status  https://review.opendev.org/74671604:52
*** rpittau|afk is now known as rpittau05:43
*** brinzhang_ has joined #openstack-sdks05:52
*** brinzhang has quit IRC05:55
*** gtema has joined #openstack-sdks06:04
*** sshnaidm is now known as sshnaidm|off06:06
*** LinPeiWen has quit IRC06:11
*** LinPeiWen has joined #openstack-sdks06:15
*** LinPeiWen has quit IRC06:23
*** gtema has quit IRC06:31
*** gtema has joined #openstack-sdks06:31
*** tkajinam has quit IRC06:42
*** tkajinam has joined #openstack-sdks06:42
*** ralonsoh has joined #openstack-sdks06:59
*** nikparasyr has joined #openstack-sdks07:09
*** slaweq has joined #openstack-sdks07:37
*** slaweq has quit IRC07:37
*** slaweq has joined #openstack-sdks07:38
*** tosky has joined #openstack-sdks07:46
*** jpich has joined #openstack-sdks07:56
*** jpena|off is now known as jpena08:01
*** LinPeiWen has joined #openstack-sdks08:36
*** dtantsur|afk is now known as dtantsur08:44
*** ricolin_ has quit IRC09:04
*** LinPeiWen has quit IRC09:05
*** LinPeiWen has joined #openstack-sdks09:28
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Add support for 'keypairs list --project' parameter  https://review.opendev.org/75507409:30
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Add 'User' column to 'keypair list' output  https://review.opendev.org/75704009:30
openstackgerritMerged openstack/python-openstackclient master: Add 'openstack server create --use-config-drive'  https://review.opendev.org/73818210:43
*** mordred has quit IRC11:02
*** mordred has joined #openstack-sdks11:10
openstackgerritJesper Schmitz Mouridsen proposed openstack/ansible-collections-openstack master: Refactor loadbalancer module  * enable check_mode  * enable allowed_cidrs on listener if octavia version is >= 2.12  * Only send flavor_id if it is not None  https://review.opendev.org/75708111:29
openstackgerritJesper Schmitz Mouridsen proposed openstack/ansible-collections-openstack master: Refactor loadbalancer module  https://review.opendev.org/75708111:32
*** jpich has quit IRC11:34
*** jpena is now known as jpena|lunch11:34
*** jpich has joined #openstack-sdks11:42
*** gtema has quit IRC11:59
*** slaweq has quit IRC12:03
*** jpich has quit IRC12:07
openstackgerritPavlo Shchelokovskyy proposed openstack/openstacksdk master: Expand user path when loading SSL-related files  https://review.opendev.org/75708812:10
*** gtema has joined #openstack-sdks12:12
*** jpich has joined #openstack-sdks12:15
*** slaweq has joined #openstack-sdks12:17
*** jpena|lunch is now known as jpena12:32
*** rpittau is now known as rpittau|afk13:03
*** Hybrid512 has joined #openstack-sdks13:18
*** enriquetaso has joined #openstack-sdks13:28
*** jpich has quit IRC14:21
*** jpich has joined #openstack-sdks14:21
*** slaweq has quit IRC14:42
*** lbragstad_ is now known as lbragstad14:49
dtantsurstephenfin, gtema, I think the microversion patch is doing a slightly wrong thing when default is None. It's not enough to ensure the server supports a microversion, you actually need to pass it.14:52
gtemaare you sure? Because in all my tests requests are really going with either the default one or the highest14:53
dtantsurgtema: I'm not sure how it would work, default=None means the lowest, not the highest14:53
dtantsurand you remove passing microversion argument to the calls14:54
gtemain the nova area whenever I am not specifically choosing mv - all requests are going with highest one14:54
dtantsurOo14:54
dtantsurthat's.. not how it was supposed to work..14:54
dtantsurmaybe there is more going on with nova14:56
dtantsurgtema: did you test with OSC only or also with pure SDK?14:56
gtemajust checked one more time with dummy script - it is using highest supported by the server in compute area14:57
gtemaboth14:57
gtemabut again - only nova part14:57
gtemaI have no ironic to verify14:57
* dtantsur blinks14:57
dtantsurI wish the ironic job was not broken, we would just know14:57
gtemastephenfin also checked some other pathes of mine also relying to this behaviour and seems to work properly14:58
gtemahttps://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L119114:59
gtemaat least for the basic stuff we should be sending max14:59
dtantsurgtema: yeah, this works, but only for functions that use get_microversion_for_*14:59
dtantsurthe ironic ones need to be changed to do that then15:00
gtemaokay. That is true15:00
dtantsuror keep using pick_microversion which now seems to do the right thing after your change15:00
* dtantsur hates microversions15:00
gtema:D15:00
openstackgerritDmitry Tantsur proposed openstack/openstacksdk master: Disable dstat in devstack jobs  https://review.opendev.org/75712315:01
dtantsurmaybe this will be enough to get back the job ^^15:01
gtemaso I should revert changes in ironic hoping pick works really correctly. Right?15:03
dtantsurgtema: yes please. and also see my comment re error message.15:04
gtemayupp15:04
gtemado you know if train branch currently running also on focal?15:10
dtantsurshouldn't15:11
dtantsurfocal is for victoria+15:11
openstackgerritArtem Goncharov proposed openstack/openstacksdk master: Respect default microversion in the microversion negotiation  https://review.opendev.org/75628615:11
gtemayeah, there are some weird problems on train sdk-devstack jobs15:11
gtemathey seem to be cut on timeout since very recently and I was not able to figure out why15:12
*** nikparasyr has left #openstack-sdks15:18
fricklergtema: dtantsur: I was at first blaming neutron but maybe it is something else after all, see also https://bugs.launchpad.net/neutron/+bug/189874815:28
openstackLaunchpad bug 1898748 in neutron "[stable/train] Creation of the QoS policy takes ages" [Critical,New]15:28
gtemayeah, I was also investigating that multiple logs show it stops on different tests15:29
gtemamostly every time in neutron qos area, but I also don't see real neutron connect15:29
*** jpich has quit IRC16:20
*** dtantsur is now known as dtantsur|afk16:26
*** tosky has quit IRC16:35
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Compute: Add tag support for server add volume  https://review.opendev.org/58057916:46
*** jpena is now known as jpena|off16:55
*** gtema has quit IRC17:31
*** gtema has joined #openstack-sdks18:05
*** holser has quit IRC18:10
*** gtema has quit IRC18:10
*** ralonsoh has quit IRC18:10
*** tkajinam has quit IRC18:25
*** tosky has joined #openstack-sdks18:32
*** Hybrid512 has quit IRC18:50
openstackgerritMerged openstack/python-openstackclient master: Remove usage of six  https://review.opendev.org/75620119:37
*** gtema has joined #openstack-sdks19:48
*** gtema has quit IRC19:53
*** holser has joined #openstack-sdks21:32
*** artom has quit IRC21:51
*** tosky has quit IRC23:26

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