rbd: allow client id to be specified in config string
authorSage Weil <sage@newdream.net>
Wed, 7 Sep 2011 16:28:04 +0000 (09:28 -0700)
committerKevin Wolf <kwolf@redhat.com>
Mon, 12 Sep 2011 13:17:20 +0000 (15:17 +0200)
commit7c7e9df0232a1ce5c411f0f348038d2e72097ae1
treec8e3962d4df80b3ebfba81bea15dc85dbff6722b
parent025e849a50259447aad49a0b45f0133c6a0f5d16
rbd: allow client id to be specified in config string

Allow the client id to be specified in the config string via 'id=' so that
users can control who they authenticate as.  Currently they are stuck with
the default ('admin').  This is necessary for anyone using authentication
in their environment.

Signed-off-by: Sage Weil <sage@newdream.net>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/rbd.c