Initial support for Reno

Since everyone is going to reno, why not bifrost as well.

Adds basic substrate for reno, which may be incorrect, however
that can be addressed as time goes on.

Change-Id: I36caf7682de56917be90bed14e290c5509c7fa86
This commit is contained in:
Julia Kreger
2015-12-16 10:31:37 -05:00
parent abccebdaed
commit 3c62f730a1
6 changed files with 95 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# E123, E125 skipped as they are invalid PEP-8.