Files
nova/doc/source/cli/nova-spicehtml5proxy.rst
Sean Mooney 02d72b9d56 Remove nova debugger functionality
The nova debuger functionality was intended
to help debugging running process however it has
never been reliable due to our use of eventlet and is generally
not required when not using eventlet. I.e. you can just
run the nova console-scripts form a debugger or add pdb
statements as required.

As part of the eventlet removal the debugger functionality is
removed given its untested and undocumented.

Change-Id: I7bf88f06f3d1dbd2c7e342b27a21440a123c631d
2025-04-25 14:37:44 +02:00

1.5 KiB

nova-spicehtml5proxy

nova-spicehtml5proxy

Synopsis

nova-spicehtml5proxy [<options>...]

Description

nova-spicehtml5proxy is a server daemon that serves the Nova SPICE HTML5 Websocket Proxy service, which provides a websocket proxy that is compatible with OpenStack Nova SPICE HTML5 consoles.

Options

General options

Websockify options

Spice options

--spice-html5proxy_host SPICE_HTML5PROXY_HOST

IP address or a hostname on which the nova-spicehtml5proxy service listens for incoming requests. This option depends on the [spice] html5proxy_base_url option in nova.conf. The nova-spicehtml5proxy service must be listening on a host that is accessible from the HTML5 client.

--spice-html5proxy_port SPICE_HTML5PROXY_PORT

Port on which the nova-spicehtml5proxy service listens for incoming requests. This option depends on the [spice] html5proxy_base_url option in nova.conf. The nova-spicehtml5proxy service must be listening on a port that is accessible from the HTML5 client.

Files

  • /etc/nova/nova.conf
  • /etc/nova/rootwrap.conf
  • /etc/nova/rootwrap.d/

See Also

nova-novncproxy(1) <nova-novncproxy>, nova-serialproxy(1) <nova-serialproxy>

Bugs