]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add text for deprecated parameter
authorNate Johnston <Nate_Johnston@cable.comcast.com>
Thu, 29 Oct 2015 05:17:17 +0000 (01:17 -0400)
committerNate Johnston <Nate_Johnston@cable.comcast.com>
Thu, 29 Oct 2015 21:07:22 +0000 (17:07 -0400)
Add information for "max_fixed_ips_per_port" option that the
option is deprecated and will be removed in the N release.

Co-Authored-By: Takanori Miyagishi <miyagishi.t@jp.fujitsu.com>
Change-Id: I9aa876c371e7b6cff2068dc641c5e4b5ebda8001
Closes-Bug: #1503088

neutron/common/config.py

index 9739732030fc8b235cc9f302f1bae1c33553ef95..dcac4b529e258d70006efc8f7a7fa32e00cc8965 100644 (file)
@@ -69,7 +69,9 @@ core_opts = [
                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")),
+               help=_("Maximum number of fixed ips per port. This option "
+                      "is deprecated and will be removed in the N "
+                      "release.")),
     cfg.StrOpt('default_ipv4_subnet_pool', default=None,
                help=_("Default IPv4 subnet-pool to be used for automatic "
                       "subnet CIDR allocation")),