nova/doc/source/cli/opts/websockify.rst
Stephen Finucane 99e5a1ac9a docs: Document options for remaining nova-* commands
Most of these share the same collection of oslo.config and oslo.log
options so it makes sense to group them together. The only exception is
nova-rootwrap, which is a wrapper around the 'oslo_rootwrap.cmd.main'
module, which curiously does not use argparse and doesn't have any
options.

Change-Id: I393ff162be58700956fbab29ff6b9ba3cf5860a6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-04-13 17:17:27 +01:00

42 lines
871 B
ReStructuredText

.. option:: --cert CERT
Path to SSL certificate file.
.. option:: --daemon
Run as a background process.
.. option:: --key KEY
SSL key file (if separate from cert).
.. option:: --nodaemon
The inverse of :option:`--daemon`.
.. option:: --nosource_is_ipv6
The inverse of :option:`--source_is_ipv6`.
.. option:: --nossl_only
The inverse of :option:`--ssl_only`.
.. option:: --record RECORD
Filename that will be used for storing websocket frames received and sent
by a proxy service (like VNC, spice, serial) running on this host. If this
is not set, no recording will be done.
.. option:: --source_is_ipv6
Set to True if source host is addressed with IPv6.
.. option:: --ssl_only
Disallow non-encrypted connections.
.. option:: --web WEB
Path to directory with content which will be served by a web server.