openstack-ansible-os_trove/releasenotes/notes/trove_service_subnet-011acf408754f6d9.yaml
Dmitriy Rabotyagov c99957f375 Change default pool subnet
To match documentation and general pattern of service networks,
we change default subnets that will be used by trove instances.

Change-Id: I7a0f23b0cdd314206f299a860685e2f96ac3f625
2021-04-08 09:09:25 +00:00

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.