openstack-python-openstackc.../openstackclient
Alfredo Moralejo 52d56b3fd9 identity: in service set command, don't pass the enable option when it is None
Currently, it is passing None value which is not accepted by keystone
parameters validation:

BadRequestException: 400: Client Error for url: ... Invalid input for field 'enabled': None is not of type 'boolean'

Failed validating 'type' in schema['properties']['enabled']:
    {'enum': [True, False, None], 'type': 'boolean'}

On instance['enabled']:
    None

Closes-Bug: #2083021
Change-Id: Ia8772560deb54e71672102157659d4eb22e6ad59
2024-09-30 13:45:03 +02:00
..
api pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
common pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
compute evacuate SDK actually uses admin_pass param 2024-09-18 08:46:44 +02:00
identity identity: in service set command, don't pass the enable option when it is None 2024-09-30 13:45:03 +02:00
image pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Merge "Handle NotFoundException when listing floating IPs" 2024-09-13 18:58:51 +00:00
object trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
releasenotes/notes Show Created At column for volume backups 2024-05-19 22:17:06 +02:00
tests identity: in service set command, don't pass the enable option when it is None 2024-09-30 13:45:03 +02:00
volume pre-commit: Migrate bandit to ruff 2024-09-12 18:08:23 +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 pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00