bifrost/releasenotes/notes/generalise-use_cirros-be75f2c5452491a1.yaml
Matt Crees a6ce283146 Replace Cirros references with generic descriptors
Often it is beneficial to use the functionality provided by `use_cirros`
and `cirros_deploy_image_upstream_url` to download and test with images
of other OS distributions. This patch changes the variable names to
reflect that use case.

`use_cirros` -> `download_custom_deploy_image`
`cirros_deploy_image_upstream_url` -> `custom_deploy_image_upstream_url`

The functionality of the old variables is retained for backwards
compatability.

Co-Authored-By: Alex Welsh <alex@stackhpc.com>

Change-Id: I8b3a973bd5ef19333af563c170b2a28fbbfb5c76
2023-08-10 11:41:32 +01:00

8 lines
310 B
YAML

---
deprecations:
- |
`use_cirros` and `cirros_deploy_image_upstream_url` have been deprecated in
favour of `download_custom_deploy_image` and
`custom_deploy_image_upstream_url` respectively, to better reflect their
OS-agnositic nature. The old variables will be removed in a future release.