c99957f375
To match documentation and general pattern of service networks, we change default subnets that will be used by trove instances. Change-Id: I7a0f23b0cdd314206f299a860685e2f96ac3f625
11 lines
455 B
YAML
11 lines
455 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Default value for ``trove_service_net_subnet_cidr`` has been changed from
|
|
"192.168.20.0/24" to "172.29.252.0/22". Along with that pool start and
|
|
pool end has changed as well, which is represented with variables
|
|
``trove_service_net_allocation_pool_start`` and
|
|
``trove_service_net_allocation_pool_end``.
|
|
Please, define these variables user_variables in case you used default
|
|
values in production endironments.
|