This file is indexed.

/etc/neutron/services_lbaas.conf is in python-neutron-lbaas 2:8.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
215
216
217
[DEFAULT]


[haproxy]

#
# From neutron.lbaas.service
#

# The driver used to manage the virtual interface. (string value)
#interface_driver = <None>

# Seconds between periodic task runs (integer value)
#periodic_interval = 10

# Location to store config and state files (string value)
# Deprecated group/name - [DEFAULT]/loadbalancer_state_path
#loadbalancer_state_path = $state_path/lbaas

# The user group (string value)
# Deprecated group/name - [DEFAULT]/user_group
#user_group = nogroup

# When delete and re-add the same vip, send this many gratuitous ARPs to flush
# the ARP cache in the Router. Set it below or equal to 0 to disable this
# feature. (integer value)
#send_gratuitous_arp = 3

# Jinja template file for haproxy configuration (string value)
#jinja_config_template = /build/neutron-lbaas-oTQflZ/neutron-lbaas-8.0.0/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2


[netscaler_driver]

#
# From neutron.lbaas.service
#

# The URL to reach the NetScaler Control Center Server. (string value)
#netscaler_ncc_uri = <None>

# Username to login to the NetScaler Control Center Server. (string value)
#netscaler_ncc_username = <None>

# Password to login to the NetScaler Control Center Server. (string value)
#netscaler_ncc_password = <None>


[octavia]

#
# From neutron.lbaas.service
#

# URL of Octavia controller root (string value)
#base_url = http://127.0.0.1:9876

# Interval in seconds to poll octavia when an entity is created, updated, or
# deleted. (integer value)
#request_poll_interval = 3

# Time to stop polling octavia when a status of an entity does not change.
# (integer value)
#request_poll_timeout = 100

# True if Octavia will be responsible for allocating the VIP. False if neutron-
# lbaas will allocate it and pass to Octavia. (boolean value)
#allocates_vip = false


[radware]

#
# From neutron.lbaas.service
#

# IP address of vDirect server. (string value)
#vdirect_address = <None>

# IP address of secondary vDirect server. (string value)
#ha_secondary_address = <None>

# vDirect user name. (string value)
#vdirect_user = vDirect

# vDirect user password. (string value)
#vdirect_password = radware

# Service ADC type. Default: VA. (string value)
#service_adc_type = VA

# Service ADC version. (string value)
#service_adc_version =

# Enables or disables the Service HA pair. Default: False. (boolean value)
#service_ha_pair = false

# Service throughput. Default: 1000. (integer value)
#service_throughput = 1000

# Service SSL throughput. Default: 100. (integer value)
#service_ssl_throughput = 100

# Service compression throughput. Default: 100. (integer value)
#service_compression_throughput = 100

# Size of service cache. Default: 20. (integer value)
#service_cache = 20

# Name of l2_l3 workflow. Default: openstack_l2_l3. (string value)
#l2_l3_workflow_name = openstack_l2_l3

# Name of l4 workflow. Default: openstack_l4. (string value)
#l4_workflow_name = openstack_l4

# Parameter for l2_l3 workflow constructor. (dict value)
#l2_l3_ctor_params = allocate_ha_ips:True,allocate_ha_vrrp:True,ha_ip_pool_name:default,ha_network_name:HA-Network,service:_REPLACE_,twoleg_enabled:_REPLACE_

# Parameter for l2_l3 workflow setup. (dict value)
#l2_l3_setup_params = data_ip_address:192.168.200.99,data_ip_mask:255.255.255.0,data_port:1,gateway:192.168.200.1,ha_port:2

# List of actions that are not pushed to the completion queue. (list value)
#actions_to_skip = setup_l2_l3

# Name of the l4 workflow action. Default: BaseCreate. (string value)
#l4_action_name = BaseCreate

# Resource pool IDs. (list value)
#service_resource_pool_ids =

# A required VLAN for the interswitch link to use. (integer value)
#service_isl_vlan = -1

# Enable or disable Alteon interswitch link for stateful session failover.
# Default: False. (boolean value)
#service_session_mirroring_enabled = false


[radwarev2]

#
# From neutron.lbaas.service
#

# IP address of vDirect server. (string value)
#vdirect_address = <None>

# IP address of secondary vDirect server. (string value)
#ha_secondary_address = <None>

# vDirect user name. (string value)
#vdirect_user = vDirect

# vDirect user password. (string value)
#vdirect_password = radware

# Service ADC type. Default: VA. (string value)
#service_adc_type = VA

# Service ADC version. (string value)
#service_adc_version =

# Enables or disables the Service HA pair. Default: False. (boolean value)
#service_ha_pair = false

# Service throughput. Default: 1000. (integer value)
#service_throughput = 1000

# Service SSL throughput. Default: 100. (integer value)
#service_ssl_throughput = 100

# Service compression throughput. Default: 100. (integer value)
#service_compression_throughput = 100

# Size of service cache. Default: 20. (integer value)
#service_cache = 20

# Resource pool IDs. (list value)
#service_resource_pool_ids =

# A required VLAN for the interswitch link to use. (integer value)
#service_isl_vlan = -1

# Enable or disable Alteon interswitch link for stateful session failover.
# Default: False. (boolean value)
#service_session_mirroring_enabled = false

# Name of the workflow template. Default: os_lb_v2. (string value)
#workflow_template_name = os_lb_v2

# Name of child workflow templates used.Default: manage_l3 (list value)
#child_workflow_template_names = manage_l3

# Parameter for l2_l3 workflow constructor. (dict value)
#workflow_params = allocate_ha_ips:True,allocate_ha_vrrp:True,data_ip_address:192.168.200.99,data_ip_mask:255.255.255.0,data_port:1,gateway:192.168.200.1,ha_ip_pool_name:default,ha_network_name:HA-Network,ha_port:2,twoleg_enabled:_REPLACE_

# Name of the workflow action. Default: apply. (string value)
#workflow_action_name = apply

# Name of the workflow action for statistics. Default: stats. (string value)
#stats_action_name = stats


[radwarev2_debug]

#
# From neutron.lbaas.service
#

# Provision ADC service? (boolean value)
#provision_service = true

# Configule ADC with L3 parameters? (boolean value)
#configure_l3 = true

# Configule ADC with L4 parameters? (boolean value)
#configure_l4 = true