Add utility to format dictionary as key=value strings
authorMichael Hanselmann <hansmi@google.com>
Thu, 20 Dec 2012 14:40:47 +0000 (15:40 +0100)
committerGuido Trotter <ultrotter@google.com>
Wed, 9 Jan 2013 15:57:24 +0000 (16:57 +0100)
commit63b883de7babace0eddade2201fafb7b7462203d
treeb4fcd23e3fc3d7e2fc18324e9b0374679e8673a9
parentc12e30ca968478f06bfab8588b5bb3feb83fcd88
Add utility to format dictionary as key=value strings

This will be used in QA to format network interface parameters.

This is a cherry-pick of master commit eac9b7b8

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/utils/text.py
test/ganeti.utils.text_unittest.py