Revision 27eba428 qa/qa_config.py

b/qa/qa_config.py
260 260
  return val
261 261

  
262 262

  
263
def IsTemplateSupported(templ):
264
  """Is the given templated supported by the current configuration?
265

  
266
  """
267
  if GetExclusiveStorage():
268
    return templ in constants.DTS_EXCL_STORAGE
269
  else:
270
    return True
271

  
272

  
263 273
def AcquireNode(exclude=None):
264 274
  """Returns the least used node.
265 275

  

Also available in: Unified diff