From 85dfd1ce65a8c55d714a1dacefb2479e8fca0a41 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 --- templates/dhcp_agent.ini.j2 | 1 - templates/l3_agent.ini.j2 | 1 - templates/metering_agent.ini.j2 | 1 - 3 files changed, 3 deletions(-) diff --git a/templates/dhcp_agent.ini.j2 b/templates/dhcp_agent.ini.j2 index 37958815..4de71298 100644 --- a/templates/dhcp_agent.ini.j2 +++ b/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/templates/l3_agent.ini.j2 b/templates/l3_agent.ini.j2 index 766152c1..5802758c 100644 --- a/templates/l3_agent.ini.j2 +++ b/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/templates/metering_agent.ini.j2 b/templates/metering_agent.ini.j2 index 0f7b5b0f..9b5a5efd 100644 --- a/templates/metering_agent.ini.j2 +++ b/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