Use client_plugin as a function

We need call client_plugin() to get client_plugin object.

Closes-Bug: #1533182
Change-Id: If9705361cedd14d20f193b4195c20917ce08bd6a
This commit is contained in:
Oleksii Chuprykov 2016-01-12 14:37:41 +02:00
parent 51d5863b6d
commit 4200b2c324
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)