Update neutron config to use multiple dhcp agents

Neutron should schedule two dhcp agents per network by default.

Change-Id: I9775937cc54864fcc1cb95e3015d702b68131830
Partial-Bug: #1174132
This commit is contained in:
Ryan O'Hara 2014-02-18 10:07:42 -06:00
parent a84a463983
commit 6dd529e01a
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier
notification_topics = notifications
dhcp_agents_per_network = 2
[QUOTAS]
quota_driver = neutron.db.quota_db.DbQuotaDriver