From 99bc420091ff1da780fe89adfee134ac2a719c34 Mon Sep 17 00:00:00 2001 From: Matthew Kassawara Date: Thu, 9 Apr 2015 07:26:58 -0500 Subject: [PATCH] Remove deprecated use_namespaces option Remove deprecated use_namespaces option from neutron agent configuration files. This option applies to a period when some kernels did not support namespaces. However, all kernels support them now which makes it no longer relevant. Partially implements: blueprint master-kilofication Change-Id: Ia29ee24331a2dbd7e79cba51bdba93dda1cfd4a9 --- playbooks/roles/os_neutron/templates/dhcp_agent.ini.j2 | 1 - playbooks/roles/os_neutron/templates/l3_agent.ini.j2 | 1 - playbooks/roles/os_neutron/templates/metering_agent.ini.j2 | 1 - 3 files changed, 3 deletions(-) diff --git a/playbooks/roles/os_neutron/templates/dhcp_agent.ini.j2 b/playbooks/roles/os_neutron/templates/dhcp_agent.ini.j2 index 3795881522..4de712980b 100644 --- a/playbooks/roles/os_neutron/templates/dhcp_agent.ini.j2 +++ b/playbooks/roles/os_neutron/templates/dhcp_agent.ini.j2 @@ -9,7 +9,6 @@ debug = {{ debug }} interface_driver = {{ neutron_driver_interface }} dhcp_driver = {{ neutron_driver_dhcp }} -use_namespaces = True enable_isolated_metadata = True num_sync_threads = {{ neutron_num_sync_threads | default(api_threads) }} diff --git a/playbooks/roles/os_neutron/templates/l3_agent.ini.j2 b/playbooks/roles/os_neutron/templates/l3_agent.ini.j2 index 766152c104..5802758c12 100644 --- a/playbooks/roles/os_neutron/templates/l3_agent.ini.j2 +++ b/playbooks/roles/os_neutron/templates/l3_agent.ini.j2 @@ -31,5 +31,4 @@ router_delete_namespaces = {{ neutron_l3_router_delete_namespaces }} # L3 Agent interfaces interface_driver = {{ neutron_driver_interface }} handle_internal_only_routers = True -use_namespaces = True agent_mode = {{ neutron_agent_mode }} diff --git a/playbooks/roles/os_neutron/templates/metering_agent.ini.j2 b/playbooks/roles/os_neutron/templates/metering_agent.ini.j2 index 0f7b5b0f1d..9b5a5efd8f 100644 --- a/playbooks/roles/os_neutron/templates/metering_agent.ini.j2 +++ b/playbooks/roles/os_neutron/templates/metering_agent.ini.j2 @@ -7,7 +7,6 @@ debug = {{ debug }} driver = {{ neutron_driver_metering }} interface_driver = {{ neutron_driver_interface }} measure_interval = 30 -use_namespaces = True [AGENT] report_interval = 30