openstack-ansible-os_octavia/releasenotes/notes/remove_amp_image_id-433eefffba7d6a96.yaml
Marcus Klein 50b83c7927 Omit amp_ssh_access_allowed and remove amp_image_id options.
Octavia complains about option amp_ssh_access_allowed to be deprecated. See
https://docs.openstack.org/octavia/ussuri/configuration/configref.html#controller_worker.amp_ssh_access_allowed
The octavia_ssh_enabled OSA variable is instead used to either write the
amp_ssh_key_name configuration option or not.

The configuration option amp_image_id in Octavia is deprected and image tags
should be used instead. Therefore octavia_amp_image_id is removed.

Change-Id: Ibd5f3d2ca25f9bb880b0c535c59ef430bd1043be
2021-04-01 20:16:24 +02:00

7 lines
197 B
YAML

---
deprecations:
- |
Remove ``octavia_amp_image_id`` option as the corresponding configuration
option in Octavia ``amp_image_id`` is deprected and image tags should be
used instead.