[("vg_name", None, ht.TMaybeString), ("enabled_hypervisors", None, ht.
TOr(ht.TAnd(ht.TListOf(ht.TElemOf(constants.HYPER_TYPES)), ht.TTrue),
ht.TNone)), ("hvparams", None, ht.TOr(ht.TDictOf(ht.TNonEmptyString, h
t.TDict), ht.TNone)), ("beparams", None, ht.TOr(ht.TDict, ht.TNone)),
("os_hvp", None, ht.TOr(ht.TDictOf(ht.TNonEmptyString, ht.TDict), ht.T
None)), ("osparams", None, ht.TOr(ht.TDictOf(ht.TNonEmptyString, ht.TD
ict), ht.TNone)), ("candidate_pool_size", None, ht.TOr(ht.TStrictPosit
iveInt, ht.TNone)), ("uid_pool", None, ht.NoType), ("add_uids", None,
...
|