[("vg_name", None, ht.TMaybeString, "Volume group name"), ("enabled_hy
pervisors", None, ht.TOr(ht.TAnd(ht.TListOf(ht.TElemOf(constants.HYPER
_TYPES)), ht.TTrue), ht.TNone), "List of enabled hypervisors"), ("hvpa
rams", None, ht.TOr(ht.TDictOf(ht.TNonEmptyString, ht.TDict), ht.TNone
), "Cluster-wide hypervisor parameter defaults, hypervisor-dependent")
, ("beparams", None, ht.TOr(ht.TDict, ht.TNone), "Cluster-wide backend
parameter defaults"), ("os_hvp", None, ht.TOr(ht.TDictOf(ht.TNonEmpty
String, ht.TDict), ht.TNone), "Cluster-wide per-OS hypervisor paramete
...
|