| Swapnil Chhanikar | a89eea8 | 2020-01-24 17:04:42 +0530 | [diff] [blame] | 1 | --- | 
|  | 2 | upgrade: | 
|  | 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. |