]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Allows other users besides ubuntu wip-11892-docker
authorIvo Jimenez <ivo.jimenez@gmail.com>
Wed, 8 Jul 2015 00:57:02 +0000 (17:57 -0700)
committerIvo Jimenez <ivo.jimenez@gmail.com>
Thu, 3 Sep 2015 08:17:28 +0000 (01:17 -0700)
commitcae1e18c7b0152e761f6c787059d76153838d307
treec24b97c593761711f9cc871bf0b546c1047448bd
parentf5df30fd7737808c859986df56eb4a6e32dc189a
Allows other users besides ubuntu

Hostname canonicalization using split() instead of RE.

Extends the semantics of canonicalization/decanonicalization routines so
that other user names can be specified. 'ubuntu' is still the default
but if other users are given on the 'targets' config option, those will
be used instead.
teuthology/misc.py
teuthology/test/test_misc.py