copr: backend: fixup var name for tenant name

This commit is contained in:
Pavel Raiskup 2019-08-12 17:38:32 +02:00 committed by Pierre-Yves Chibon
parent 7e0ae4a83b
commit f67b7caec8

View file

@ -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**.