Merge "Set OS_PROJECT_NAME"

This commit is contained in:
Jenkins 2015-03-07 00:07:02 +00:00 committed by Gerrit Code Review
commit 2cb7b27bd3

View File

@ -18,6 +18,7 @@ export OS_AUTH_URL={{ auth_url }}
# as the entity that owns the resources.
export OS_TENANT_ID={{ tenant_id }}
export OS_TENANT_NAME="{{ tenant_name|shellfilter }}"
export OS_PROJECT_NAME="{{ tenant_name|shellfilter }}"
# In addition to the owning entity (tenant), OpenStack stores the entity
# performing the action as the **user**.