ceph/teuthology/task_util
Warren Usui d693b3f895 Lines formerly of the form '(remote,) = ctx.cluster.only(role).remotes.keys()'
and '(remote,) = ctx.cluster.only(role).remotes.iterkeys()' would fail with
ValueError and no message if there were less than 0 or more than 1 key.
Now a new function, get_single_remote_value() is called which prints out
more understandable messages.

Fixes: 7510
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-03-26 18:43:48 -07:00
..
__init__.py
rados.py rgw: add option to use erasure coding instead of replication 2014-03-24 18:19:41 -07:00
rgw.py Lines formerly of the form '(remote,) = ctx.cluster.only(role).remotes.keys()' 2014-03-26 18:43:48 -07:00