diff options
author | Ihar Hrachyshka <ihrachys@redhat.com> | 2017-02-24 08:26:02 +0000 |
---|---|---|
committer | Ihar Hrachyshka <ihrachys@redhat.com> | 2017-02-24 08:27:23 +0000 |
commit | 403b7c93ea8a3d62faf0f2ff633e0def73c24fc6 (patch) | |
tree | 2f6db1c680895044cbcb0840c9f55a6d34f6d882 /releasenotes/notes | |
parent | e82e8d23abcfec94d2dbb633b2d5ecd136d4b201 (diff) |
Added release note for NeutronExternalNetworkBridge deprecation
The previous patch [1] that changed the default value for the parameter and
that also deprecated the parameter missed a release note. This change
fixes the mistake.
[1] Iade7fbaf92c8c601227f4456a15ea3f13a907ee2
Change-Id: I72f6f7e50d729734ae6d61191f788ae2aed15145
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/deprecate-NeutronExternalNetworkBridge-7d42f1a0718da327.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-NeutronExternalNetworkBridge-7d42f1a0718da327.yaml b/releasenotes/notes/deprecate-NeutronExternalNetworkBridge-7d42f1a0718da327.yaml new file mode 100644 index 00000000..09067296 --- /dev/null +++ b/releasenotes/notes/deprecate-NeutronExternalNetworkBridge-7d42f1a0718da327.yaml @@ -0,0 +1,10 @@ +--- +upgrade: + - The ``NeutronExternalNetworkBridge`` parameter changed its default value + from ``br-ex`` to an empty string value. It means that by default Neutron + L3 agent will be able to serve multiple external networks. (It was always + the case for those who were using templates with the value of the parameter + overridden by an empty string value.) +deprecations: + - The ``NeutronExternalNetworkBridge`` parameter is deprecated and will be + removed in a next release. |