Remove unused neutron_management_ip

This only appears to have been used historically in reference
to DragonFlow ML2. At present it is unused, and could be confused
with other configuration options.

Change-Id: I1cb85f63e59010385f3e3086bf8665d0572c685f
This commit is contained in:
Andrew Bonney 2020-07-15 13:59:33 +01:00
parent 37353286f4
commit f4322258c9
1 changed files with 0 additions and 4 deletions

View File

@ -425,10 +425,6 @@ nova_metadata_insecure: False
neutron_driver_vpnaas: "{{ _neutron_driver_vpnaas }}"
neutron_vpnaas_service_provider: "{{ _neutron_vpnaas_service_provider }}"
# neutron_management_ip is used to configure the location (IP) of the
# neutron-server
neutron_management_ip: 127.0.0.1
# Calico Felix agent upstream settings
calico_felix_url: "https://github.com/projectcalico/felix/releases/download/{{ calico_felix_version }}/calico-felix-amd64"
calico_felix_version: v3.7.0