update comment to be tenant_name

This commit is contained in:
Jesse Andrews
2011-12-19 11:36:31 -08:00
parent 8ab0bb9d22
commit 1805097c8b

View File

@@ -50,7 +50,7 @@ class Client(client.HTTPClient):
>>> from keystoneclient.v2_0 import client
>>> keystone = client.Client(username=USER,
password=PASS,
tenant_name=TENANT,
tenant_name=TENANT_NAME,
auth_url=KEYSTONE_URL)
>>> keystone.tenants.list()
...