This file is indexed.

/etc/neutron/neutron_lbaas.conf is in python-neutron-lbaas 2:12.0.0-0ubuntu1.

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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
[DEFAULT]

#
# From neutron.lbaas
#

# DEPRECATED: Driver to use for scheduling to a default loadbalancer agent
# (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#loadbalancer_scheduler_driver = neutron_lbaas.agent_scheduler.ChanceScheduler

# DEPRECATED: Automatically reschedule loadbalancer from offline to online
# lbaas agents. This is only supported for drivers who use the neutron LBaaSv2
# agent (boolean value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#allow_automatic_lbaas_agent_failover = false


[certificates]

#
# From neutron.lbaas
#

# DEPRECATED: Certificate Manager plugin. Defaults to barbican. (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#cert_manager_type = barbican

# DEPRECATED: Name of the Barbican authentication method to use (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#barbican_auth = barbican_acl_auth

# DEPRECATED: Absolute path to the certificate storage directory. Defaults to
# env[OS_LBAAS_TLS_STORAGE]. (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#storage_path = /var/lib/neutron-lbaas/certificates/


[quotas]

#
# From neutron.lbaas
#

# DEPRECATED: Number of LoadBalancers allowed per tenant. A negative value
# means unlimited. (integer value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#quota_loadbalancer = 10

# DEPRECATED: Number of Loadbalancer Listeners allowed per tenant. A negative
# value means unlimited. (integer value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#quota_listener = -1

# DEPRECATED: Number of pools allowed per tenant. A negative value means
# unlimited. (integer value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#quota_pool = 10

# DEPRECATED: Number of pool members allowed per tenant. A negative value means
# unlimited. (integer value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#quota_member = -1

# DEPRECATED: Number of health monitors allowed per tenant. A negative value
# means unlimited. (integer value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#quota_healthmonitor = -1


[service_auth]

#
# From neutron.lbaas
#

# DEPRECATED: Authentication endpoint (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#auth_url = <None>

# DEPRECATED: The service admin user name (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#admin_user = admin

# DEPRECATED: The service admin tenant name (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#admin_tenant_name = admin

# DEPRECATED: The service admin password (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#admin_password = password

# DEPRECATED: The admin user domain name (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#admin_user_domain = Default

# DEPRECATED: The admin project domain name (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#admin_project_domain = Default

# DEPRECATED: The deployment region (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#region = RegionOne

# DEPRECATED: The name of the service (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#service_name = lbaas

# DEPRECATED: The auth version used to authenticate (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#auth_version = 3

# DEPRECATED: The endpoint_type to be used (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#endpoint_type = public

# DEPRECATED: Disable server certificate verification (boolean value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#insecure = false

# DEPRECATED: CA certificate file path (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#cafile = <None>

# DEPRECATED: Client certificate cert file path (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#certfile = <None>

# DEPRECATED: Client certificate key file path (string value)
# This option is deprecated for removal since Queens.
# Its value may be silently ignored in the future.
# Reason: The neutron-lbaas project is now deprecated. See:
# https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
#keyfile = <None>


[service_providers]

#
# From neutron.lbaas
#

# Defines providers for advanced services using the format:
# <service_type>:<name>:<driver>[:default] (multi valued)
#service_provider =