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
This commit is contained in:
parent
5f9c5dab9a
commit
7d1af053b5
@ -152,11 +152,6 @@ drivers = ovs
|
|||||||
drivers = ovs
|
drivers = ovs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if enable_octavia | bool %}
|
|
||||||
[octavia]
|
|
||||||
base_url = {{ octavia_internal_endpoint }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if enable_designate | bool %}
|
{% if enable_designate | bool %}
|
||||||
[designate]
|
[designate]
|
||||||
url = {{ designate_internal_endpoint }}/v2
|
url = {{ designate_internal_endpoint }}/v2
|
||||||
|
Loading…
Reference in New Issue
Block a user