]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix quota_health_monitor opt name in neutron.conf
authorPierre RAMBAUD <pierre.rambaud86@gmail.com>
Sun, 30 Mar 2014 10:06:53 +0000 (12:06 +0200)
committerPierre RAMBAUD <pierre.rambaud86@gmail.com>
Tue, 1 Apr 2014 06:26:21 +0000 (08:26 +0200)
Reasons:
- quota_healt_monitor does not exist

Changes:
- Use quota_health_monitor instead of quota_health_monitors

Change-Id: I31d6a0394a786d26f7a063afbd3b6e07fae49b9b

etc/neutron.conf

index ca59514f820ef599d0e3249e13c4b3907cf92dfb..111df9965030edcf1203aa62b6fe8e8753a0118d 100644 (file)
@@ -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