openstack-ansible/releasenotes/notes/accounting_sandboxing_var_rename-95725d5a123c0dc5.yaml
Dmitriy Rabotyagov 1403962a83 Bump roles and upstream version for 28.0.0.rc1
Change-Id: Icd2a692cd0077d1fb1b9cf9ae0572dc7878c70b4
2023-12-08 15:52:21 +00:00

23 lines
999 B
YAML

---
deprecations:
- |
In order to follow ansible naming conventions for variables,
following variables were renamed:
* systemd_TimeoutSec -> systemd_service_timeout_sec
* systemd_Restart -> systemd_service_restart
* systemd_RestartSec -> systemd_service_restart_sec
* systemd_CPUAccounting -> systemd_service_cpu_accounting
* systemd_BlockIOAccounting -> systemd_service_block_io_accounting
* systemd_MemoryAccounting -> systemd_service_memory_accounting
* systemd_TasksAccounting -> systemd_service_tasks_accounting
* systemd_PrivateTmp -> systemd_service_private_tmp
* systemd_PrivateDevices -> systemd_service_private_devices
* systemd_PrivateNetwork -> systemd_service_private_network
* systemd_PrivateUsers -> systemd_service_private_users
Old variable names were kept for backwards compatibility but will be
removed in next releases. It is highly adviced to use new variable
names in your deployments.