Merge pull request #22 from wyllys66/master
Fixed typo in keep Client initialization
This commit is contained in:
@@ -238,7 +238,7 @@ class Keep:
|
||||
)
|
||||
self.client = client.Client(auth_plugin=self._keystone,
|
||||
endpoint=args.endpoint,
|
||||
tenant_id=args.tenant_id)
|
||||
tenant_id=args.os_tenant_id)
|
||||
else:
|
||||
self.parser.exit(
|
||||
status=1,
|
||||
|
||||
Reference in New Issue
Block a user