Update openrc.sh to work with latest novaclient

* fixes bug 951919

Change-Id: Ic24e874c2906a758f147021274182dba3c48ebc0
This commit is contained in:
Devin Carlen 2012-03-10 16:36:40 -08:00
parent 076ee5f216
commit e165416a12
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export OS_AUTH_URL={{ auth_url }}
# With the addition of Keystone we have standardized on the term **tenant**
# as the entity that owns the resources.
export OS_TENANT_ID={{ tenant_id }}
export OS_TENANT_NAME={{ tenant_id }}
# In addition to the owning entity (tenant), openstack stores the entity
# performing the action as the **user**.