File: nova-consoleproxy.mydefault

package info (click to toggle)
nova 2%3A32.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,456 kB
  • sloc: python: 418,873; pascal: 1,848; sh: 991; makefile: 163; xml: 83
file content (11 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# The below switch enables you to select which type of console proxy daemon you
# wish to start at boot time. Possible values are:
# - spicehtml5
# - novnc

NOVA_CONSOLE_PROXY_TYPE=spicehtml5

# This switch decides if you want to start or not the serialproxy daemon.
# Only allowed values are: TRUE or FALSE (case sensitive)

NOVA_SERIAL_PROXY_START=true