*** LinPeiWen has joined #openstack-sdks | 00:40 | |
*** brinzhang has joined #openstack-sdks | 00:44 | |
*** larsks has quit IRC | 00:50 | |
openstackgerrit | yang yawei proposed openstack/openstacksdk master: add defaults quotas for sdk https://review.opendev.org/756698 | 00:51 |
---|---|---|
*** larsks has joined #openstack-sdks | 00:54 | |
*** LinPeiWen has quit IRC | 01:46 | |
*** gtema has joined #openstack-sdks | 02:43 | |
*** gtema has quit IRC | 02:47 | |
*** LinPeiWen has joined #openstack-sdks | 02:59 | |
*** ricolin_ has joined #openstack-sdks | 04:01 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-sdks | 04:33 | |
openstackgerrit | Merged openstack/python-openstackclient master: Fix: port attribute name propagate_uplink_status https://review.opendev.org/746716 | 04:52 |
*** rpittau|afk is now known as rpittau | 05:43 | |
*** brinzhang_ has joined #openstack-sdks | 05:52 | |
*** brinzhang has quit IRC | 05:55 | |
*** gtema has joined #openstack-sdks | 06:04 | |
*** sshnaidm is now known as sshnaidm|off | 06:06 | |
*** LinPeiWen has quit IRC | 06:11 | |
*** LinPeiWen has joined #openstack-sdks | 06:15 | |
*** LinPeiWen has quit IRC | 06:23 | |
*** gtema has quit IRC | 06:31 | |
*** gtema has joined #openstack-sdks | 06:31 | |
*** tkajinam has quit IRC | 06:42 | |
*** tkajinam has joined #openstack-sdks | 06:42 | |
*** ralonsoh has joined #openstack-sdks | 06:59 | |
*** nikparasyr has joined #openstack-sdks | 07:09 | |
*** slaweq has joined #openstack-sdks | 07:37 | |
*** slaweq has quit IRC | 07:37 | |
*** slaweq has joined #openstack-sdks | 07:38 | |
*** tosky has joined #openstack-sdks | 07:46 | |
*** jpich has joined #openstack-sdks | 07:56 | |
*** jpena|off is now known as jpena | 08:01 | |
*** LinPeiWen has joined #openstack-sdks | 08:36 | |
*** dtantsur|afk is now known as dtantsur | 08:44 | |
*** ricolin_ has quit IRC | 09:04 | |
*** LinPeiWen has quit IRC | 09:05 | |
*** LinPeiWen has joined #openstack-sdks | 09:28 | |
openstackgerrit | Stephen Finucane proposed openstack/python-openstackclient master: Add support for 'keypairs list --project' parameter https://review.opendev.org/755074 | 09:30 |
openstackgerrit | Stephen Finucane proposed openstack/python-openstackclient master: Add 'User' column to 'keypair list' output https://review.opendev.org/757040 | 09:30 |
openstackgerrit | Merged openstack/python-openstackclient master: Add 'openstack server create --use-config-drive' https://review.opendev.org/738182 | 10:43 |
*** mordred has quit IRC | 11:02 | |
*** mordred has joined #openstack-sdks | 11:10 | |
openstackgerrit | Jesper 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/757081 | 11:29 |
openstackgerrit | Jesper Schmitz Mouridsen proposed openstack/ansible-collections-openstack master: Refactor loadbalancer module https://review.opendev.org/757081 | 11:32 |
*** jpich has quit IRC | 11:34 | |
*** jpena is now known as jpena|lunch | 11:34 | |
*** jpich has joined #openstack-sdks | 11:42 | |
*** gtema has quit IRC | 11:59 | |
*** slaweq has quit IRC | 12:03 | |
*** jpich has quit IRC | 12:07 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/openstacksdk master: Expand user path when loading SSL-related files https://review.opendev.org/757088 | 12:10 |
*** gtema has joined #openstack-sdks | 12:12 | |
*** jpich has joined #openstack-sdks | 12:15 | |
*** slaweq has joined #openstack-sdks | 12:17 | |
*** jpena|lunch is now known as jpena | 12:32 | |
*** rpittau is now known as rpittau|afk | 13:03 | |
*** Hybrid512 has joined #openstack-sdks | 13:18 | |
*** enriquetaso has joined #openstack-sdks | 13:28 | |
*** jpich has quit IRC | 14:21 | |
*** jpich has joined #openstack-sdks | 14:21 | |
*** slaweq has quit IRC | 14:42 | |
*** lbragstad_ is now known as lbragstad | 14:49 | |
dtantsur | stephenfin, 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 |
gtema | are you sure? Because in all my tests requests are really going with either the default one or the highest | 14:53 |
dtantsur | gtema: I'm not sure how it would work, default=None means the lowest, not the highest | 14:53 |
dtantsur | and you remove passing microversion argument to the calls | 14:54 |
gtema | in the nova area whenever I am not specifically choosing mv - all requests are going with highest one | 14:54 |
dtantsur | Oo | 14:54 |
dtantsur | that's.. not how it was supposed to work.. | 14:54 |
dtantsur | maybe there is more going on with nova | 14:56 |
dtantsur | gtema: did you test with OSC only or also with pure SDK? | 14:56 |
gtema | just checked one more time with dummy script - it is using highest supported by the server in compute area | 14:57 |
gtema | both | 14:57 |
gtema | but again - only nova part | 14:57 |
gtema | I have no ironic to verify | 14:57 |
* dtantsur blinks | 14:57 | |
dtantsur | I wish the ironic job was not broken, we would just know | 14:57 |
gtema | stephenfin also checked some other pathes of mine also relying to this behaviour and seems to work properly | 14:58 |
gtema | https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L1191 | 14:59 |
gtema | at least for the basic stuff we should be sending max | 14:59 |
dtantsur | gtema: yeah, this works, but only for functions that use get_microversion_for_* | 14:59 |
dtantsur | the ironic ones need to be changed to do that then | 15:00 |
gtema | okay. That is true | 15:00 |
dtantsur | or keep using pick_microversion which now seems to do the right thing after your change | 15:00 |
* dtantsur hates microversions | 15:00 | |
gtema | :D | 15:00 |
openstackgerrit | Dmitry Tantsur proposed openstack/openstacksdk master: Disable dstat in devstack jobs https://review.opendev.org/757123 | 15:01 |
dtantsur | maybe this will be enough to get back the job ^^ | 15:01 |
gtema | so I should revert changes in ironic hoping pick works really correctly. Right? | 15:03 |
dtantsur | gtema: yes please. and also see my comment re error message. | 15:04 |
gtema | yupp | 15:04 |
gtema | do you know if train branch currently running also on focal? | 15:10 |
dtantsur | shouldn't | 15:11 |
dtantsur | focal is for victoria+ | 15:11 |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Respect default microversion in the microversion negotiation https://review.opendev.org/756286 | 15:11 |
gtema | yeah, there are some weird problems on train sdk-devstack jobs | 15:11 |
gtema | they seem to be cut on timeout since very recently and I was not able to figure out why | 15:12 |
*** nikparasyr has left #openstack-sdks | 15:18 | |
frickler | gtema: dtantsur: I was at first blaming neutron but maybe it is something else after all, see also https://bugs.launchpad.net/neutron/+bug/1898748 | 15:28 |
openstack | Launchpad bug 1898748 in neutron "[stable/train] Creation of the QoS policy takes ages" [Critical,New] | 15:28 |
gtema | yeah, I was also investigating that multiple logs show it stops on different tests | 15:29 |
gtema | mostly every time in neutron qos area, but I also don't see real neutron connect | 15:29 |
*** jpich has quit IRC | 16:20 | |
*** dtantsur is now known as dtantsur|afk | 16:26 | |
*** tosky has quit IRC | 16:35 | |
openstackgerrit | Stephen Finucane proposed openstack/python-openstackclient master: Compute: Add tag support for server add volume https://review.opendev.org/580579 | 16:46 |
*** jpena is now known as jpena|off | 16:55 | |
*** gtema has quit IRC | 17:31 | |
*** gtema has joined #openstack-sdks | 18:05 | |
*** holser has quit IRC | 18:10 | |
*** gtema has quit IRC | 18:10 | |
*** ralonsoh has quit IRC | 18:10 | |
*** tkajinam has quit IRC | 18:25 | |
*** tosky has joined #openstack-sdks | 18:32 | |
*** Hybrid512 has quit IRC | 18:50 | |
openstackgerrit | Merged openstack/python-openstackclient master: Remove usage of six https://review.opendev.org/756201 | 19:37 |
*** gtema has joined #openstack-sdks | 19:48 | |
*** gtema has quit IRC | 19:53 | |
*** holser has joined #openstack-sdks | 21:32 | |
*** artom has quit IRC | 21:51 | |
*** tosky has quit IRC | 23:26 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!