tempest/releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml
zhufl 1382e971fb Fix typos in release notes
This is to fix below typos in release notes:
  ideintify
  currnt
  upating
  debuggin
  micoversion
  initisialisation

Change-Id: I48e8fcfbe4ed6a5d7a4c4056bd5de69ef5adebf0
2018-03-19 07:10:32 +00:00

11 lines
409 B
YAML

---
upgrade:
- The default value of rand_name()'s prefix argument is changed
to 'tempest' from None to identify resources are created by
Tempest.
deprecations:
- The resources_prefix is marked as deprecated because it is
enough to set 'tempest' as the prefix on rand_name() to
identify resources which are created by Tempest and no
projects set this option on OpenStack dev community.