summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2016-03-04 19:39:53 +0900
committerAkihiro Motoki <amotoki@gmail.com>2016-03-04 11:58:43 +0000
commit8fe5386a006992bdf606872d5e8ad57e60786c50 (patch)
tree15892b000d48be97801d8503bc0ae09263712522
parent3d1ea8bb16b243871a739b1004bb1663855fe3c3 (diff)
downloadpython-neutronclient-4.1.1.tar.gz
Add release note of critial TypeError fix4.1.1
This is a follow-up patch of https://review.openstack.org/#/c/288301 Related-Bug: #1552760 Change-Id: Ie5baf6df82db6b5d25bd4125332d8c8edfec9797
-rw-r--r--releasenotes/notes/fix-exception-typeerror-4.1.0-b37d738146575ed5.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-exception-typeerror-4.1.0-b37d738146575ed5.yaml b/releasenotes/notes/fix-exception-typeerror-4.1.0-b37d738146575ed5.yaml
new file mode 100644
index 0000000..a21eebb
--- /dev/null
+++ b/releasenotes/notes/fix-exception-typeerror-4.1.0-b37d738146575ed5.yaml
@@ -0,0 +1,5 @@
+---
+critical:
+ - Fix a critical bug that when lazy translation is enabled
+ NeutronClientException raises a TypeError
+ (`bug 1552760 <https://bugs.launchpad.net/heat/+bug/1552760>`_).