copr: backend: fixup var name for tenant name
This commit is contained in:
parent
7e0ae4a83b
commit
f67b7caec8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export OS_AUTH_URL=http://172.23.0.2:5000/v2.0
|
|||
# as the entity that owns the resources.
|
||||
|
||||
export OS_TENANT_ID={{ copr_tenant_id }}
|
||||
export OS_TENANT_NAME={{ copr_tenant_name }}
|
||||
export OS_TENANT_NAME={{ copr_nova_tenant_name }}
|
||||
|
||||
# In addition to the owning entity (tenant), openstack stores the entity
|
||||
# performing the action as the **user**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue