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
This commit is contained in:
Matthew Kassawara 2015-04-09 07:26:58 -05:00 committed by Jesse Pretorius
parent 4c4fbe25c3
commit 99bc420091
3 changed files with 0 additions and 3 deletions

View File

@ -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) }}

View File

@ -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 }}

View File

@ -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