Merge "Remove kwargs validation for identity project updates"

This commit is contained in:
Zuul 2020-03-31 23:50:28 +00:00 committed by Gerrit Code Review
commit b403c7b9c6
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(