]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add basic structure for ReNo
authorEmilien Macchi <emilien@redhat.com>
Sun, 13 Mar 2016 22:58:36 +0000 (18:58 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 14 Mar 2016 12:24:10 +0000 (08:24 -0400)
commit5d9da8bd9aed97b4322fb57e8305c3df9e2ea292
tree1d03d52318d143019baed68b5b2c554eafc7d3cd
parent9ac7d218d5935e8830bf0dd0bc585f58937bccd5
Add basic structure for ReNo

ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add a basic note "use-reno"
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

[1] http://docs.openstack.org/developer/reno

Change-Id: Ide7c53a7b25a1c0ef4966f60f6fc6bf07f636c83
.gitignore
releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml [new file with mode: 0644]
releasenotes/source/_static/.placeholder [new file with mode: 0644]
releasenotes/source/conf.py [new file with mode: 0644]
releasenotes/source/index.rst [new file with mode: 0644]
releasenotes/source/unreleased.rst [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
test-requirements.txt [new file with mode: 0644]
tox.ini [new file with mode: 0644]