Skip to content

Commit f3ea05a

Browse files
committed
Remove [octavia]/base_url option from neutron.conf
This configuration option was only used by neutron-lbaas, which is now retired. It should have been added to neutron_lbaas.conf.j2 instead. Change-Id: Iba591473abf4304413eca0d84e0b2be197c527fc (cherry picked from commit 7d1af05)
1 parent 513a3b1 commit f3ea05a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ansible/roles/neutron/templates/neutron.conf.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ drivers = ovs
152152
drivers = ovs
153153
{% endif %}
154154

155-
{% if enable_octavia | bool %}
156-
[octavia]
157-
base_url = {{ octavia_internal_endpoint }}
158-
{% endif %}
159-
160155
{% if enable_designate | bool %}
161156
[designate]
162157
url = {{ designate_internal_endpoint }}/v2

0 commit comments

Comments
 (0)