openstack-python-openstackc.../openstackclient
Alexey Stupnikov e37148484c Remap custom named Image attributes when unsetting
Some Image attributes defined in openstacksdk are named differently
from actual properties managed by Glance. Because openstackclient
checked property names to be unset against Image object properties,
it was impossible to unset such properties.

This patch introduces a IMAGE_ATTRIBUTES_CUSTOM_NAMES dictionary
mapping real property names with custom attribute names.

Closes-bug: #2115732
Change-Id: I7296fc293dff9208464c9a07f58ce3e9ffabd3e9
Signed-off-by: Alexey Stupnikov <aleksey.stupnikov@gmail.com>
2025-07-29 18:24:57 +02:00
..
api volume: Migrate 'volume create' to SDK 2025-07-17 16:41:46 +01:00
common compute: Migrate to 'compute' client alias 2025-04-03 16:39:03 +01:00
compute Merge "evacuate: respect original SHUTOFF state in --wait completion" 2025-05-21 10:29:33 +00:00
identity Merge "identity: Remove unnecessary helper" 2025-05-30 14:37:41 +00:00
image Remap custom named Image attributes when unsetting 2025-07-29 18:24:57 +02:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2025-04-02 03:07:33 +00:00
network Add is_shared to security_groups 2025-07-15 14:27:46 +01:00
object Permit use of tuple API_VERSIONS 2025-04-01 10:36:02 +01:00
releasenotes/notes Show Created At column for volume backups 2024-05-19 22:17:06 +02:00
tests Remap custom named Image attributes when unsetting 2025-07-29 18:24:57 +02:00
volume volume: Migrate 'volume show' to SDK 2025-07-18 11:38:26 +01:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Bump Python version used for linters to 3.10 2025-05-07 17:55:39 +01:00