*** tosky has quit IRC | 00:05 | |
*** ricolin_ has joined #openstack-sdks | 01:01 | |
*** slaweq has joined #openstack-sdks | 01:29 | |
openstackgerrit | Adrian Turjak proposed openstack/openstacksdk master: Fix bug in object storage container creation setting metadata https://review.opendev.org/699904 | 01:40 |
---|---|---|
openstackgerrit | Adrian Turjak proposed openstack/openstacksdk master: Add support for object storage container policies https://review.opendev.org/699905 | 01:40 |
*** ricolin_ has quit IRC | 02:16 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-sdks | 05:33 | |
*** dave-mccowan has quit IRC | 05:34 | |
*** slaweq has quit IRC | 06:20 | |
*** bverschueren has joined #openstack-sdks | 08:10 | |
*** jpich has joined #openstack-sdks | 08:51 | |
*** ralonsoh has joined #openstack-sdks | 08:52 | |
*** jangutter has joined #openstack-sdks | 08:54 | |
openstackgerrit | zhufl proposed openstack/openstacksdk master: Fix duplicated words issue like "was not not found" https://review.opendev.org/701174 | 09:05 |
*** slaweq has joined #openstack-sdks | 09:30 | |
*** jawad_axd has joined #openstack-sdks | 09:43 | |
openstackgerrit | Riccardo Pittau proposed openstack/openstacksdk master: Add reset_interfaces argument to patch_node https://review.opendev.org/689414 | 10:21 |
*** slaweq has quit IRC | 10:31 | |
*** enriquetaso has joined #openstack-sdks | 11:36 | |
*** slaweq has joined #openstack-sdks | 11:41 | |
*** slaweq has quit IRC | 11:57 | |
*** Luzi has joined #openstack-sdks | 12:52 | |
*** mgariepy has quit IRC | 13:21 | |
*** efried_pto is now known as efried | 13:42 | |
*** goldyfruit_ has quit IRC | 13:54 | |
*** efried has quit IRC | 13:59 | |
*** efried has joined #openstack-sdks | 13:59 | |
*** tosky has joined #openstack-sdks | 14:01 | |
*** goldyfruit_ has joined #openstack-sdks | 14:13 | |
*** Luzi has quit IRC | 14:15 | |
*** mgariepy has joined #openstack-sdks | 14:17 | |
*** jpich has quit IRC | 14:40 | |
*** jpich has joined #openstack-sdks | 14:41 | |
*** jawad_axd has quit IRC | 14:58 | |
KeithMnemonic | can anyone help me figure out this zuul failure. https://zuul.opendev.org/t/openstack/build/e3e57f71fea4489ab614e6b174ea5c26/log/job-output.txt#1958 | 14:59 |
*** jawad_axd has joined #openstack-sdks | 14:59 | |
*** goldyfruit_ has quit IRC | 14:59 | |
*** goldyfruit_ has joined #openstack-sdks | 14:59 | |
*** jawad_axd has quit IRC | 15:04 | |
efried | KeithMnemonic: I can't get to the results (rackcdn takes forever to populate for me, for some reason) but: is it running under py3 by chance? | 15:09 |
efried | oh, nm, got to the results. Looks like a requirements conflict? | 15:10 |
KeithMnemonic | yeah, something with osc-lib 1.11.1 vs 1.40.0 | 15:12 |
KeithMnemonic | yeah, something with osc-lib 1.11.1 vs 1.14.0 | 15:12 |
KeithMnemonic | I would not have thought that cherry pick wolud have caused that. | 15:13 |
efried | no, I agree | 15:15 |
efried | possibly worth throwing out a no-op patch to see if it's just stable/rocky being busted. | 15:16 |
efried | and... this sounds like a job for promethianfire/#openstack-requirements | 15:16 |
*** goldyfruit_ has quit IRC | 15:16 | |
*** dave-mccowan has joined #openstack-sdks | 15:16 | |
efried | The last merge to stable/rocky was end of Sept. Entirely possible things have changed breakingly since then. | 15:17 |
KeithMnemonic | thanks efried: | 15:19 |
efried | upper constraints for rocky show 1.11.1, and both python-openstackclient and osc-lib show they're using stable/rocky's upper constraints. Neither has a requirements.txt/lower-constraint higher than that. | 15:20 |
efried | probably a chained dep from somewhere mysterious. | 15:20 |
efried | KeithMnemonic: ah, here's a thing: neither p-osc nor osc-lib show a constraint for the openstackclient project, so you'd be getting the version of that guy from u-c | 15:24 |
efried | ...but that's not listed in u-c. | 15:24 |
efried | but also, openstackclient isn't using u-c, so... that might be how you're getting the wrong osc-lib. | 15:26 |
efried | Though I would have expected the test to honor the u-c restriction from python-openstackclient (the project it's actually testing) <scratches head> | 15:26 |
efried | anyway, mr. fire ought to be able to synthesize those data points into something useful. Good luck. | 15:27 |
*** iokiwi0 has joined #openstack-sdks | 15:50 | |
*** iokiwi has quit IRC | 15:51 | |
*** iokiwi0 is now known as iokiwi | 15:51 | |
openstackgerrit | Merged openstack/openstacksdk master: Add reset_interfaces argument to patch_node https://review.opendev.org/689414 | 16:06 |
*** dayou has quit IRC | 16:07 | |
*** jawad_axd has joined #openstack-sdks | 16:08 | |
*** jawad_axd has quit IRC | 16:09 | |
KeithMnemonic | is there anyone who can review this patch https://review.opendev.org/691045 and possibly score CR+2/WF+1 ? | 16:40 |
*** tosky has quit IRC | 16:46 | |
*** jpich has quit IRC | 17:06 | |
openstackgerrit | Merged openstack/openstacksdk master: Fix duplicated words issue like "was not not found" https://review.opendev.org/701174 | 17:14 |
*** dayou has joined #openstack-sdks | 17:20 | |
*** sshnaidm is now known as sshnaidm|afk | 17:31 | |
*** evrardjp has quit IRC | 17:33 | |
*** evrardjp has joined #openstack-sdks | 17:33 | |
*** ralonsoh has quit IRC | 18:29 | |
efried | KeithMnemonic: I think dtroyer and mordred are the only active cores on python-openstackclient. | 18:35 |
*** KeithMnemonic_ has joined #openstack-sdks | 18:49 | |
*** efried has quit IRC | 18:51 | |
*** efried has joined #openstack-sdks | 18:51 | |
*** umbSublime has joined #openstack-sdks | 18:56 | |
*** cloudnull has quit IRC | 19:16 | |
*** cloudnull has joined #openstack-sdks | 19:17 | |
*** adriant has quit IRC | 19:24 | |
*** iokiwi has quit IRC | 19:24 | |
*** lifeless has quit IRC | 19:24 | |
*** lifeless has joined #openstack-sdks | 19:25 | |
*** dayou has quit IRC | 19:27 | |
*** dayou has joined #openstack-sdks | 19:28 | |
*** iokiwi has joined #openstack-sdks | 19:29 | |
*** adriant has joined #openstack-sdks | 19:29 | |
*** cmorpheus is now known as cmurphy | 19:33 | |
*** slaweq has joined #openstack-sdks | 19:44 | |
*** dave-mccowan has quit IRC | 20:12 | |
*** dave-mccowan has joined #openstack-sdks | 20:16 | |
*** KeithMnemonic_ has quit IRC | 20:50 | |
*** tosky has joined #openstack-sdks | 20:55 | |
*** enriquetaso has quit IRC | 21:20 | |
mordred | efried: mriedem is also a core | 21:20 |
efried | mordred: mriedem is no longer with us | 21:20 |
efried | I don't mean he died or anything. But he has left OpenStack. | 21:21 |
* efried says as mriedem posts a new review in nova... | 21:21 | |
mordred | efried: oh. darn. that happened already? | 21:22 |
efried | mordred: Theoretically his last day was 12/20. Though he's still been sweeping up a few bits and pieces since then. | 21:22 |
mordred | efried: BLECH | 21:22 |
mordred | efried: we tried to -2 that right? | 21:22 |
efried | Yeah, unfortunately mriedem-core only has one member, and it ain't me. | 21:23 |
mordred | efried: that is a shame | 21:26 |
mordred | efried: amotoki is also osc core - but yeah, that core team is ... small now | 21:27 |
efried | The only glimmer of hope is, since he's now working on quantum, he should eventually be able to go back in time and be in both places at once. | 21:27 |
efried | which may in fact be why he's still been somewhat active for the past couple of weeks. | 21:28 |
mordred | it's me, dtroyer, dhellman, amotoki and mriedem - 2 of whom are non-openstack and one of whom is frequently distracted | 21:28 |
efried | yup | 21:28 |
efried | I'm responding to Neil's email on the list, on the same topic. | 21:28 |
mordred | efried: it's also worth noting that it's been the holdays ... | 21:30 |
KeithMnemonic | thanks efried, let me see if amotoki can help | 21:30 |
efried | mordred: yeah, I noted that. The month since that fix was posted has effectively been less than a week of work time. | 21:31 |
mordred | efried: I just +A'd neil's Edouard's patch - looking at KeithMnemonic's now | 21:31 |
mordred | yah | 21:31 |
efried | thanks mordred | 21:31 |
mordred | I mean - he's not wrong about the overall situation - but in this specific instance I'd say that patch isn't too long in the tooth | 21:32 |
efried | I don't know that greasing the squeaky wheel is going to help push the message that we need more corporate investment, but it's good community stewardship I guess :P | 21:32 |
mordred | yeah | 21:33 |
mordred | I'm tempted to just approve the KeithMnemonic patch - it had a +2 from mriedem already, looks fine, and since that +2 just had a comment updated to fix a nit | 21:34 |
efried | seems reasonable to me. | 21:37 |
KeithMnemonic | thanks all | 21:39 |
*** slaweq has quit IRC | 21:56 | |
*** slaweq has joined #openstack-sdks | 22:11 | |
*** slaweq has quit IRC | 22:15 | |
openstackgerrit | Sean McGinnis proposed openstack/openstackclient master: Constrain openstackclient-check-plugins run on master https://review.opendev.org/701293 | 22:52 |
openstackgerrit | Sean McGinnis proposed openstack/openstackclient master: Constrain openstackclient-check-plugins run on master https://review.opendev.org/701293 | 22:54 |
openstackgerrit | Eric Fried proposed openstack/openstackclient master: Update doc index links (for storyboard etc) https://review.opendev.org/691728 | 23:15 |
*** tosky has quit IRC | 23:23 | |
openstackgerrit | Merged openstack/openstackclient master: Update doc index links (for storyboard etc) https://review.opendev.org/691728 | 23:53 |
*** KeithMnemonic has quit IRC | 23:56 | |
*** KeithMnemonic has joined #openstack-sdks | 23:57 | |
*** KeithMnemonic has quit IRC | 23:58 | |
*** KeithMnemonic has joined #openstack-sdks | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!