
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>
871 B
871 B
--cert CERT
Path to SSL certificate file.
--daemon
Run as a background process.
--key KEY
SSL key file (if separate from cert).
--nodaemon
The inverse of --daemon
.
--nosource_is_ipv6
The inverse of --source_is_ipv6
.
--nossl_only
The inverse of --ssl_only
.
--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.
--source_is_ipv6
Set to True if source host is addressed with IPv6.
--ssl_only
Disallow non-encrypted connections.
--web WEB
Path to directory with content which will be served by a web server.