adjust required fields
diff --git a/plstackapi/openstack/driver.py b/plstackapi/openstack/driver.py
index 1c1adbe..099240a 100644
--- a/plstackapi/openstack/driver.py
+++ b/plstackapi/openstack/driver.py
@@ -17,7 +17,7 @@
if field not in kwds:
raise Exception, "Must specify %s" % field
- tenants = self.shell.keystone.tenants.findall(name=kwds['name'])
+ tenants = self.shell.keystone.tenants.findall(name=kwds['tenant_name'])
if not tenants:
tenant = self.shell.keystone.tenants.create(**kwds)
else: