]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Warn about use of overlapping ips in config file
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 25 Sep 2012 17:51:59 +0000 (10:51 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 25 Sep 2012 17:55:33 +0000 (10:55 -0700)
Fix bug 1055822

Add an explicity user in the configuration file regarding consequences of
enabling overlapping IPs when Quantum is used with nova security groups
and/or metadata.

Change-Id: Ifa67216fc7479a7858c0653422bf5baab58fb350

etc/quantum.conf

index ab8921e4ffd0a621e042a9317e144d9e927b5c60..f86434d81bc126f02fc0ec12e1fbb6a81cab4e34 100644 (file)
@@ -45,6 +45,8 @@ api_paste_config = api-paste.ini
 # Enable or disable bulk create/update/delete operations
 # allow_bulk = True
 # Enable or disable overlapping IPs for subnets
+# Attention: the following parameter MUST be set to False if Quantum is
+# being used in conjunction with nova security groups and/or metadata service.
 # allow_overlapping_ips = False
 
 # RPC configuration options. Defined in rpc __init__