validate: remove objectstore from osd options schema

objectstore is not a valid option, it's osd_objectstore and it's already
validated in install_options

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2619/head
Andrew Schoen 2018-05-09 09:36:08 -05:00 committed by Guillaume Abrioux
parent 645f61c351
commit 8b6097e565
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ rados_options = (
osd_options = (
(optional("dmcrypt"), types.boolean),
("osd_scenario", validate_osd_scenarios),
(optional("objectstore"), validate_objectstore),
)
collocated_osd_scenario = ("devices", iterables.AllItems(types.string))