Skip to content

Commit

Permalink
Warn about use of overlapping ips in config file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
salv-orlando committed Sep 25, 2012
1 parent 95153e4 commit 4c679f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/quantum.conf
Expand Up @@ -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__
Expand Down

0 comments on commit 4c679f6

Please sign in to comment.