Add reno to glanceclient

Add possibility to generate release notes to glanceclient.
We need this because it helps to prepare good documentation
and provide useful info to Openstack users.

Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291
This commit is contained in:
kairat_kushaev
2016-02-11 11:17:01 +03:00
committed by Flavio Percoco
parent 81125236b9
commit a49ce80db6
9 changed files with 296 additions and 0 deletions
+3
View File
@@ -34,6 +34,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands=
python setup.py build_sphinx
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# H233 Python 3.x incompatible use of print operator
# H303 no wildcard import