This file is indexed.

/etc/neutron/services_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
[DEFAULT]


[haproxy]

#
# From neutron.lbaas.service
#

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

# DEPRECATED: Seconds between periodic task runs (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
#periodic_interval = 10


[octavia]

#
# From neutron.lbaas.service
#

# DEPRECATED: URL of Octavia controller root (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
#base_url = http://127.0.0.1:9876

# DEPRECATED: Interval in seconds to poll octavia when an entity is created,
# updated, or deleted. (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
#request_poll_interval = 3

# DEPRECATED: Time to stop polling octavia when a status of an entity does not
# change. (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
#request_poll_timeout = 100

# DEPRECATED: True if Octavia will be responsible for allocating the VIP. False
# if neutron-lbaas will allocate it and pass to Octavia. (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
#allocates_vip = 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

# vDirect port. Default:2189 (integer value)
#port = 2189

# Use SSL. Default: True (boolean value)
#ssl = true

# Enables or disables the SSL context verification for legacy python that
# verifies HTTPS certificates by default. Default: True. (boolean value)
#ssl_verify_context = true

# vDirect connection timeout. Default:5000 (integer value)
#timeout = 5000

# Base vDirect URI. Default:'' (string value)
#base_uri =

# 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

# Enables or disables allowed address pairs configuration for VIP addresses.
# Default: False. (boolean value)
#configure_allowed_address_pairs = 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