This file is indexed.

/etc/neutron/plugins/ml2/ml2_conf_sdn.ini is in networking-mlnx-common 1:8.0.0~b3-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration for the SDN Mechanism Driver

[sdn]
# (StrOpt) mandatory param: SDN REST URL
# If this is not set then no HTTP requests will be made.
# Example: url = http://192.168.56.1:8080/controller/nb/v2/neutron
# url =

# (StrOpt) mandatory param: Username for HTTP basic authentication
# to SDN Provider.
# Example: username = admin
# username =

# (StrOpt) mandatory param: Password for HTTP basic authentication
# to SDN Provider.
# Example: password = admin
# password =

# (IntOpt) Timeout in seconds to wait for SDN Provider HTTP request completion.
# This is an optional parameter, default value is 10 seconds.
# Example: timeout = 15
# timeout =