Revision 4d2cdb5a lib/constants.py

b/lib/constants.py
255 255
#: Console as VNC server
256 256
CONS_VNC = "vnc"
257 257

  
258
#: Console as SPICE server
259
CONS_SPICE = "spice"
260

  
258 261
#: Display a message for console access
259 262
CONS_MESSAGE = "msg"
260 263

  
261 264
#: All console types
262
CONS_ALL = frozenset([CONS_SSH, CONS_VNC, CONS_MESSAGE])
265
CONS_ALL = frozenset([CONS_SSH, CONS_VNC, CONS_SPICE, CONS_MESSAGE])
263 266

  
264 267
# For RSA keys more bits are better, but they also make operations more
265 268
# expensive. NIST SP 800-131 recommends a minimum of 2048 bits from the year

Also available in: Unified diff