]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Allows other users besides ubuntu 563/head
authorIvo Jimenez <ivo.jimenez@gmail.com>
Wed, 8 Jul 2015 00:57:02 +0000 (17:57 -0700)
committerIvo Jimenez <ivo.jimenez@gmail.com>
Thu, 9 Jul 2015 21:09:05 +0000 (14:09 -0700)
commit8ba655af8d78722b70a3615561e9bcfa9c5f8cc2
tree0833a76f26ec0f9209bda467fc97fae9fb994b4c
parent6e5364610a3742af9c5412f97c05abf858a55571
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