=== nacc_ is now known as nacc [20:01] robjo: didnt we have a LP: # like prefix for suse bug ? [20:02] i remember some cute name. but i dont see it in logs. [20:03] nice. i find it. [20:03] but it looks like i typod it. [20:03] in 8f162b6603aefef400b784ab70dc57080978cffc [20:03] goo: http://bugzilla.opensuse.org/show_bug.cgi?id=1069635 [20:03] bugzilla.opensuse.org bug 1069635 in Other "cloud-init packages differ for each build" [Normal,Resolved: fixed] [20:03] Its "boo" for opensuse bugs [20:03] we had agreed on 'boo:' (bugzilla.opensuse.org) [20:03] yeah. [20:03] goo :) hah [20:04] thius bug was filed on the SUSE bugzilla instance, thus "bsc" => Bugzilla.suse.com [20:04] "boo" => bugzilla.opensuse.org [20:06] Also accessible via boo :) I'll fix the description [20:07] oh. ok. we can do 'bsc:' i guess ? [20:08] we have both, "boo" and "bsc" just depends on who files the bug and against which product [20:09] SLES usually ends up in "bsc" and openSUSE usually ends up in "boo" but not always, user training is difficult ;) [20:09] plus "bsc" is not accessible for everyone [20:17] smoser: all set I hope [20:32] robjo maybe you missed my inline comment. [20:32] can you use 'elif' [21:07] smoser: done [23:02] well junk, I need something from jsonschema draft 6. and latest support in python jsonschema is draft4. looks like that project is blocked a bit on getting full draft6 support. /me might have some upstream contributions to push into jsonschema in short order. [23:12] blackboxsw: https://github.com/Julian/jsonschema/issues/337 [23:20] powersj: that's what inspired my 'junk' comment. [23:20] heh [23:20] I saw that support request came in in June '17 and kinda has some work around it, but looks stagnant [23:22] I can get around this by making cloud-init's schema too permissive. but supporting arbitrary dictionary keys is not going to happen without a lift in python jsonschema or using an external non-python tool for validation [23:23] after this pass on snap configuration I'll check how much work the schema version 6 support in python-jsonschema would require [23:23] though nice that someone else is also interested in that working.