Switch from os.path.join to utils.PathJoin
authorIustin Pop <iustin@google.com>
Wed, 3 Mar 2010 12:18:32 +0000 (13:18 +0100)
committerIustin Pop <iustin@google.com>
Mon, 8 Mar 2010 13:48:15 +0000 (14:48 +0100)
commitc4feafe8e7377e9ac0f3d716f4d30149e3c8276f
tree1eddedc534cb1b0d145d1c110dc322e3bddff733
parent4bb678e9d3892e8fceb4af5272cc45eb722f6baf
Switch from os.path.join to utils.PathJoin

This passes a full burnin with lots of instances, and should be safe as
we mostly to join a known root (various constants) to a run-time
variable.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
daemons/ganeti-watcher
lib/backend.py
lib/cmdlib.py
lib/config.py
lib/hypervisor/hv_chroot.py
lib/jqueue.py
lib/ssh.py
lib/utils.py
tools/burnin
tools/cluster-merge