Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: I27f8482ff150f41c565c0bdb6dafce10fbb59d2b
Python will default to ASCII as standard encoding if no other
encoding hints are given. So, adding the # -*- coding: utf-8 -*-
Change-Id: I22371a5f9e9d024eabc4bbdaef7c86648820b014
All the components of openstack maintain releasenotes. Similarly,
python-mistralclient must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.
Change-Id: Ie63aef91c8b9a1bf1008d2e0e3468ab5a1d8b5b5
Implements: blueprint maintain-releasenotes