396c9ed378
We have released a lot of features via Tempest versions and created a lot of renos. That makes us difficult to select suitable reno files when adding new features because of many versions. So it is nice to rename reno files to add versions as the prefix. This patch renames renos of 12.1.0. Change-Id: I725130e2a303001a891b2e0119288e0e085e2ab4
13 lines
765 B
YAML
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.
|