Skip to content

Commit

Permalink
CP-4273: add Hotfix_apply to keys_of_features map
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
  • Loading branch information
Mike McClurg committed Mar 25, 2013
1 parent ff5a4de commit 16237ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/xapi/features.ml
Expand Up @@ -72,6 +72,7 @@ let keys_of_features =
DR, ("restrict_dr", Negative, "DR");
VIF_locking, ("restrict_vif_locking", Negative, "VIFLock");
Storage_motion, ("restrict_storage_xen_motion", Negative, "SXM");
Hotfix_apply, ("restrict_hotfix_apply", Negative, "HFX");
]

let string_of_feature f =
Expand Down

0 comments on commit 16237ab

Please sign in to comment.