Revision 0c348b86 lib/constants.py

b/lib/constants.py
197 197
XEN_CMD_XL = "xl"
198 198
# FIXME: This will be made configurable using hvparams in Ganeti 2.7
199 199
XEN_CMD = _autoconf.XEN_CMD
200

  
201
KNOWN_XEN_COMMANDS = compat.UniqueFrozenset([
202
  XEN_CMD_XM,
203
  XEN_CMD_XL,
204
  ])
205

  
200 206
# When the Xen toolstack used is "xl", live migration requires the source host
201 207
# to connect to the target host via ssh (xl runs this command). We need to pass
202 208
# the command xl runs some extra info so that it can use Ganeti's key

Also available in: Unified diff