[01:19] cloud-init does work with 2.6, harlowja uses it. [01:19] usually works, ha [01:19] on centos, and keeps fixing it when we break it. [01:19] its not really terrible to keep support working jgrimm rharper roaksoax === shardy is now known as shardy_mtg === Takumo is now known as mronions === mronions is now known as Takumo === shardy_mtg is now known as shardy === shardy is now known as shardy_mtg === rangerpbzzzz is now known as rangerpb === shardy_mtg is now known as shardy === shardy is now known as shardy_mtg === rtheis_ is now known as rtheis [17:36] Are nosetests3 and unittest3 Python 3 versions of these or version 3 of those utilities? [17:41] robjo: should be python3 versions of the package [17:41] thanks [17:41] for example, nosetests3 on my system shows a shebang of /usr/bin/python3 and in comments nose==1.3.7 [18:25] for reasonably current versions of nose, you can just run with: $PYTHON -m nose [18:26] where PYTHON is the interpreter. if you use python3 it will be python3, python2... [18:31] Well, the makefile prefers python3 over python2 thus a simple make test goes down the python3 path, of course I could have looked at this before I asked ;) [18:31] right. thats because python2 is EOL for several years :) [18:32] but the bigger problem is probably oauthlib for testing, anyway will have to sort that out if I have bigger changes ;) [18:32] well as distro people we are doing a good job of refusing to accept that fact ;) [18:33] python3 is only slowly becoming the default [18:35] UNrelated question, whatever happened to https://launchpad.net/cloud-util years ago I used it to pull the growpart script, where did it move? === smatzek_ is now known as smatzek [18:50] add an s [18:50] https://launchpad.net/cloud-utils === smoser` is now known as smoser === rangerpb is now known as rangerpbzzzz [22:11] Hi guys, having a little issue with extra_opts in disk_setup when trying to format an aws EBS with xfs -m crc=1 on a centos 7.2 machine running cloud-init 0.7.5. Has anyone come across a similar issue?