Merge "Warn about use of overlapping ips in config file" into milestone-proposed

This commit is contained in:
Jenkins 2012-09-25 19:44:09 +00:00 committed by Gerrit Code Review
commit a9b17b66b7
1 changed files with 2 additions and 0 deletions

View 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__