Ken'ichi Ohmichi | 11cf2c5 | 2017-02-28 14:50:44 -0800 | [diff] [blame] | 1 | --- |
| 2 | upgrade: |
| 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. |
| 6 | deprecations: |
| 7 | - The resources_prefix is marked as deprecated because it is |
| 8 | enough to set 'tempest' as the prefix on rand_name() to |
zhufl | 1382e97 | 2018-03-19 09:59:55 +0800 | [diff] [blame] | 9 | identify resources which are created by Tempest and no |
Ken'ichi Ohmichi | 11cf2c5 | 2017-02-28 14:50:44 -0800 | [diff] [blame] | 10 | projects set this option on OpenStack dev community. |