Matthew Treinish | 3fe57b3 | 2016-06-21 14:39:00 -0400 | [diff] [blame] | 1 | --- |
| 2 | upgrade: |
| 3 | - The location on disk that the *tempest init* command looks for has changed. |
| 4 | Previously it would attempt to use python packaging's data files to guess |
| 5 | where setuptools/distutils were installing data files, which was incredibly |
| 6 | unreliable and depended on how you installed tempest and which versions of |
| 7 | setuptools, distutils, and python you had installed. Instead, now it will |
| 8 | use either /etc/tempest, $XDG_CONFIG_PATH/.config/tempest, or |
| 9 | ~/.tempest/etc (attempted in that order). If none of these exist it will |
| 10 | create an empty ~/.tempest/etc directory. If you were relying on the |
| 11 | previous behavior and none of these directories were being used you will |
| 12 | need to move the files to live in one of these directories. |