Add release notes for 0.17.2

% git log 0.17.1..HEAD --no-merges --oneline

8d4237d Updated from global requirements
e9b2b4e Correct help messages for image-update command
5533018 Creating task with invalid property crashes in py3
28dc1da Omit 'locations' as image-create parameter
1990e76 Fix Metadef Object update issue with python-glanceclient
7771d3b Do not crash on homedir mkdir

Change-Id: Id7ef4bce7da0d201ba325f6045d5e9f3d1ba9c42
This commit is contained in:
Erno Kuvaja 2015-07-16 13:29:17 +00:00
parent 8d4237dcd3
commit da4f22a2b7
1 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,22 @@ See also :doc:`/man/glance`.
Release Notes
=============
0.17.2
------
* Updated from global requirements
* 1220809_: Correct help messages for image-update command
* 1439513_: Creating task with invalid property crashes in py3
* 1399778_: Omit 'locations' as image-create parameter
* 1433884_: Fix Metadef Object update issue with python-glanceclient
* 1446096_: Do not crash on homedir mkdir
.. _1220809: https://launchpad.net/bugs/1220809
.. _1439513: https://launchpad.net/bugs/1439513
.. _1399778: https://launchpad.net/bugs/1399778
.. _1433884: https://launchpad.net/bugs/1433884
.. _1446096: https://launchpad.net/bugs/1446096
0.17.1
------