Files
puppet-glance/releasenotes/notes/glance_image-remove-location-0877bcda4b30f705.yaml
Takashi Kajinami 5d69cd44e6 glance_image: Drop broken location parameter
The location parameter works only with Image v1 API, which was removed
in glance 17.0.0 (rocky). Remove the parameter because the same
functionality is not supported by Image v2 API.

Because the parameter has been broken for long and no bug has been
reported so far, we can safely assume that this parameter is not used
by anyone. So remove the parameter directly with a formal deprecation
step skipped.

Change-Id: I79e6dd5a4abb57d3d7cb1f9a4bbabbb163f02c77
2024-08-01 23:22:53 +09:00

6 lines
170 B
YAML

---
upgrade:
- |
The ``location`` parameter of the ``glance_image`` resource type has been
removed. This parameter has never been functional with Image v2 API.