
The previous version returned a byte string, which caused errors on Python 3. I borrowed the fix from [1]. Change-Id: If89a3808271756925708e5f48f4a9726b5e25aec 1: https://git.openstack.org/cgit/openstack/cinder/commit/?id=9dc4c8704eef2e48fbae992db094be7ac91f8c6c
Team and repository tags
README
Watcher Specifications
This git repository is used to hold approved design specifications for additions to the Watcher project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.
The layout of this repository is:
specs/<release>/
Where there are two sub-directories:
specs/<release>/approved: specifications approved, but not yet implemented specs/<release>/implemented: implemented specifications
Description
Languages
Python
100%