diff options
author | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2018-02-08 22:37:24 -0500 |
---|---|---|
committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2018-02-08 22:37:24 -0500 |
commit | 5c1f76d91012c9cc7b12f76e917af9e9a9bb7667 (patch) | |
tree | b5f3d781c4a8f9bd325217b9621d72ac987fe647 | |
parent | 3a638140ca7162902cea0405a7174dfad5868280 (diff) | |
download | glance-15.0.1.tar.gz |
Add release note for Pike point release15.0.1
Explain why 15.0.1 exists.
Change-Id: I6bf6e43f410ccf91f6bb3d08dacdffcd34703a3f
-rw-r--r-- | releasenotes/notes/pike-15.0.1-269a6c4042fb1dab.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/pike-15.0.1-269a6c4042fb1dab.yaml b/releasenotes/notes/pike-15.0.1-269a6c4042fb1dab.yaml new file mode 100644 index 000000000..7a5578903 --- /dev/null +++ b/releasenotes/notes/pike-15.0.1-269a6c4042fb1dab.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + This point release contains minor changes to keep the Pike release + of Glance stable with respect to current operating system packages. +fixes: + - | + Changes in Python 2.7 distribution packages affected Glance's use + of eventlet. As a result, the team backported a fix from eventlet + 0.22.0 to the Glance code. (The Pike release of OpenStack uses + eventlet 0.20.0.) See Bug 1747304_ for details. + + .. _1747304: https://code.launchpad.net/bugs/1747304 |