blob: 0b45d0df09d54d29ae0ef68c303561ce1655cb3f [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
zhufl1382e972018-03-19 09:59:55 +08009 identify resources which are created by Tempest and no
Ken'ichi Ohmichi11cf2c52017-02-28 14:50:44 -080010 projects set this option on OpenStack dev community.