openstack-ansible-os_nova/releasenotes/notes/force_update_cell-efd821d2a5fa7ef0.yaml
Dmitriy Rabotyagov 51177a6574 Enable deployers to force update cell mappings
Add variable nova_cell_force_update to enable deployers to ensure that
role execution will also update cell mappings whenever that is needed.
For instance, it could be password rotation or intention to update MySQL
address.

Change-Id: I5b99d58a5c4d27a363306361544c5d80759483fd
2024-04-10 14:14:19 +02:00

8 lines
270 B
YAML

---
features:
- |
Added variable ``nova_cell_force_update`` that can be set to
True during runtime to force update cell records.
This might be useful in case of password rotation for DB users
for cell0 or any other changes in connection configuration.