Set neutron dhcp host agent scheduler to host-based

The neutron network scheduler driver was set to the default dhcp
agent weight scheduler. This update is to set it to the host-based
scheduler.

Closes-bug: 1798096
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>

Conflicts:
	puppet-manifests/centos/build_srpm.data

Change-Id: I9d7d62935e0c2c26f22879dd1e249ef8eeeadd5a
This commit is contained in:
Teresa Ho 2018-10-17 13:41:00 -04:00
parent 71b4cc8a52
commit fb3f45df1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="src"
TIS_PATCH_VER=64
TIS_PATCH_VER=69

View File

@ -268,7 +268,7 @@ neutron::server::database_idle_timeout: 60
neutron::server::database_max_pool_size: 1
neutron::server::database_max_overflow: 64
neutron::server::enable_proxy_headers_parsing: true
neutron::server::network_scheduler_driver: 'neutron.scheduler.dhcp_agent_scheduler.WeightScheduler'
neutron::server::network_scheduler_driver: 'neutron.scheduler.dhcp_host_agent_scheduler.HostBasedScheduler'
neutron::server::router_scheduler_driver: 'neutron.scheduler.l3_host_agent_scheduler.HostBasedScheduler'
neutron::server::notifications::endpoint_type: 'internal'