blob: f6792086b1de0b14d4eeb01d85749e8504e4351b [file] [log] [blame]
Ken'ichi Ohmichi11cf2c52017-02-28 14:50:44 -08001---
2upgrade:
3 - The default value of rand_name()'s prefix argument is changed
4 to 'tempest' from None to identify resources are created by
5 Tempest.
6deprecations:
7 - The resources_prefix is marked as deprecated because it is
8 enough to set 'tempest' as the prefix on rand_name() to
9 ideintify resources which are created by Tempest and no
10 projects set this option on OpenStack dev community.