Merge "Use client_plugin as a function"

This commit is contained in:
Jenkins 2016-01-14 18:34:58 +00:00 committed by Gerrit Code Review
commit 5b77fb839d
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class KeystoneGroup(resource.Resource,
def handle_delete(self):
if self.resource_id is not None:
with self.client_plugin.ignore_not_found:
with self.client_plugin().ignore_not_found:
self.client().groups.delete(self.resource_id)