This section provides a list of all configuration options for OVN Octavia provider. These are auto-generated from OVN Octavia provider code when this documentation is built.
Configuration filenames used below are filenames usually used, but there is no restriction on configuration filename and you can use arbitrary file names.
string
<None>
The name of the neutron service in the keystone catalog
string
<None>
A new endpoint to override the endpoint in the keystone catalog.
string
<None>
Region in Identity service catalog to use for communication with the OpenStack services.
string
publicURL
Endpoint interface in identity service to use
string
<None>
CA certificates file path
boolean
False
Disable certificate validation on SSL connections
string
tcp:127.0.0.1:6641
The connection string for the OVN_Northbound OVSDB. Use tcp:IP:PORT for TCP connection. Use ssl:IP:PORT for SSL connection. The ovn_nb_private_key, ovn_nb_certificate and ovn_nb_ca_cert are mandatory. Use unix:FILE for unix domain socket connection.
string
''
The PEM file with private key for SSL connection to OVN-NB-DB
string
''
The PEM file with certificate that certifies the private key specified in ovn_nb_private_key
string
''
The PEM file with CA certificate that OVN should use to verify certificates presented to it by SSL peers
string
tcp:127.0.0.1:6642
The connection string for the OVN_Southbound OVSDB. Use tcp:IP:PORT for TCP connection. Use ssl:IP:PORT for SSL connection. The ovn_sb_private_key, ovn_sb_certificate and ovn_sb_ca_cert are mandatory. Use unix:FILE for unix domain socket connection.
string
''
The PEM file with private key for SSL connection to OVN-SB-DB
string
''
The PEM file with certificate that certifies the private key specified in ovn_sb_private_key
string
''
The PEM file with CA certificate that OVN should use to verify certificates presented to it by SSL peers
integer
180
Timeout in seconds for the OVSDB connection transaction
integer
180
Max interval in seconds between each retry to get the OVN NB and SB IDLs
integer
60000
0
The probe interval in for the OVSDB session in milliseconds. If this is zero, it disables the connection keepalive feature. If non-zero the value will be forced to at least 1000 milliseconds. Defaults to 60 seconds.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.