From 78a28c5ecc73193827b47cc8c0ee3ecb1c65fb8e Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Sun, 30 Mar 2014 12:06:53 +0200 Subject: [PATCH] Fix quota_health_monitor opt name in neutron.conf Reasons: - quota_healt_monitor does not exist Changes: - Use quota_health_monitor instead of quota_health_monitors Change-Id: I31d6a0394a786d26f7a063afbd3b6e07fae49b9b --- etc/neutron.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/neutron.conf b/etc/neutron.conf index ca59514f8..111df9965 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -368,7 +368,7 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier # The default is unlimited because a health monitor is not a real resource # consumer on Openstack. However, on back-end, a member is a resource consumer # and that is the reason why quota is possible. -# quota_health_monitors = -1 +# quota_health_monitor = -1 # Number of routers allowed per tenant. A negative value means unlimited. # quota_router = 10 -- 2.45.2