[root@orange-vdse ~(keystone_admin)]# glance --os-image-api-version 2 image-update 9969c805-c5e6-4d4b-b9e3-dd867a06be08 --owner 637ea20d137e4fa3bdbbb89ec513ef05Request returned failure status.
403 Forbidden
Attribute 'owner' is reserved.
(HTTP 403)
However, if the owner is updated using the API v1, then the same command mentioned above will succeed without error. This may be confusing for the user. Reserved words errors should be raised even for noops
[root@orange-vdse ~(keystone_admin)]# glance --os-image- api-version 2 image-update 9969c805- c5e6-4d4b- b9e3-dd867a06be 08 --owner 637ea20d137e4fa 3bdbbb89ec513ef 05Request returned failure status.
403 Forbidden
Attribute 'owner' is reserved.
(HTTP 403)
However, if the owner is updated using the API v1, then the same command mentioned above will succeed without error. This may be confusing for the user. Reserved words errors should be raised even for noops