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>