Merge "Deprecate max_fixed_ips_per_port"

This commit is contained in:
Jenkins 2015-10-06 00:27:31 +00:00 committed by Gerrit Code Review
commit 3829ec5b80
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@
# max_subnet_host_routes = 20
# Maximum number of fixed ips per port
# Deprecated: will be removed in N
# max_fixed_ips_per_port = 5
# Maximum number of routes per router

View File

@ -71,6 +71,7 @@ core_opts = [
cfg.IntOpt('max_subnet_host_routes', default=20,
help=_("Maximum number of host routes per subnet")),
cfg.IntOpt('max_fixed_ips_per_port', default=5,
deprecated_for_removal=True,
help=_("Maximum number of fixed ips per port")),
cfg.StrOpt('default_ipv4_subnet_pool', default=None,
help=_("Default IPv4 subnet-pool to be used for automatic "