tempest/releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml
Masayuki Igawa 2bbc49212e
Tidy up releasenotes
This commit tidies up releasenotes. Originally, release note files are
in one directory. So, when I see the directory, I feel ""what a mess!".
So this commit tries to improve it.

Change-Id: I54c14a61ebcda16268cf543079c7739def5ebadb
2017-06-29 13:42:37 +09:00

13 lines
765 B
YAML

---
upgrade:
- The location on disk that the *tempest init* command looks for has changed.
Previously it would attempt to use python packaging's data files to guess
where setuptools/distutils were installing data files, which was incredibly
unreliable and depended on how you installed tempest and which versions of
setuptools, distutils, and python you had installed. Instead, now it will
use either /etc/tempest, $XDG_CONFIG_PATH/.config/tempest, or
~/.tempest/etc (attempted in that order). If none of these exist it will
create an empty ~/.tempest/etc directory. If you were relying on the
previous behavior and none of these directories were being used you will
need to move the files to live in one of these directories.