<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hey folks,</div>
<div><br>
</div>
<div>Reno is in our master codebase and mitaka.  Every new feature should use reno at the conclusion of the patch set.  The full documentation is here:</div>
<div><a href="http://docs.openstack.org/developer/reno/usage.html#creating-new-release-notes">http://docs.openstack.org/developer/reno/usage.html#creating-new-release-notes</a></div>
<div><br>
</div>
<div>In short, to create a reno note, just run</div>
<div>pip install reno</div>
<div>From kolla working directory</div>
<div>reno new feature-name (e.g. add-reno)</div>
<div><br>
</div>
<div>This will create a yam lfile (and print it out) that needs to be filled in.  The yaml file contains directions.  The release note doesn't have to be super detailed – I suspect we will tune our detail over time to what we think is appropriate.</div>
<div><br>
</div>
<div>You can see the output by running:</div>
<div>tox –e releasenotes</div>
<div>and opening in your favorite browser.</div>
<div><br>
</div>
<div>This is published automatically to here on commit:</div>
<div>
<div><a href="http://docs.openstack.org/releasenotes/kolla">http://docs.openstack.org/releasenotes/kolla</a>/</div>
</div>
<div><br>
</div>
<div>Eventually this will be linked from the releases website here:</div>
<div><br>
</div>
<div><a href="http://releases.openstack.org/">http://releases.openstack.org/</a></div>
<div><br>
</div>
<div>Currentlly we are series independent release model, but that will be changing in Newton.  I have a patchset up to put our release note son the releases.openstack.org website but it has not yet merged.</div>
<div><br>
</div>
<div>Regards</div>
<div>-steve</div>
</body>
</html>