Fixed typo in keep Client initialization

This commit is contained in:
Wyllys Ingersoll
2013-11-13 17:23:19 -05:00
parent c2974d6194
commit b3ed6be47b

View File

@@ -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,