]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add enable_new_agents to neutron server
authorHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Wed, 26 Aug 2015 05:47:36 +0000 (14:47 +0900)
committerHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Fri, 28 Aug 2015 05:41:59 +0000 (14:41 +0900)
commita6c8d60e5e5ad41096dcf1f258b2983d2c6beb77
treeb2a3653ebc5b253a899c1c14d34d57f3fa48a320
parentdea4f9fac13923ac3cda7b4453783f3e50e4165f
Add enable_new_agents to neutron server

Neutron doesn't have a way to test a newly added network node
by deploying test resource before any customer resource on the node
is deployed. Nova and Cinder has the setting of “enable_new_services”
in each conf to disable the initial service status to achieve this.
This proposal adds enable_new_agents config.

DocImpact

Change-Id: Ie0d0b2dd4d95de95f3839d1c35f24b708e893801
Implements: blueprint enable-new-agents
Related-Bug: 1472076
etc/neutron.conf
neutron/db/agents_db.py
neutron/tests/unit/db/test_agents_db.py