Remove kwargs validation for identity project updates

Keystone supports setting custom properties when updating projects [1].  This
change removes the check in openstacksdk cloud that prevents users from
passing in custom kwargs when calling update_project.

[1] https://opendev.org/openstack/keystone/src/branch/master/keystone/resource/schema.py#L76

Change-Id: I8b193d10b599c484447a7f5e0e0377276c6139d8
Story: 2007469
Task: 39157
This commit is contained in:
Duc Truong 2020-03-26 08:52:18 -07:00
parent 6721498c91
commit 793cc2c37a
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class IdentityCloudMixin(_normalize.Normalizer):
return _utils._get_entity(self, 'project', name_or_id, filters,
domain_id=domain_id)
@_utils.valid_kwargs('description')
def update_project(self, name_or_id, enabled=None, domain_id=None,
**kwargs):
with _utils.shade_exceptions(