Revision b3cc1646 test/py/ganeti.mcpu_unittest.py

b/test/py/ganeti.mcpu_unittest.py
39 39
import testutils
40 40

  
41 41

  
42
# FIXME: Document what BGL whitelist means
42 43
REQ_BGL_WHITELIST = compat.UniqueFrozenset([
43 44
  opcodes.OpClusterActivateMasterIp,
44 45
  opcodes.OpClusterDeactivateMasterIp,
45 46
  opcodes.OpClusterDestroy,
46 47
  opcodes.OpClusterPostInit,
47 48
  opcodes.OpClusterRename,
49
  opcodes.OpClusterRenewCrypto,
48 50
  opcodes.OpInstanceRename,
49 51
  opcodes.OpNodeAdd,
50 52
  opcodes.OpNodeRemove,

Also available in: Unified diff