Export extractExTags and updateExclTags
authorKlaus Aehlig <aehlig@google.com>
Tue, 15 Apr 2014 14:00:22 +0000 (16:00 +0200)
committerKlaus Aehlig <aehlig@google.com>
Tue, 15 Apr 2014 15:36:45 +0000 (17:36 +0200)
...from the htools Loader. These functions are needed when
parsing the requested instance of an allocator request.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Jose Lopes <jabolopes@google.com>

src/Ganeti/HTools/Loader.hs

index 07c7de7..b0a3f4f 100644 (file)
@@ -36,6 +36,8 @@ module Ganeti.HTools.Loader
   , lookupGroup
   , eitherLive
   , commonSuffix
+  , extractExTags
+  , updateExclTags
   , RqType(..)
   , Request(..)
   , ClusterData(..)