Update openrc.sh to work with latest novaclient
* fixes bug 951919 Change-Id: Ic24e874c2906a758f147021274182dba3c48ebc0
This commit is contained in:
parent
076ee5f216
commit
e165416a12
@ -11,7 +11,7 @@ export OS_AUTH_URL={{ auth_url }}
|
|||||||
|
|
||||||
# With the addition of Keystone we have standardized on the term **tenant**
|
# With the addition of Keystone we have standardized on the term **tenant**
|
||||||
# as the entity that owns the resources.
|
# 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
|
# In addition to the owning entity (tenant), openstack stores the entity
|
||||||
# performing the action as the **user**.
|
# performing the action as the **user**.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user