From fc661571765054ff09e41aa6c7fc32f80fd0a98d Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Thu, 10 Mar 2016 14:04:12 -0800 Subject: [PATCH] Add reno for deprecation of max_fixed_ips_per_port This patch adds the release note to increase operator visibility. The release notes system was not present when this option was deprecated at the start of the Mitaka cycle so no release note was created. Change-Id: Ice97f8790c0b5f8dbed9e89cf1cd74536cccdd8c Related-Bug: #1502356 --- ...te_max_fixed_ips_per_port-5e80518cbf25cfd6.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/deprecate_max_fixed_ips_per_port-5e80518cbf25cfd6.yaml diff --git a/releasenotes/notes/deprecate_max_fixed_ips_per_port-5e80518cbf25cfd6.yaml b/releasenotes/notes/deprecate_max_fixed_ips_per_port-5e80518cbf25cfd6.yaml new file mode 100644 index 00000000000..af15b814fa0 --- /dev/null +++ b/releasenotes/notes/deprecate_max_fixed_ips_per_port-5e80518cbf25cfd6.yaml @@ -0,0 +1,14 @@ +--- +prelude: > + max_fixed_ips_per_port has been deprecated and + will be removed in the Newton or Ocata cycle + depending on when all identified usecases of the + options are satisfied via another quota system. +deprecations: + - max_fixed_ips_per_port has been deprecated and + will be removed in the Newton or Ocata cycle + depending on when all identified usecases of the + options are satisfied via another quota system. + If you depend on this configuration option to + stop tenants from consuming IP addresses, please + leave a comment on the `bug report `_.