blob: a28e4e256585388057d8f22c0c60561bb959d0fa [file] [log] [blame]
Swapnil Chhanikara89eea82020-01-24 17:04:42 +05301---
2upgrade:
3 - |
4 Default value of config option ``CONF.placement.region`` is updated
5 from ``RegionOne`` to empty string.
6
7 As per tempest design, if tempest conf is not having any region for
8 a service then identity region should be used. In case of placement
9 the default value is "RegionOne" which is considered as placement
10 region if region missing in tempest conf. In order to have identity
11 region to be used as default we need to change to empty string for
12 placement service. Empty string can be seen being used in other
13 services like volume, image etc.