rbd: add nodes and disable options

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier
2012-08-17 15:16:38 +02:00
committed by Dietmar Maurer
parent 9a1a60a285
commit 35d6dfaf9e

View File

@ -110,10 +110,12 @@ sub properties {
sub options { sub options {
return { return {
nodes => { optional => 1 },
disable => { optional => 1 },
monhost => { fixed => 1 }, monhost => { fixed => 1 },
pool => { fixed => 1 }, pool => { fixed => 1 },
username => { fixed => 1 }, username => { fixed => 1 },
authsupported => { fixed => 1 }, authsupported => { fixed => 1 },
content => { optional => 1 }, content => { optional => 1 },
}; };
} }