Files
Cyril Roelandt 613cc42a39 Inject os_glance.* section in the property protection file
Users who use a property protection file and use either the import
workflow or the metadata injection plugin will get a
glance.common.exception.ReservedProperty exception because we try to add
os_glance_* properties to their images.

To work around this issue, users could add the following lines to their
property protection file:

[os_glance.*]
create = @
read = @
update = @
delete = @

However, it is not something users should have to do. This patch
automatically injects this section into the config we read from the
property protection file.

Change-Id: Iea2fffa75b973b5a34da6fc4145841888ea19034
Closes-Bug: #2085321
Signed-off-by: Cyril Roelandt <cyril@redhat.com>
2025-11-17 12:53:35 +01:00
..
2025-09-18 16:04:09 +00:00