[("instance_name", None, ht.TString, "A required instance name (for si
ngle-instance LUs)"), ("instance_uuid", None, ht.TMaybe(ht.TNonEmptySt
ring), "An instance UUID (for single-instance LUs)"), ("force_variant"
, False, ht.TBool, "Whether to force an unknown OS variant"), ("os_typ
e", None, ht.TMaybe(ht.TNonEmptyString), "OS type for instance install
ation"), ("osparams", None, ht.TMaybe(ht.TObject(ht.TAny)), "Temporary
OS parameters (currently only in reinstall, might be added to install
as well)"), ("osparams_private", None, ht.TMaybe(ht.TObject(ht.TPriva
...
|